Viewing 15 posts - 2,251 through 2,265 (of 2,763 total)
margo.taylor (9/19/2013)
September 19, 2013 at 2:22 pm
TravisDBA (9/19/2013)
September 19, 2013 at 2:14 pm
Thanks for the suggestions, and I'm still working on this. I did come up with something to give a very quick-and-dirty overview of the tables / columns / datatypes...
September 19, 2013 at 1:09 pm
Ron, that may do some good. One question on the report, does it only go back to the last time the SQL Server service was restarted? I'm presuming...
September 19, 2013 at 7:33 am
Oops. I was (partially) confusing server side traces with Profiler Traces...
September 18, 2013 at 12:45 pm
With this particular trace and the rules, no. The goal behind it is if something needs to be investigated later, we're able to dig into the trace files.
Between the...
September 18, 2013 at 12:17 pm
Where I work has similar requirements, and actually provides the script to create the trace. Downside is, they write the trace to disk and default it to 1GB files...
September 18, 2013 at 11:00 am
Another option for preventing connections to the DB so you can restore in peace, would be to set it to offline, rather than single_user or restricted_user.
See this topic:
September 18, 2013 at 7:51 am
I'm using the following WMI to trigger alerts based on disk free space (the size is set per disk):
select * from __instancemodificationevent within 1 where targetinstance isa 'CIM_LogicalDisk' and targetinstance.freespace...
September 17, 2013 at 6:46 am
I would almost say, in that situation, if you've got the disk space, it might be easiest to do the following:
1. Backup the TLog
2. Shrink it down as...
September 16, 2013 at 11:45 am
Steve Jones - SSC Editor (9/16/2013)
jasona.work (9/16/2013)
When people say "cloud" most automatically think of the big commercial offerings (Azure, Amazon, etc.) But it doesn't have to be. It...
September 16, 2013 at 8:21 am
GilaMonster (9/16/2013)
jasona.work (9/16/2013)
Koen Verbeeck (9/16/2013)
jasona.work (9/16/2013)
(ducks behind fresh built snow fort. And people *LAUGHED* when I bought a snow making machine!)I bet they are still laughing...
😀
Right up until I...
September 16, 2013 at 7:44 am
For myself, I've been using a "personal" cloud at home (a couple Hyper-V Servers, load whatever OS and application I feel like playing with / learning) and find it to...
September 16, 2013 at 7:22 am
Koen Verbeeck (9/16/2013)
jasona.work (9/16/2013)
(ducks behind fresh built snow fort. And people *LAUGHED* when I bought a snow making machine!)I bet they are still laughing...
😀
Right up until I aim the...
September 16, 2013 at 6:39 am
What happened? Nothing new in here all weekend, and it's not even any sort of a holiday anywhere (that I'm aware of at least...)
Just think everyone!
Only 101 more shopping...
September 16, 2013 at 5:41 am
Viewing 15 posts - 2,251 through 2,265 (of 2,763 total)