Viewing 15 posts - 76 through 90 (of 566 total)
Have you attempted to re-associate the file type via windows explorer? Right-click the *.sql file in windows explorer and select properties. Click the change button under opens with and browse...
December 9, 2009 at 11:53 am
Hi Dave,
There are a number of ways to ago about this; extended events, etc. You might want to check out the extended event project on CodePlex (http://www.codeplex.com/ExtendedEventManager). If your looking...
December 9, 2009 at 11:47 am
If I understand your question correctly, you are looking for something like:
declare @xml xml
set @xml = N'
<Root>
<LineItem>
<LineItemReference>30048</LineItemReference>
</LineItem>
<LineItem>
<LineItemReference>30049</LineItemReference>
</LineItem>
</Root>'
select LineItems.LineItem.value(
...
December 9, 2009 at 11:18 am
SHRINKFILE works in transactions of 32 pages - post by CSS which offers some good insight -
December 9, 2009 at 10:23 am
BOL indicates 2005 express edition is supported w/ 2008 -
http://msdn.microsoft.com/en-us/library/ms175191.aspx
I came across this on social - may offer some assistance in troubleshooting the issue -
December 9, 2009 at 10:14 am
G33kKahuna (12/3/2009)
Your arrogance is unbecoming. Perhaps we should take this offline
Jacek's article was debate worthy. I believe he and I don't see eye to eye on the evaluation approach .......
December 3, 2009 at 5:49 pm
G33kKahuna (12/2/2009)
G33kKahuna - Is it your position that server side trace information offers no value in troubleshooting performance issues? What “fantasy world” are you living in?
Tommy,
Which part of my response...
December 3, 2009 at 8:32 am
G33kKahuna (12/2/2009)
On the contrary, in combination w/ avg reads, avg writes, and avg CPU this information can tell a very good story. The point being that ClearTrace like any commercial...
December 2, 2009 at 9:22 am
JacekO (12/2/2009)
Thanks for stepping in in defence of the article. I am very pleased someone found it useful.
Fortunately this is an open forum so everyone can express their opinions. It...
December 2, 2009 at 7:41 am
G33kKahuna (12/1/2009)
ClearTrace doesn't do it all....grouping the procedures into logical buckets 1-2 seconds, 3-4 seconds, etc. isn't worthless reporting for performance tuning 😉
Yes it is ...
1. If you are...
December 1, 2009 at 3:14 pm
david.murden (12/1/2009)
I might be being a cabbage but i have never seen :: used as a prefix to a join or anywhere else in sql actually. I had a...
December 1, 2009 at 12:27 pm
kunio2012 (9/23/2009)
Wow, congratulations Tommy.How long have you reviewed to prepare for the test?
Thank you. I prepared for this exam using the The Real MCTS SQL Server 2008 Exam 70-432 Prep...
September 23, 2009 at 7:37 am
Jeff Moden (9/20/2009)
Dang... as old as the post is, I missed it. Way to go, Tommy, and thanks for the feedback on the book!
Thank you Jeff 🙂
September 23, 2009 at 7:25 am
Tommy Bollhofer (9/21/2009)
Tommy Bollhofer (9/20/2009)
dlucas-615847 (9/19/2009)
Msg 102, Level 15, State 1, Procedure usp_maintain_database_log, Line 107
Incorrect syntax near '?'.
Msg...
September 21, 2009 at 1:30 pm
Tommy Bollhofer (9/20/2009)
dlucas-615847 (9/19/2009)
Msg 102, Level 15, State 1, Procedure usp_maintain_database_log, Line 107
Incorrect syntax near '?'.
Msg 102, Level...
September 21, 2009 at 12:00 pm
Viewing 15 posts - 76 through 90 (of 566 total)