Viewing 15 posts - 2,566 through 2,580 (of 5,841 total)
I would probably make sure I have installed all .NET Framework patches and especially upgrade my tools install to SQL 2012 SP1 CU(latest).
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 8, 2013 at 1:56 pm
See anything in the Windows Application Error log?
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 8, 2013 at 10:14 am
1) install a copy of SQL 2012 Books Online. It is an INCREDIBLE, FREE resource. In this case it is really perfect for you because it has a...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 7, 2013 at 6:59 am
http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx
Note there are 2 additional parts to this blog series.
There is also several Profiler Events under the Locks category that can show detailed information about deadlocks.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 7, 2013 at 6:53 am
This is from my Common TSQL Mistakes SQL Saturday session, which I have presented over 50 times now at various venues. Hopefully you can adapt it to your needs...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 6, 2013 at 6:23 am
Yeah - sp_whoisactive is THE tool for monitoring current activity on a sql box. Here is a link to a 30-day blog post series he did on all the...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 3, 2013 at 10:28 am
You do work in the second query which doesn't happen in the first. I see no reason to expect the second query to not be some (microseconds?) slower than the...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 2, 2013 at 10:09 am
Sean Lange (5/1/2013)
Edward-445599 (5/1/2013)
Hi what’s the best to way to drop out of a cursor if a condition is meet?Many thanks
Are you sure you even need a cursor? Given that...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 2, 2013 at 6:41 am
There are quite a number of things that could be at fault here, especially given the clustering setup you have. I would review every error log you can get...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 2, 2013 at 6:40 am
GilaMonster (5/1/2013)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 2, 2013 at 6:36 am
JimS-Indy (4/30/2013)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 30, 2013 at 1:30 pm
we cannot make use of a picture of a schema to build a query from. I asked you specifically to supply what would enable us to help you. ...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 30, 2013 at 11:56 am
TheSQLGuru (4/29/2013)
some people create database names that REQUIRE brackets (like 12345), so I would try something like this:from [' + name + '].dbo.mytable ...
same goes for table names too, btw
How...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 30, 2013 at 10:14 am
table scripts, sample data and expected outputs would be VERY helpful here. And if you want good performance too please include index scripts and numbers of rows per table....
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 30, 2013 at 10:12 am
some people create database names that REQUIRE brackets (like 12345), so I would try something like this:
from [' + name + '].dbo.mytable ...
same goes for table names too, btw
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 29, 2013 at 9:54 am
Viewing 15 posts - 2,566 through 2,580 (of 5,841 total)