Viewing 15 posts - 9,526 through 9,540 (of 22,214 total)
I'm not a fan of killing sessions, but, instead of loading them into a temp table and then, presumably, using a cursor to clean them out, what about just using...
September 18, 2013 at 7:04 am
T.Ashish (9/18/2013)
What I have learn is, we have a "estimated plan" and a "actual plan". When we execute a query, SQL gives us the actual plan of what it...
September 18, 2013 at 6:57 am
Yep, validated. Mirroring is still there in 2014.
You can see a listing of the deprecated features here. There are some that will be immediately removed in 2014 and there...
September 18, 2013 at 6:43 am
If by working and not working you mean that putting in single user mode sometimes works better with a single batch than with multiple batches it's down to time and...
September 18, 2013 at 6:37 am
Beatrix Kiddo (9/18/2013)
... also the SQL Server Service Account is in the Administrators' group on the server.
The Agent can be running under a different account. Check that.
September 18, 2013 at 6:35 am
No, it's not going away after 2012. That's wrong. It's on the deprecation list. The current plans are that once something goes on the deprecation list it should only last...
September 18, 2013 at 5:52 am
Just remember that you can only do transaction log backups or full backups with COPY_ONLY on the secondaries. If you're already running everything on the primary and it's not hurting...
September 18, 2013 at 5:46 am
I just recently wrote a blog post about execution plan costs[/url]. They are all estimates, not actual measures.
September 18, 2013 at 5:44 am
carpainter69 (9/17/2013)
September 18, 2013 at 3:18 am
Alex, no question that the format and structure can be an aid to learning. But I remain unconvinced that most people view it that way or use it that way....
September 17, 2013 at 3:48 pm
gary1 (9/17/2013)
I want to update stats that are staled not...
September 17, 2013 at 12:29 pm
There's no direct way to know for sure. You can run DBCC show_statistics and see the date the stats were updated, but that doesn't mean much. Maybe the table hasn't...
September 17, 2013 at 4:06 am
First, stop using sp_who2. It gives you some information, but not enough. Instead, start using the Dynamic Management Objects (DMO). Start with sys.dm_exec_requests. That will basically show the same thing...
September 17, 2013 at 4:04 am
Since the data is critical to the business, I'd suggest two things. First, ensure that the backups are meeting the business requirements. Talk to someone from the business side of...
September 17, 2013 at 4:00 am
L' Eomot Inversé (9/16/2013)
Great editorial, Grant. Five stars from me, because the system won't let me give you six.EDIT: spelling! !! !!! In something this short :doze:
Thanks!
September 16, 2013 at 3:41 pm
Viewing 15 posts - 9,526 through 9,540 (of 22,214 total)