Viewing 15 posts - 16 through 30 (of 282 total)
What is the error are you getting?
June 15, 2011 at 9:51 am
Thanks, great script... my only change was to return the correct size of backups on servers using backup compression. I basically just changed this line.
select @backupsize = coalesce(compressed_backup_size, backup_size)
March 30, 2011 at 10:18 am
I believe in teaching a man how to fish rather than giving him a fish.
1. Go to http://www.google.com
2. Type: SQL Server Security Best Practices
3. ...
January 28, 2011 at 11:22 am
Use:
exec sp_change_users_login @action= 'AUTO_FIX', @usernamepattern = 'username';
January 28, 2011 at 11:13 am
Only real downside of using the "master" as the default is that if the user is not paying attention o what database they are connected to and not using a...
January 28, 2011 at 11:09 am
Is the same as this issue you posted about?
http://www.sqlservercentral.com/Forums/Topic1034234-391-1.aspx
December 28, 2010 at 2:35 pm
Thanks Perry, I voted on that link. I guess the idea of me ever using this in my Live environment is not going to happen anytime soon.
October 13, 2010 at 9:07 pm
I would be interested in this too. Anyone got a script to remove the jobs, ssis pkgs, etc. ?
October 12, 2010 at 4:41 pm
Noel... you just saved me from banging my head on my desk for another 3 hours.
August 20, 2010 at 5:24 pm
Wow... now I feel really DUMB. :angry:
I did figure out my own problem, and thought I would share it since it took me (i hate to admit this) a...
November 12, 2009 at 11:57 am
I just realized I posted this in the SQL 7/2000 forum... I meant to post in 2005/2008. Moderator... please close this and I will repost it in the proper...
November 12, 2009 at 11:27 am
Google: Sql Server service principal name
November 12, 2009 at 11:21 am
Reporting Services is not instance specific. You point it to whatever instance you want in the RS Config.
Say for example SERVER1\InstanceA has the ReportServer and ReportServerTempDB databases...
May 27, 2009 at 4:49 pm
Viewing 15 posts - 16 through 30 (of 282 total)