SQL Source Control

Technical Article

RE: delta processing: alternative to cursor

  • Reply

Jay, This is the code for the set based update statement: declare @row int, @increment int, @start datetime, @update_count int set @start = getdate() set @row = 1 set @increment = 5000 set @update_count = 0 set rowcount 0 while @row <= 5000 begin update [claims_2002] with (tablockx) set mdl_yr = left(col001,4), vin_cd = col002, […]

You rated this post out of 5. Change rating

2003-07-30

Technical Article

RE: Table Changes Don't Take

  • Reply

Hi scking, quote: I've recently created a SQL Server 2000 database which allows changes to some of the tables but not others. The public role is set to allow changes to all the tables. Any assistance would be appreciated. just out of curiosity, what are you doing this for? Are temporary tables an alternative? Cheers, […]

You rated this post out of 5. Change rating

2003-07-22

Technical Article

RE: Snap Shot Replication

  • Reply

Also think that transactional would be the best. You will only have to create a snapshot one time, and also with transactional replication, you can configure the snapshot agent not to lock the tables that is bcping out, because it uses the log reader. Remember that transactional will only replicate the transactions made to the […]

You rated this post out of 5. Change rating

2003-07-17

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

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