Viewing 15 posts - 5,131 through 5,145 (of 6,216 total)
Steve - have you tried comparing your test with one where the table doesn't have identity column? Or maybe uses unique identifier? I'd like to see those results!
Andy
January 14, 2002 at 5:31 am
With SQL2K Scope_Identity() solves those issues - I agree it was a pain and a MAJOR source of bugs if someone added a trigger that inserted to another table with...
January 14, 2002 at 5:28 am
Andy - Im sure other readers would be interested in looking at your proc if you wouldn't mind adding to our script library.
Bill - interesting idea. Try dbo.backupfile in msdb....
January 14, 2002 at 5:25 am
I've had a demo cd here for months that I never got around to of Commerce Server. I dont know that it would place heavier demands on your SQL box...
January 11, 2002 at 11:33 pm
You'll probably want to use a text column. Are you including formatting chars in your char count? Normally you can get about 8k bytes per record as long as you're...
January 9, 2002 at 8:20 pm
Interesting...just never tried it I guess! I will look some, be nice to find a way.
Andy
January 9, 2002 at 7:10 pm
Not sure I understand - why cant you use the single attach? Once a db is detached the log files are junk - all open transactions are completed before you...
January 9, 2002 at 10:59 am
No problem at all! We don't get enough DMO topics, was nice to have one!
Andy
January 9, 2002 at 5:15 am
Steve has great taste in recommending suggestions! You'll be better off doing your analysis from a table, but Profiler does support some interesting grouping options you might want to explore...
January 8, 2002 at 9:34 pm
I'd bet on the space too. I've got one box where I have to watch the space more than I'd like, doing some of the larger db's takes some juggling....
January 8, 2002 at 9:32 pm
If Im going to use dynamic sql it will be on the client. The string handling tools and development environment are better (to me anyway!). I agree that hard coded...
January 8, 2002 at 9:29 pm
Viewing 15 posts - 5,131 through 5,145 (of 6,216 total)