Viewing 15 posts - 616 through 630 (of 1,161 total)
Running a trace is a good option. But ensure that you are running a server side trace. Here[/url] is an example.
September 28, 2010 at 1:18 pm
It worked for me on all versions of SQL server and both 32 bit and 64 bit. The TID that you were trying to use in select * from sys.processes...
September 28, 2010 at 10:40 am
Now try to register the DTS.dll using regsvr32.exe.
The path is C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTS.dll
September 28, 2010 at 10:37 am
Check if running sysdbupg script helps. Refer this
September 28, 2010 at 9:12 am
A previous version of SQL Server that does not support SYSPrep was found installed in the machine. Remove the imcpmpatible product(s) and then re-run setup
Check for any SQL related installation...
September 28, 2010 at 8:54 am
Check for excessive locks on MSDB database
September 28, 2010 at 8:50 am
Is this an option?
Detach those databases
Connect to SSMS as SA
Attach the databases using CREATE DATABASE...FOR ATTACH
September 28, 2010 at 8:47 am
The SQL Server Configuration Manager and the Services console would list all the SQL related services already installed on the server.
September 28, 2010 at 8:14 am
To find table names through t-sql one needs permissions on some of the sys*.* tables. Here[/url] is an example.
September 27, 2010 at 9:23 pm
but i am creating backup with a simple job schedule (WITH NOINIT data append)and only using maintainance plan to clean up maintainance tasks...
If you are using WITH NOINIT only one...
September 27, 2010 at 9:08 pm
dbadotraghu (9/27/2010)
As soon as I stop the trace, the file size grows to 128KB and the content of the trace file will be.. "The trace has been stopped"....
September 27, 2010 at 9:04 pm
Ali,
Please look into the SQLSetupNumber_ServerName_Core(local).log file. Most likely this error has something to do with the folder layout. Please refer this article.
September 27, 2010 at 10:25 am
Agree with Jeffrey. If you are using Maintenance Plan to backup the database, it will create a file for each run. Here is a step by step guide to create...
September 26, 2010 at 10:40 am
Viewing 15 posts - 616 through 630 (of 1,161 total)