Viewing 15 posts - 5,176 through 5,190 (of 6,216 total)
If you really want to dig, take a look at the table master.dbo.spt_datatype_info. Probably will be easier if you look at the information schema view Columns.
Andy
January 4, 2002 at 7:19 pm
You wouldnt think it would happen, schema locks would seem to be there to prevent this. I know I've seen errors occur when modifying an index live - a pain!
Andy
January 4, 2002 at 4:42 am
You can turn on auditing which will write it to the event log. If you'd rather have it in a table you could run a server side trace (though you...
January 4, 2002 at 4:40 am
I documented a shortcut I use - I think you'll like it better than backup/restore!
http://www.sqlservercentral.com/columnists/awarren/20010425205439_1.asp
Andy
January 4, 2002 at 4:38 am
Mine are also small enough and the time window sufficient that I use a daily full plus a demand driven log backup (based on log size). Differential really starts to...
January 4, 2002 at 4:35 am
You need either a cursor or a while loop - and xp_sendmail. I'd recommend experimenting with xp_sendmail in QA until you know you have the syntax working, then work it...
January 3, 2002 at 4:54 pm
There is a trace flag that will return "pretty" output - but still if you're using XML, use the stream.
Andy
January 3, 2002 at 4:53 pm
Didnt do Transcender for this test - probably should have!
Andy
January 3, 2002 at 4:51 pm
Sure...but each has its own little tricks. Not sure I want to have to learn ALL the .Net languages core syntax to stay afloat!
Andy
January 3, 2002 at 4:49 pm
Certainly the limit is higher than 200 records!
Andy
January 3, 2002 at 11:09 am
Great! Better chance someone will stumble across it there.
Andy
January 3, 2002 at 11:06 am
Interesting. I will look around some more.
Andy
January 3, 2002 at 5:27 am
Steven, just got around to reading your post - is the 1G thing documented, or something you have discovered?
Andy
January 3, 2002 at 5:25 am
Viewing 15 posts - 5,176 through 5,190 (of 6,216 total)