Viewing 15 posts - 3,466 through 3,480 (of 5,841 total)
1) you should never have messed with processor affinities. set back to using all automatically, not explicit ones.
2) The problem here isn't your CPUs, it is one...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 19, 2011 at 6:40 am
I too would like to see the exact statement used for one of these online indexing operations.
Your poor performance is almost certainly due to an insufficient IO subsystem. Indexing...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 19, 2011 at 6:35 am
pardeshkumar (4/18/2011)
All thanks for your help .Problem is resolved.Problem is datatype difference and i changed and it worked fine.
Once again thanks for all your help
Sure woulda been nice if you...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 18, 2011 at 11:50 am
pardeshkumar (4/17/2011)
i created a temp table and data is passed using another temp table
now i am using dynamic sql and calling the temp table and it...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 18, 2011 at 7:21 am
1) Stop using maintenance plans, ESPECIALLY for index defrag stuff. Go to ola.hallengren.com and get the free suite of maintenance stored procedures there. Fully documented, and they even...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 18, 2011 at 7:18 am
If I had a nickel for all the times I have seen this kind of post . . . 😀
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 18, 2011 at 7:12 am
I have helped several clients with this and often the fastest mechanism is USB drive(s). If you do have multiple USB 2.0 ports on separate busses on the server...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 18, 2011 at 7:11 am
My vote is to stop using maintenance plans altogether!! They are horrible. Go to ola.hallengren.com and get the FREE goodness there. Complete MX suite, including creating agent...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 15, 2011 at 9:17 am
Ninja's_RGR'us (4/14/2011)
That was supposed to be a quick 2 minutes "job" to test the outcome of full recompile.
I'm well aware of logging limits and single thread, but why...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 14, 2011 at 9:51 am
I agree with Steve - if this is a production system you REALLY REALLY need to engage a qualified consultant. Given the questions you are asking and the lack...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 14, 2011 at 9:04 am
The plan cache in SQL 2005 RTM can use over 75% of your total RAM too. Gets ugly.
If your system is a production one and you quickly need to...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 14, 2011 at 9:00 am
Gotta say that I am absolutely stunned that we have spent this much effort to try to concatenate a string that has a cursor-driven solution that offers many benefits:
1) incredibly...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 14, 2011 at 8:57 am
There are MANY unanswered questions here. Chief among them:
1) what is max memory setting for sql server?
2) what else is running on the server?
3) what is the underlying IO...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 13, 2011 at 10:07 am
If your "reorg" job actually does a rebuild, then that would update stats, which will clear the cache and thus get you new plans that could be optimal for existing...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 12, 2011 at 9:15 pm
Given that your query runs in 90 seconds from SSMS I am betting you have a suboptimal plan cached that is being used by the Agent job. The sledge...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
April 12, 2011 at 7:22 am
Viewing 15 posts - 3,466 through 3,480 (of 5,841 total)