Viewing 5 posts - 1 through 5 (of 5 total)
Great, its good to hear things worked out.
January 13, 2009 at 1:32 am
Yes, you need to make the distinction between legacy and current data the current data. The current data would need to go into the new database and possibly +- 1hour...
January 8, 2009 at 12:27 am
There may the possibility of making a copy of the database and exporting the data out of your current database that you require for your application. You would need to...
January 7, 2009 at 11:24 pm
UPDATE SS.SECTIONS WITH(ROWLOCK,HOLDLOCK) SET SECTNO=101 WHERE ROOMNO=601
This will indicate to the SQL engine that it must hold the lock on the rows it is updating till it has completed that...
November 27, 2008 at 6:20 am
Viewing 5 posts - 1 through 5 (of 5 total)