Master Database

Technical Article

RE: drop primary key

  • Reply

Well, the problem with that is when the table is created, I do a create table(TableIdCol...primaryKey(TableIdCol))So, now you've got a good reason to care for the names of your object yourself. There are more than one way to skin that cat. You can use one of the above orsp_helpconstraint orUSE NORTHWIND SELECT  T1.TABLE_NAME  , T2.CONSTRAINT_NAME FROM […]

You rated this post out of 5. Change rating

2005-03-01

Technical Article

RE: Job restart on condition

  • Reply

2Jeremy Kemp: The procedure I call from the job does a number of backups in a cycle: set @backup_command = 'BACKUP DATABASE ' + @db_name + ' TO DISK=''' + @full_backup_path + @db_name + '\' + @db_name + '.BAK''' + ' with INIT' exec(@backup_command) -- if backup is successfull, it updates the LastBackup field in […]

You rated this post out of 5. Change rating

2003-06-05

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers