Viewing 15 posts - 661 through 675 (of 1,157 total)
As far as I know they cannot be separated.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 16, 2010 at 1:04 pm
I second Jason. What is the error message with which the KB installation is failing? You can find the details in SetupBootStrap\Logs folder.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 16, 2010 at 10:08 am
Since C2 audit trace files are created on the default data directory for SQL Server, you may change the Default Data directory
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 16, 2010 at 7:26 am
Here is an example. Create a new batch file say loadtest.bat which has the following code in it
sqlcmd -SServerName -E -Q "sp_who2"
loadtest.bat
This will run sp_who2 continuously until you stop...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 16, 2010 at 5:04 am
Do you see any error messages in SQL Server Error Log\ Event Log?
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 16, 2010 at 4:41 am
Yes. Most likely you would have entered .BAK. This is one of the changes in SQL Server 2005 from SQL Server 2000
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 15, 2010 at 10:41 pm
You may have a look at Reporting Services Scripter
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 15, 2010 at 10:32 pm
Muhammad, glad to know that it worked 🙂
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 15, 2010 at 10:50 am
Easy way out is script to script the profiler trace and run it on the instance. You may find this[/url] useful.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 14, 2010 at 2:03 pm
Yes. The only way to get rid of 3013 error is to delete the existing backup file or taking the backup in a new directory
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 14, 2010 at 1:57 pm
Even if you drop the login, some application is trying to connect to this instance from 172.18.3.7. The only option to figure out is to check with the support team...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 14, 2010 at 1:55 pm
SQL_Latin1_General_CP1_CI_AS is the default collation for SQL Server 2008. Not sure how it is termed as "for backward compatibility"
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 14, 2010 at 1:32 pm
SQL Server 32 bit cannot be upgraded to 64 bit. It needs to be reinstalled. This whitepaper explains the benefits of 64 bit architecture.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 14, 2010 at 1:24 pm
It is an internal procedure call. Most likely associated with sys.sp_rename. Refer this
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 14, 2010 at 1:20 pm
What is the build of SQL Server? If it is below SQL Server 2005 SP2, then the Maintenance Plans are dependent of SSIS. In that case you may want to...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
September 14, 2010 at 10:47 am
Viewing 15 posts - 661 through 675 (of 1,157 total)