Viewing 15 posts - 10,681 through 10,695 (of 39,791 total)
The way you do this is to schedule full, then diffs, and then log backups. You take a full and restore it to the new instance. Once that is done,...
August 25, 2014 at 9:10 pm
Jeff Moden (8/24/2014)
Steve Jones - SSC Editor (8/24/2014)
You don't want to do...
August 25, 2014 at 8:18 am
Side by side for me, but always make sure you take backups of all user databases, master, model, and msdb before you do either.
August 25, 2014 at 8:15 am
You can't use a variable in the FROM clause.
However if this is for something like masking data on restores to dev/test, and isn't run often, you can use dynamic-SQL
declare @cmd...
August 24, 2014 at 1:53 pm
Closing this thread.
Please post replies here: http://www.sqlservercentral.com/Forums/Topic1606742-3411-1.aspx
August 24, 2014 at 1:49 pm
Please don't use all caps. It is equivalent to yelling. Also please don't cross post (removed the other one).
You don't want to do this in SQL Server. Use Windows at...
August 24, 2014 at 1:47 pm
Matt Crowley (8/22/2014)
Could this be a User Access Control problem, then? Windows is starting to move away from allowing people to write files tot he root of drives.
That's a...
August 22, 2014 at 8:30 am
Developing and (some) testing against a subset doesn't mean that you never use production data, or even greater-than-production sized sets. It means that you do lots of your development against...
August 22, 2014 at 8:24 am
Finally, things are working. A debug item slipped through into production (apparently).
Let me know if things are still broken.
August 22, 2014 at 8:16 am
I see it. We'll review as soon as we can
August 21, 2014 at 9:22 am
Yep, reported and people are looking at it.
Either we had some injected code or someone deployed something they shouldn't have.
August 21, 2014 at 9:19 am
Viewing 15 posts - 10,681 through 10,695 (of 39,791 total)