Viewing 7 posts - 1 through 7 (of 7 total)
You can probably do it with the sp_OACreate, but if you are in 2005 you are better off using a CLR function/procedure
December 12, 2007 at 9:43 pm
As that is an appropriate way of doing it, it is not the ideal way of doing it. One should create their scripts when they are making the database...
December 12, 2007 at 9:41 pm
Fixed the initial post, had an issue with posting the XML
October 30, 2007 at 3:54 pm
The intial issue with the Key Lookup in test case 2 was caused with a poor index.
If the following index is added, the CTE is actually outperforming the loops...
May 9, 2007 at 10:52 am
Its not a question of which one it defaults to. When installing the second one, you probably installed it as a Named Instance. If you didn't install one has named...
June 9, 2006 at 7:40 pm
I have come across this issue in the past (pre sp4). From what I have been able to tell, it is unable to generate the execution plan due to the...
June 9, 2006 at 7:37 pm
To get around this I went ahead and saved package configuration to an XML file, and ran the package through the command line and everything worked like a champ.
May 23, 2006 at 9:48 am
Viewing 7 posts - 1 through 7 (of 7 total)