Viewing 15 posts - 2,431 through 2,445 (of 2,729 total)
Lynn Pettis (4/15/2013)
jasona.work (4/15/2013)
Standby will roll back any uncommited transactions and put the DB in read-only. NoRecovery basically tells SQL Server...
April 15, 2013 at 12:30 pm
You want to use "With NoRecovery" not "With Standby."
Standby will roll back any uncommited transactions and put the DB in read-only. NoRecovery basically tells SQL Server that there's more...
April 15, 2013 at 12:12 pm
Webrunner, my home lab has been set up comparitively on the cheap, using VMs.
One Technet account (gives me both the OS and SQL) ~$350
One "home-brew" server (Xeon 55xx, 24GB RAM,...
April 15, 2013 at 9:15 am
Jack, I must apologize, as your answer was on the right track...
Turns out there's a few things I didn't know about the network here...
1. While *.domain.com is in the...
April 15, 2013 at 8:33 am
I hate Reporting Services in a locked down network...
That is all.
April 11, 2013 at 9:21 am
The security policies of the workplace don't allow users to add / remove entries from their Trusted Sites list. Also, the domain that the servers (both QA and prod...
April 9, 2013 at 12:34 pm
Cool thanks!
I'll give it a go on Monday.
Jason
April 7, 2013 at 5:20 pm
Won't that just create a new trace?
Or will it alter that setting for the existing trace?
Jason
April 5, 2013 at 10:51 am
You may still need to "re-associate" the SQL Login with the DB user.
I've found these two queries to do a bang-up job for finding and fixing orphaned users (and possibly...
April 5, 2013 at 5:41 am
Nope, IFI only affects the MDF / NDF, not the Transaction log.
A quote from Brad McGehee[/url]:
Instant file initialization only affects MDF and NDF files, not LDF files. In other words,...
April 3, 2013 at 1:11 pm
Once again, thank you...
In the interests of paranioa, I ran log backups of the 6 biggest log files to disk on the server. Thanks to Enterprise Edition, the backups...
April 3, 2013 at 12:19 pm
Everyone: Thank you for the ideas / suggestions
dan-572483 - Right now I'm not worrying about shrinking the files, that will come later. We're OK on disk space on...
April 3, 2013 at 11:06 am
Lynn Pettis (4/3/2013)
GilaMonster (4/3/2013)
jasona.work (4/3/2013)
1. After-hours, switch all DBs from Full Recovery...
April 3, 2013 at 10:32 am
Lynn Pettis (4/3/2013)
I'm curious, how do most of you like your dihydrogen monoxide, straight or flavored?
Depending on the time of day, either straight or filtered through ground-up and roasted Coffea...
April 3, 2013 at 7:51 am
You know, silly thing, but it'd be nice if you could specify credentials for a Windows Auth connection in SSMS...
I've got two logins, one for "normal" use which has no...
April 2, 2013 at 5:58 am
Viewing 15 posts - 2,431 through 2,445 (of 2,729 total)