Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
simpleton
Starting Member
25 Posts |
Posted - 2008-10-28 : 09:03:34
|
I am working on a bulk insert statement. The stupid primary key, though, uses the Unix Epoch.. which means that I need some sort of "Delay" in my statement, So that each row will have a unique primary key. Any ideas on creating a delay during my update? |
|
SimpleSQL
Yak Posting Veteran
85 Posts |
Posted - 2008-11-19 : 21:45:01
|
You can use waitfor delay command. Check out Books Online for syntax. |
|
|
|
|
|