Viewing 15 posts - 346 through 360 (of 663 total)
Local disconnected and outdated data sets, locking, etc.
July 3, 2003 at 3:57 pm
Phmorris , just for curiosity sake, how many processors and MHz, SAN, memory, disks, controllers, channel speeds, etc.?
July 2, 2003 at 10:53 pm
See BOL 2000:
SET IDENTITY_INSERT
Allows explicit values to be inserted into the identity column of a table.
July 2, 2003 at 6:50 pm
Have a look at scptxfr.exe supplied by MS.
Maybe usefull with 'xp_cmdshell'
July 2, 2003 at 5:38 pm
I'll go with the BCP suggestion of DavidBurrows.
July 2, 2003 at 5:28 pm
July 2, 2003 at 5:22 pm
Any transactions involved?
What is the TRANSACTION ISOLATION LEVEL setting?
June 30, 2003 at 9:39 pm
DavidBurrows, to split hairs it may be safer to subtract 3 milliseconds, depending on the provider of the data. Run into such a funny during development, recently. Otherwise I am...
June 30, 2003 at 3:41 pm
DavidBurrows, which email system do you use mapi, CDONTS, SQL Server, etc. ?
Any suggestions
June 29, 2003 at 8:19 pm
Suppose you can remove layout spaces, carriage returns, etc. from the code and get it to recompile.
Rather go for McCork suggestion of functional breakouts(sub procs).
June 29, 2003 at 6:30 pm
Not sure why you want to keep on pressing F5, but the following code will also goes into an endless loop. Hopefully it will not hang Query Analyzer.
While 1>0
...
June 29, 2003 at 6:24 pm
When the trigger fires look at the inserted table.
Update Table
Set Colx=Colx*2
From Inserted
Where table.pk=inserted.pk
May also...
June 29, 2003 at 3:47 pm
Viewing 15 posts - 346 through 360 (of 663 total)