Viewing 15 posts - 9,916 through 9,930 (of 22,213 total)
You can use the RESTORE VERIFYONLY command to validate that a backup is available and accessible.
I don't understand what you mean by this: "know what is spend if used it"
March 28, 2013 at 4:40 am
Just turn that same query into an INSERT ... SELECT... statement and save the data into a table along with the date and time that you collected the information. Then...
March 28, 2013 at 4:38 am
opc.three (3/27/2013)
Grant Fritchey (3/27/2013)
March 27, 2013 at 9:09 am
Throw money, uh, I mean, hardware at the problem. That's your only option.
March 27, 2013 at 7:03 am
That value changes a lot over time. You can't look at it once and interpret anything from it. You must capture it continually. And, just because it changes doesn't mean...
March 27, 2013 at 6:59 am
Just remember that the clustered index is both an index and the data. So if a query can use the index part of the cluster to satisfy the operations, the...
March 27, 2013 at 6:56 am
Actually, if you use extended events you can filter by batch_text in sql_batch_completed or by statement in rpc_completed and then use the like_i_sql_unicode_string to do a like statement looking...
March 27, 2013 at 6:54 am
Ed Wagner (3/26/2013)
March 26, 2013 at 5:38 am
And then, if your databases are in FULL recovery, you need to set up regular log backups. I'd suggest at least once an hour.
March 26, 2013 at 4:08 am
Sqlraider (3/25/2013)
Grant Fritchey (3/23/2013)
March 25, 2013 at 10:27 am
By default, all things being equal, it shouldn't be taking longer with 2008 SSMS. So, you have to figure out what's not equal. Again, are you capturing an execution plan?...
March 25, 2013 at 8:45 am
Are you capturing the execution plan in the 2008 version of SSMS? Make sure you have the latest service packs installed on your server and on your client machine. Check...
March 25, 2013 at 6:34 am
As Gail says, they'll be backed up. Then, when you go to restore, the part of the restore process known as recovery deals with uncommitted transactions, rolling them back as...
March 25, 2013 at 3:33 am
In addition to backups, if you're developing the databases, I'd get the source for the structures and code into a source control management system. I'm pretty sure there ways to...
March 23, 2013 at 4:26 am
Viewing 15 posts - 9,916 through 9,930 (of 22,213 total)