Viewing 15 posts - 31 through 45 (of 114 total)
RedGate has a wicked awesome tool called Virtual Restore. I can't remember the limitations but they do offer a ...wait for it...
<angels singing>
--->[FREE]<---
</angels singing>
trial. If...
February 26, 2013 at 6:33 am
Fair warning:
The "REORGANIZE/ALL" thing doesn't work so well on tables with indexes that have allow_page_locks set off (read: "SharePoint 2010").
Cheers,
Ken
February 14, 2013 at 6:41 am
Hm. Maybe using SQL Profiler? Trap all "CREATE TABLE #" commands? ...just a thought...
January 23, 2013 at 8:55 am
:exclamationmark:
I get it now. Thanks!
January 4, 2013 at 11:45 am
Sorry to be thick-headed (read: slow-witted) but I have to ask: why did you SELECT TOP (8000) ROW_NUMBER... when it [seems] to work with TOP (10). Since...
January 4, 2013 at 10:03 am
<LOL>
And my way is wrong! I [just] realized dblist.txt will be [overwritten] for each server. My bad. Here's a corrected batch file:
[font="Courier New"]
@ECHO OFF
SQLCMD -Lc > serverlist.txt
FOR...
December 12, 2012 at 6:37 am
Part of the challenge to be a successful DBA is to use the tools at our disposal to answer these types of questions. There are [several] ways...
December 12, 2012 at 6:34 am
@SAinCA
I apologize - I sort of rushed through carving out the relevant chunks of code for you yesterday and I realized just now that I inadvertently made a judgement call...
December 5, 2012 at 1:36 pm
Sorry to be a bit off-topic but this thread flashed me back to an interview I had years ago. The 'technical' questions about troubleshooting were surprisingly specific and detailed....
December 5, 2012 at 6:26 am
Cool. I gave it a test ride before I sent it but I'd appreciate your input. Sadly, the font came over in the post but the spacing didn't....
December 4, 2012 at 12:41 pm
Sorry. Sometimes I miss the point. DBMail setup.
Here's the code I use for setting up DBMail - I carved the other junk out. There are probably several...
December 4, 2012 at 12:05 pm
The script references some scripts and a few batch files that I put on the server to handle maintenance, backups and disaster recovery. I'm not sure what would be...
December 4, 2012 at 11:34 am
I have a post-install script that sets up all of my nightly maintenance and backup stuff as well as the alerts, operators, DBMail config, etc.
Considering the number of servers I...
December 4, 2012 at 8:01 am
Sorry for the "Captain Obvious" fly-by but...
If you have the database at a point where it's barking about running DBCC CHECKDB, have you given that a shot? Let DBCC...
November 26, 2012 at 10:13 am
Sorry, I forgot to mention the point of my little adventure story: if I could have rolled that one transaction back, I wouldn't have had to restore the database.
BTW:
October 24, 2012 at 7:29 am
Viewing 15 posts - 31 through 45 (of 114 total)