Viewing 15 posts - 61 through 75 (of 1,160 total)
Krasavita (2/8/2011)
I rebooted sql services today and no trace running anymore,but SQL Server Agent services was not running again. What else should I check that causing this issue.Thank you
Please check...
February 8, 2011 at 10:51 am
Krasavita (2/7/2011)
How do you know that is running?
The output says so.
D:\\audittrace_20110207135814
February 7, 2011 at 12:22 pm
As per the output the C2 audit trace is still running. After disabling it, the SQL Server service needs to be restarted in order for the changes to take effect.
February 7, 2011 at 12:11 pm
Check if it was enabled for any legitimate reason. Disabling it would not damage anything. C2 audit will continue to run until the drive hosting the trace file gets full....
February 7, 2011 at 12:03 pm
You can check it through sp_configure or through SSMS GUI as in the below screenshot.
February 7, 2011 at 11:59 am
Please check if you have C2 Audit enabled on the instance.
February 7, 2011 at 11:35 am
The following message is seen in the SQL Server Error Log.
2011-02-03 19:31:25.11 spid7s The resource database build version is 10.00.1600. This is an informational message...
February 3, 2011 at 6:38 am
Please check the entries in System/Application event log, SQL Server Error Log for the possible reasons for the SQL Server service not starting up.
February 3, 2011 at 5:00 am
I just responded to a similar question here. You may find it useful.
February 3, 2011 at 4:24 am
If you are migrating the user databases to a new SQL Server 2008 instance, you can script the logins on the SQL Server 2005 instance using sp_help_revlogin and execute the...
February 1, 2011 at 11:09 am
Not sure why you would want to do this since these roles are created when you install SQL Server. However, you can find the script to create these roles ...
February 1, 2011 at 10:30 am
Check if sp_helprotect meets the requirement. Here is an example.
sp_helprotect 'xp_fixeddrives'
February 1, 2011 at 7:14 am
Since you are upgrading, the setup would take care of transferring the logins to the upgraded instance. However, before performing the upgrade make sure to have FULL backups of all...
January 31, 2011 at 10:10 pm
You can make use of SQL Server 2008 Upgrade Advisor to look for any possible issues, before actually upgrading the instance. You may find this article useful.
January 31, 2011 at 12:40 pm
Here are my recommendations.
1) For rebuilding the indexes the scripts found at http://ola.hallengren.com/[/url] are very useful.
2) You may make use of Poweshell to capture Performance Counters. Here is an example.
3)...
January 31, 2011 at 12:37 pm
Viewing 15 posts - 61 through 75 (of 1,160 total)