Viewing 15 posts - 2,626 through 2,640 (of 4,745 total)
What was in the 'company backup'?
you say you reinstalled windows. did you reinstall SQL server?
Don't want to get too technical but if you have an MSSQL.1 and .2 and .3...
April 24, 2010 at 5:14 pm
select name from sys.databases where state_desc = 'offline'
or you can use databasepropertyex or even databaseproperty (pre 2005)
April 24, 2010 at 4:44 pm
Skills for database backup and more importantly recovery are with the DBAs so they should control database backup tools and strategies.
I think you will find 99% of DBAs use SQL...
April 22, 2010 at 4:08 pm
good to learn of this new syntax change, should have specified SQL 2008 though.
April 22, 2010 at 3:54 am
This one is very basic and simple but seems a complete no-brainer to me:
the ability to specify who the owner of the jobs will be when creating\amending maintenance plans.
Then you...
April 22, 2010 at 3:39 am
whats wrong with etc in a server or database name?
😀
April 21, 2010 at 11:01 am
nice one Dave, good job.
there is some inconsistency in the names of the backups and locations I think you may want to check and edit 😉
April 21, 2010 at 7:00 am
Great job Dave, well done.
The automation of the process and use of proxies is a nice touch.
There is nowhere near enough information on SSRS DR out there and this is...
April 21, 2010 at 6:57 am
going to have to refer you to my previous answer, there is no other possible cause of this.
April 21, 2010 at 3:11 am
State 11 means 'Valid login but server access failure'
check in AD that the group and user are allowed to access the server.
April 20, 2010 at 3:56 am
I have only seen that WMI message after a server rename and the local SQL accounts were orphaned,
e.g. server\SQLServer2005MSSQLUser$server$MSSQLSERVER
check those accounts out for file permissions (their sids will appear but...
April 20, 2010 at 3:38 am
we need the STATE value from that error message.
Are you a member of this windows group?
April 20, 2010 at 3:28 am
mpalaparthi (4/19/2010)
U r correct, thats the prefered method, but in that method we have to take tail log backup so I am just wondering if it interupts the...
April 20, 2010 at 3:25 am
why not use the full backup from the weekend, the last diff backup before 12:45, and whatever log backups you need to get to 12:45, using the stopat clause with...
April 19, 2010 at 2:18 pm
did you use configuration manager to change the account SQL runs under. Doing it that way should assign all the permissions necessary.
April 19, 2010 at 12:32 pm
Viewing 15 posts - 2,626 through 2,640 (of 4,745 total)