Viewing 15 posts - 3,391 through 3,405 (of 5,841 total)
We cannot help you without more details.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 16, 2011 at 7:07 am
Scalar UDFs are the single worst performance problem I have dealt with over the last 5 years as a perf tuning consultant. I advise my clients to NEVER EVER...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 12, 2011 at 9:41 am
tfifield (5/11/2011)
You also might want to consider how data is entered for the table. If there are VARCHAR type columns that are initially empty and then get filled in...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 12, 2011 at 9:01 am
1) http://support.microsoft.com/kb/297861: that article is for sql 7 and sql 2000!!! WAY out of date.
2) your request for help is very deep and complex. That isn't typically what...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 11, 2011 at 8:57 am
sequential is definitely the way to go. And there are ways you can do this in the middle tier too if you need it. With those you can...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 11, 2011 at 8:51 am
Schadenfreude-Mei (5/10/2011)
TheSQLGuru (5/10/2011)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 10, 2011 at 11:30 am
rootfixxxer (5/10/2011)
I'll do what you suggest and come back with the results, but how do i test the file IO in the second point?
I'll let the refactoring...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 10, 2011 at 11:23 am
One final thing: if you have Lock Pages In Memory setting enabled, you probably should consider turning that off since you have multiple instances.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 10, 2011 at 11:14 am
That doesn't seem to be a valid query plan - it won't open in Plan Explorer. It also goes WAY beyond simple help that you get for free on...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 10, 2011 at 8:21 am
GilaMonster (5/9/2011)
terrykzncs (5/9/2011)
Like they said before, start with replacing the cursors with set statements. But then replace the temp tables with table variables.
In general I recommend the other way around....
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 10, 2011 at 8:12 am
Sounds like a possible regression to me, although I will add the following first:
1) update stats must be done on EVERYTHING and with FULL_SCAN. no exceptions, and to do anything...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 10, 2011 at 8:10 am
Clustering (and HA in general) is a VERY COMPLEX and CRITICAL subject!! You are asking questions that lead me to believe you have a very low probability for success....
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 10, 2011 at 8:06 am
TheSQLGuru (5/10/2011)
1) check permissions on drives, directories, files that have sql server data.
2) did someone enable windows Data Execution Prevention...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 10, 2011 at 8:03 am
Assuming this system USED to start up successfully, SOMETHING has changed:
1) check permissions on drives, directories, files that have sql server data.
2) did someone enable windows Data Execution Prevention stuff?
3)...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 10, 2011 at 7:59 am
run sp_whoisactive (search sqlblog.com for latest version of this AWESOME freebie) to check for blocking.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 8, 2011 at 10:48 pm
Viewing 15 posts - 3,391 through 3,405 (of 5,841 total)