Viewing 15 posts - 3,121 through 3,135 (of 5,841 total)
JamesMorrison (12/5/2011)
I have been informed that I have $10,000 to spend on SQL tools for the purpose...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
December 7, 2011 at 3:05 pm
sp_whoisactive. Amazing freebie you can find on SQLBlog.com. Make sure you find latest version (11.xx last I heard).
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
December 6, 2011 at 7:09 am
1) Here is a great resource for deadlock troubleshooting: http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx
2) The BEST thing you can do is tell the developers to stop using EF. Objects are NOT relational...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
December 6, 2011 at 7:08 am
Ninja's_RGR'us (11/29/2011)
TheSQLGuru (11/29/2011)
How many times do we need to ask you for the code that does the insert and select???1.876 LACK. :hehe:
Hmm, I think we have a few more...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 29, 2011 at 8:17 am
Based on the questions the OP is asking my best advice is to get a professional on board for a system/performance review because there are some serious gaps in knowledge...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 29, 2011 at 6:58 am
1) I don't EVER want to "learn the hard way" when it comes to HA or DR!! :w00t:
2) I advise my clients to NEVER use maintenance plans. Get...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 29, 2011 at 6:56 am
How many times do we need to ask you for the code that does the insert and select???
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 29, 2011 at 6:52 am
Since you gave us absolutely NO information that is useful for us to help you I will take a quick Wild *** Guess and say update statistics on all objects...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 29, 2011 at 6:50 am
znkin (11/28/2011)
Apart from what was suggested by all would it help if I made a view and transferred all data in a separate table for the...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 28, 2011 at 10:47 am
My guess is that the search query looks something like this:
SELECT...
FROM ...
WHERE (@field1 = Field1 OR @field1 IS NULL)
AND (@field2 = Field2 OR @field2 IS NULL)
...
Do I win a prize?...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 28, 2011 at 8:11 am
That large a T&UPS would likely lead to issues. I do not see where you have upgraded to SP4 yet or checked post SP4 CUs either. I note...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 28, 2011 at 8:07 am
1) this query goes WAY beyond what you can expect help for on a free forum where people donate their time to help others.
2) looks like some Business Objects...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 23, 2011 at 8:27 am
I would try SP4 and also review any CUs for SP4 to see if any bugs fixed by them could be resulting in the behavior you are seeing. ...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 23, 2011 at 8:21 am
Adi Cohn-120898 (11/22/2011)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 23, 2011 at 8:16 am
Thanks for the awesome testing! Seems that the rownumber solution is a fair bit quicker than the tally table solution for larger numbers where the missing value is high...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 17, 2011 at 10:52 am
Viewing 15 posts - 3,121 through 3,135 (of 5,841 total)