Viewing 15 posts - 31 through 45 (of 88 total)
Thanks for the info! Great stuff!
December 22, 2009 at 3:40 pm
So if I want to implement this on another databases, I would have to create the stored procedure in each database and then sign the procedure with the cert correct?
Also...
December 22, 2009 at 1:13 pm
To recap, when dealing with clusters – sometimes it is helpful to review the issue from two vantage points – the Windows cluster (2003/2008 or whatever version will be running...
October 2, 2009 at 12:10 pm
I was able to resolve this by following the steps listed on the pages below. DTC for SQL Server should be a clustered resource and be on a seperate...
October 1, 2009 at 1:02 pm
Did you take a backup of the databases before using the tuning advisor? Sometimes it creates hypothetical indexes that kill your performance. If you have a backup...
September 30, 2009 at 4:13 pm
I think you have to make it a sql agent operator instead of sql agent user.
September 30, 2009 at 4:10 pm
In Visual studio use the Transfer login task and set copy sids = true. It is under Integration Services project.
September 30, 2009 at 4:08 pm
what about "sp_who2 Active" or the blocked process report?
September 30, 2009 at 4:06 pm
Try changing the owner of the job to a login that has sysadmin rights. It may be because your SA password expired
September 18, 2009 at 2:16 pm
Check out Ola's Maintenance Script. I think it is better than MS maintenance plans.
September 17, 2009 at 12:45 pm
Could be memory and it could be because the databases are on C:
Can you move the log files to another drive? What is your total server memory? Also how...
September 14, 2009 at 3:28 pm
You can use the transfer login task in visual studio (Integration Services project) and set CopySids = true.
September 14, 2009 at 3:16 pm
You could probably run profiler and select some of the "Error and Warnings" events and see what it turns up. I used this before in a similar situation.
September 3, 2009 at 11:35 am
Are you going to keep the same IP? Check out the following article
August 24, 2009 at 8:09 am
Just a suggestion on step 3 i've found that using the transfer login task and setting copy sid's = TRUE is easier if you have multiple logins to copy.
August 17, 2009 at 10:35 am
Viewing 15 posts - 31 through 45 (of 88 total)