Viewing 15 posts - 121 through 135 (of 271 total)
Hi,
You'll have to give us a bit more information than that sorry.
Is all the data in the same table or is distributed amongst a few tables? Either way, have...
December 14, 2010 at 9:36 am
HowardW (10/25/2010)
October 25, 2010 at 6:31 am
Hey,
No you weren't being agressive, honestly.
I've got it working now, the BCP is by far the fastest method, in the SSIS (passing it to a variable and then writing that...
June 17, 2010 at 10:06 am
skcadavre (6/17/2010)
As I mentioned in the previous version of this thread - I'd use SSIS, query parts of it and build a file by appending the seperate parts.
Hi,
Sorry I'd not...
June 17, 2010 at 5:41 am
Hi,
Thanks for the reply, I'm now getting the file to write out correctly.
However the time it takes to run the query and pass this to the string variable is quite...
June 17, 2010 at 4:18 am
Ignore that sorry, I'd not set up the variable mapping correctly.
All works a treat now.
Many thanks,
Nic
June 16, 2010 at 4:11 am
Hi again,
The only issue I have now, is that my object variable (used for the loop container) contains a UID for each row of data, how do I get his...
June 16, 2010 at 3:09 am
Scheerens Alwin (3/18/2010)
thank you all,it has something to do with Parameter Sniffing!
It explains a lot!
Is this the best practice? to disable parameter sniffing?
Thank you
I would have a read of this
http://sqlinthewild.co.za/index.php/2007/11/27/parameter-sniffing
It's...
March 18, 2010 at 4:51 am
Could it be down to parameter sniffing, I know the optimizer behaves differently with local variables.
Can you see difference in the actual execution plans?
March 18, 2010 at 4:04 am
Paul White (3/17/2010)
The phenomenon is known as parameter sniffing.See http://msdn.microsoft.com/en-us/library/cc966425.aspx#XSLTsection133121120120 for a full explanation, and workarounds.
Yeah I experienced something similar last week, I should of really identified it as that...
March 17, 2010 at 4:20 am
Hi Markus,
Thanks for the reply, I think your right and it could just be the optimizer getting in a state with the values I provided, I will try some other...
March 17, 2010 at 4:12 am
Hi all,
Thanks for the feedback, and sorry for not getting back sooner, I'm going to give the recompile a try, just to prove if it's a sniffing issue or not.
Also...
March 5, 2010 at 1:54 am
Hi,
Thanks for the links on parameter sniffing, having a read through them now, I'm fairly sure that this is our issue, although I wonder why the issue has just raised...
March 3, 2010 at 6:56 am
Viewing 15 posts - 121 through 135 (of 271 total)