Viewing 15 posts - 2,221 through 2,235 (of 2,729 total)
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
Ed Wagner (9/12/2013)
September 12, 2013 at 7:12 am
Thanks again guys!
A little more Google-work, and I found code that sounds like it will do exactly what I'm looking for over on SQLSkills, from John K.
http://www.sqlskills.com/blogs/jonathan/tracking-sql-server-database-usage/%5B/url%5D
Once again, thanks!
Jason
September 11, 2013 at 7:30 am
I believe the answer to this next question is yes, but I'd like to be sure:
If I create an XE session on SQL2012 (for the GUI) and save it as...
September 11, 2013 at 6:30 am
I'm going to take a look at XE going forward for this, but it sounds like in the short-term (as in, need a number / date yesterday) I did the...
September 11, 2013 at 5:06 am
Viewing 15 posts - 2,221 through 2,235 (of 2,729 total)