Viewing 15 posts - 16 through 30 (of 62 total)
Thanks!
February 7, 2012 at 3:06 pm
Koen Verbeeck (2/7/2012)
Khades (2/6/2012)
February 7, 2012 at 10:05 am
Ok, looks like the compatibility level of some databases are set to 2005, found the issue, thanks!
January 27, 2012 at 10:26 am
I ran your script in 4 environments and it only passes in 1 without the Z, it passes all with the Z.
Can this be server version issue?
10.0.2734 Fails
10.0.2757 Fails
10.0.4000 Passes
10.0.5500...
January 27, 2012 at 10:18 am
There is only 1 stream per data flow, but 20 data flows.
January 24, 2012 at 1:14 pm
Yes but I think doing a foreach loop on the resultset will probably be the same as the OLE DB command as far as performance goes.
GSquared's suggestion of calling the...
October 28, 2011 at 3:04 pm
This is only a staging table. The bigger problem is the database where we get the information to stage in this table. The whole database is full of EVP/NVP tables...
October 23, 2011 at 9:18 am
2 Small tweaks made it work, thanks!
In case anyone cares the code is below. I added a partition by to the ranking function, and also added an additional join condition...
October 5, 2011 at 11:01 pm
Thanks again GS!!
July 19, 2011 at 4:12 pm
Thanks everyone!
It wasn't an absolute requirement to avoid creating a new data type. I just wanted to avoid it if I could.
Apparently I had table variables and table valued input...
April 6, 2011 at 11:47 am
Oh my. I'm truly embarassed. :blush: I lost track of this thread and didn't see your wonderful comment. My apologies and thank you very much. It's...
March 17, 2011 at 9:31 am
Oh wow, I did not know the magic tables would have that identity even if you don't directly insert/update/delete it, thanks!
March 10, 2011 at 1:00 pm
Or Maybe even use the name of the connection string itself. Is there a system variable that holds that information?
March 9, 2011 at 12:35 pm
Viewing 15 posts - 16 through 30 (of 62 total)