Viewing 15 posts - 76 through 90 (of 469 total)
I'm not sure what would cause that but if you want to see if you have a corrupt DB run dbcc checkdb.
May 31, 2012 at 9:12 am
How is performance, particularly CPU usage on the server when you're getting that error? It may be the server is overloaded.
May 31, 2012 at 8:53 am
It still has to obey schema modification locks but it doesn't need to take out any other locks. As such, much of the waiting on the lock logic is...
May 31, 2012 at 8:41 am
TravisDBA (5/31/2012)
Agreed, people believe lots of things, but that doesn't necessarily make them relevant, or the best way to go.
If people believe them then it's relevant to address in an...
May 31, 2012 at 8:38 am
Chris.C-977504 (5/31/2012)
Now that I've read the whole article, I'm really not clear what your message is.
In fact, Iād argue that you need to design precisely for specific relational database management...
May 31, 2012 at 6:40 am
Paul Hunter (5/31/2012)
May 31, 2012 at 6:37 am
n00bDBA (5/25/2012)
For SQL Users. I take it the only problem with accounts and SIDs is for things like application auto failover wont work with them having different SIDs?
If you...
May 25, 2012 at 7:59 am
Interesting that "as many as you want created" is the most popular incorrect option. There's always a limit of some sort.
May 25, 2012 at 7:40 am
Perry Whittle (5/24/2012)
anthony.green (5/24/2012)
Only SQL authentication accounts become "orphaned"Unless of course you're crossing domains š
Or consider a DB user without a server login to be orphaned.
May 24, 2012 at 11:09 am
derekr 43208 (5/24/2012)
I'm just trying to fish out whether backward compatibility exists between Service Packs
Try doing it with a user DB. It sounds like system DBs may behave differently.
May 24, 2012 at 10:56 am
That should be possible. However, the following article says that system DBs can only be restored to the same version.
http://msdn.microsoft.com/en-US/library/ms190749%28v=sql.100%29.aspx
It's a little unclear about SPs but from...
May 24, 2012 at 10:43 am
1) What is your RPO (recovery point objective)? You want to make sure you don't lose more data than can be tolerated.
2) What is your RTO (recovery time objective)?...
May 24, 2012 at 10:01 am
If this is to make it so that support staff don't block application usage I would recommend you start with education. Even without blocking "select * from dbo.reallybigtable" can...
May 24, 2012 at 9:46 am
The method I would use to do this would be rather different just because of how we work. I would drive creating the restore statement off the backup. ...
May 18, 2012 at 7:00 am
vikingDBA (5/17/2012)
May 17, 2012 at 1:59 pm
Viewing 15 posts - 76 through 90 (of 469 total)