Viewing 15 posts - 16 through 30 (of 283 total)
What is the error are you getting?
A.J.
DBA with an attitude
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)
A.J.
DBA with an attitude
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. Hit Enter
A.J.
DBA with an attitude
January 28, 2011 at 11:22 am
Clustering
A.J.
DBA with an attitude
January 28, 2011 at 11:17 am
Use:
exec sp_change_users_login @action= 'AUTO_FIX', @usernamepattern = 'username';
A.J.
DBA with an attitude
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...
A.J.
DBA with an attitude
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
A.J.
DBA with an attitude
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.
A.J.
DBA with an attitude
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. ?
A.J.
DBA with an attitude
October 12, 2010 at 4:41 pm
Noel... you just saved me from banging my head on my desk for another 3 hours.
A.J.
DBA with an attitude
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...
A.J.
DBA with an attitude
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...
A.J.
DBA with an attitude
November 12, 2009 at 11:27 am
Google: Sql Server service principal name
A.J.
DBA with an attitude
November 12, 2009 at 11:21 am
Did you run DBCC UPDATEUSAGE already?
A.J.
DBA with an attitude
June 9, 2009 at 12:36 pm
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...
A.J.
DBA with an attitude
May 27, 2009 at 4:49 pm
Viewing 15 posts - 16 through 30 (of 283 total)