Viewing 15 posts - 5,131 through 5,145 (of 19,564 total)
Here is an article about alerts you can configure about corruption.
http://www.sqlsoldier.com/wp/sqlserver/day10of31daysofdisasterrecoverymonitoringforcorruptionerror
Do you have checkdb jobs configured to run on a regular basis?
January 20, 2013 at 11:22 pm
There is possibly an impact on logshipping. If the primary and secondary are configured the same for files and file paths, the change will likely propagate to the secondary...
January 20, 2013 at 10:44 pm
noel yu-371000 (1/20/2013)
I tried executing the SQL script "select name, filename from sys.sysaltfiles where dbid = 32767" -- No...
January 20, 2013 at 10:41 pm
If following those steps verbatim doesn't work, try this
http://www.sqlnotes.info/2012/01/06/new-way-to-relocate-resource-database/
January 20, 2013 at 3:21 pm
Did you start the server as the instructions say in step 7?
Start the instance of SQL Server in master-only recovery mode
January 20, 2013 at 3:14 pm
sestell1 (1/19/2013)
Your approach of using linked servers will definitely work.
I use a C# application I wrote that lets me run...
January 20, 2013 at 2:58 pm
Somebody probably created the second file as a spillover due to the space issues.
If the drive where the first log file was created is out of space, I would migrate...
January 18, 2013 at 9:15 pm
Lowell (1/18/2013)
Brandie Tarvin (1/18/2013)
All we need is an actual Go Faster flag for the database, and everything will be FINE.got your fix right here:
I need one of those
January 18, 2013 at 2:26 pm
Hugo Kornelis (1/18/2013)
paul s-306273 (1/18/2013)
In my naivete I'm thinking 'so what?'.Is there a relevance to this?
That's what I though as well when answering the question.
I'm thinking the only value is...
January 18, 2013 at 9:19 am
Brandie Tarvin (1/18/2013)
Evil Kraig F (1/17/2013)
Was ill for a week, miss anything of import?
The world came to an end, but the Doctor showed up and saved us all.
Didn't you see...
January 18, 2013 at 8:31 am
davidwarner (1/17/2013)
Problem is that the files will just build up if the filenames are different. This current setup allows the files to just roll over the next day.
And what if...
January 17, 2013 at 4:41 pm
Lisa Liel (1/17/2013)
January 17, 2013 at 4:40 pm
Viewing 15 posts - 5,131 through 5,145 (of 19,564 total)