Viewing 15 posts - 1,111 through 1,125 (of 1,160 total)
There are various methods of doing this. One of them is explained in this KB
February 26, 2009 at 4:38 am
Hi Robert,
You have used the correct commands to verify the backup integrity. From the error message, it looks like the backup file is corrupt.
February 26, 2009 at 4:20 am
ashok.nayak1 (2/26/2009)
Hi All.....what is minimum database require to start the SQL serevr database???
Did you mean minimum databases required to start SQL Server service? If so, then the following system databases...
February 26, 2009 at 3:41 am
Little bit of Googling will surely help. However see this link.
February 26, 2009 at 2:59 am
February 26, 2009 at 2:22 am
You can right click the "Operator" and select "Delete" ?
February 26, 2009 at 2:03 am
You may want to do the following.
1. Create an Operator
2. Specify the Email ID for the Operator
3. Select the appropriate options under "Notifications" tab of the Jobs, for which you...
February 26, 2009 at 2:01 am
You can find information about SQL Server certifications here
February 26, 2009 at 1:45 am
There is useful command line utility called "SC". With this you can query the service status as below.
SC query mssqlserver
Hope this helps.
Cheers,
Pradeep
February 25, 2009 at 10:47 pm
There are several ways to do this. Some of them are as below.
Backup and Restore
Use DTS
Copy Database Wizard
Log shipping.
Please refer BOL for more information.
September 20, 2008 at 12:23 pm
Use the restore query and put it in a job or run directly from Query Analyzer..
RESTORE DATABASE [DBNAME] FROM DISK='\\....'
September 20, 2008 at 12:13 pm
Hi,
This is a very generic question. If this issue occurs occassionally check any query/job is causing this.
If the CPU usage is always spiking, try checking your hardware configuration.
September 20, 2008 at 2:26 am
Thanks a lot for your response.
I know that to restore this master backup, the version has to be
SP3a + Hotfix (http://support.microsoft.com/kb/890942).
My problem is that I...
September 19, 2008 at 7:44 pm
Best practice would be to use a Dedicated User account for starting the SQL Services. If the sysadmin wants more security, he may disable the "Allow Interactive Logon" for this...
August 19, 2008 at 5:22 am
Yes Kevin you are right. You can only create triggers for INSERT, UPDATE, DELETE statements.
April 24, 2008 at 3:26 am
Viewing 15 posts - 1,111 through 1,125 (of 1,160 total)