Viewing 15 posts - 616 through 630 (of 1,157 total)
Now try to register the DTS.dll using regsvr32.exe.
The path is C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTS.dll
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 28, 2010 at 10:37 am
You may find this useful.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 28, 2010 at 9:36 am
On a dedicated SQL server box, I usually set the max memory to 80% of the Total Physical RAM available.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 28, 2010 at 9:21 am
Check if running sysdbupg script helps. Refer this
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 28, 2010 at 8:54 am
Check for excessive locks on MSDB database
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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"....
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 26, 2010 at 10:40 am
The size will not reflect correctly until the trace file is rolled over or the trace is stopped.
You may try stopping and closing the trace file to see if it...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 25, 2010 at 2:42 am
What is the error? The trace does not start at all?
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 24, 2010 at 1:56 pm
Viewing 15 posts - 616 through 630 (of 1,157 total)