Viewing 5 posts - 31 through 35 (of 35 total)
It you wish to avoid accidental use of DROP table then use CREATE VIEW with SCHEMABINDING
This will generate error when drop statement is executed, so DBA can have a second...
October 6, 2006 at 5:19 am
Hi,
Yes, I can do that as a work around, but what I am looking for is some kind of PROPERTY which gives me the DESCRIPTION or NAME of STEP which...
March 22, 2006 at 8:12 am
Is this ORDER BY statement works ..... not for me...
ORDER BY (case when SequenceNumber >= @lastSeqNumber then 0 else 1 end ), SequenceNumber
February 14, 2005 at 8:36 am
PERFECT !!!!
It was for this particular reason I was looking for the info.
Thanks once again
Deepak
July 24, 2003 at 12:26 am
Hi,
EXTRACT FROM BOL for your quick reference;
Each transaction log file is divided logically into smaller segments called virtual log files. Virtual log files are the unit of truncation...
July 22, 2003 at 11:56 pm
Viewing 5 posts - 31 through 35 (of 35 total)