Viewing 15 posts - 7,576 through 7,590 (of 18,926 total)
You need to define temporary...
you can always create an index, use it and then drop it.
Assuming an ETL job. I'd just enable/disable it so that I don't have to...
October 29, 2010 at 6:12 am
Michael Valentine Jones (10/28/2010)
Ninja's_RGR'us (10/28/2010)
Michael Valentine Jones (10/28/2010)
Ninja's_RGR'us (10/28/2010)
Michael Valentine Jones (10/28/2010)
Ken McKelvey (10/28/2010)
October 28, 2010 at 10:53 am
Michael Valentine Jones (10/28/2010)
Ninja's_RGR'us (10/28/2010)
Michael Valentine Jones (10/28/2010)
Ken McKelvey (10/28/2010)
October 28, 2010 at 10:33 am
Michael Valentine Jones (10/28/2010)
Ken McKelvey (10/28/2010)
While snapshot isolation can be very useful, you should google 'write skew anomolies', check your code and do a lot of testing.
SQL Server handles this...
October 28, 2010 at 10:20 am
Ken McKelvey (10/28/2010)
While snapshot isolation can be very useful, you should google 'write skew anomolies', check your code and do a lot of testing.
That's my main concern. I'm supporting...
October 28, 2010 at 10:08 am
Lynn Pettis (10/28/2010)
Do a search of this site for delimited split. I know I have...
October 28, 2010 at 10:02 am
October 28, 2010 at 9:39 am
Michael Valentine Jones (10/28/2010)
Have you tried setting your database to use row-version isolation?
ALTER DATABASE MyDatabase SET...
October 28, 2010 at 8:46 am
Are both databases, or even all 3 databases on the same drives?
Do you separate log files from data files on different drives?
Do you have enough ram to run this process?
October 25, 2010 at 10:31 am
Unless there was a miscommunication on the specs.
Maybe the consultant wanted to add a new archive server because the current prod server is near capacity. In which case, then...
October 25, 2010 at 10:07 am
krypto69 (10/25/2010)
wouldn't the dbcc freeproccache command clear out the cacheand therefore clear out any parameter sniffing issue?
Not if the next time your run the proc, you use parameters...
October 25, 2010 at 9:56 am
WayneS (10/23/2010)
Oksana March (10/23/2010)
And could someone please explain what you mean by "parameter sniffing"? Thanks!http://sqlinthewild.co.za/index.php/2007/11/27/parameter-sniffing/[/url]
What have you tried in there? I've never seen that fail so far?
October 25, 2010 at 8:35 am
krypto69 (10/25/2010)
October 25, 2010 at 8:34 am
I'm out of ideas at this point... I'll call in reinforcement.
October 25, 2010 at 8:34 am
Yes. Or more to the point, the wrong compiled plan is generated when using those parameters.
Assuming you saved the correct plan. Flush the proc cache from your test...
October 25, 2010 at 8:17 am
Viewing 15 posts - 7,576 through 7,590 (of 18,926 total)