Viewing 15 posts - 3,466 through 3,480 (of 5,843 total)
lianvh (4/19/2011)
The server is running on a SAN with 15kdisks. The Log and MData files are on seperate LUNS.
That answer leaves umpteen things unanswered. You statement could be this:...
April 19, 2011 at 10:56 am
Nothing personal here but you have made design and indexing choices that tell me that you have absolutely no hope of successfully interacting with a 14B row FAT table. ...
April 19, 2011 at 6:46 am
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...
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...
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...
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...
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...
April 18, 2011 at 7:18 am
If I had a nickel for all the times I have seen this kind of post . . . 😀
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...
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...
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...
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...
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...
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...
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...
April 13, 2011 at 10:07 am
Viewing 15 posts - 3,466 through 3,480 (of 5,843 total)