Viewing 15 posts - 4,771 through 4,785 (of 5,103 total)
If you don't need to return anything to the client use xp_logevent instead!
February 13, 2004 at 1:39 pm
RAISERROR('FYI: This message should be sent without delay', 10, 1) WITH NOWAIT,LOG
February 13, 2004 at 1:38 pm
the Log RAISEERROR uses are the Windows Application Log and the SQL Server Error Log!!!!
February 13, 2004 at 1:25 pm
Will,
The order in the RELATIONAL Model is not guarantee at the Table level that is why you should not relay on clustered indexes and use the ORDER BY clause when...
February 13, 2004 at 1:20 pm
SQL is a DECLARATIVE language. you are supposed to tell the engine WHAT you need not HOW to get it!
Indexes help the engine improve/determine the execution plan (based on cost!)
What...
February 13, 2004 at 8:12 am
Most People I know Backup to Disk First! then to tape.
And yes, you can use windows scheduler to grab a folder (THE BACKUP Folder) periodically.
February 13, 2004 at 8:00 am
If you were refering to the Annonced servers you can run :
isql -L
Beware ! Announcing can be turn OFF!
February 13, 2004 at 7:30 am
It hasn't been explicitly said but just in case:
If your FULL Backup Happened AFTER the deletion and you don't have any previous backups the data you are looking for is...
February 13, 2004 at 7:10 am
I'll rather enforce that with SECURITY ROLES!
My $0.02
February 12, 2004 at 2:36 pm
BTW In fiber mode you will have to say Godd bye to DTS
February 12, 2004 at 2:26 pm
For the purpose of comparison you DON'T NEED anything to grab the mdf files !!!!
February 12, 2004 at 1:38 pm
1. What if the USER KILL you App. Stop the service and grabs the FILE
2. Performance and XML is an oximoron!!!
February 12, 2004 at 1:03 pm
Viewing 15 posts - 4,771 through 4,785 (of 5,103 total)