Viewing 15 posts - 346 through 360 (of 441 total)
Thanks for your reply Florian,
For the first idea, which implies a bit variable, it would be a good idea, but I can't count the rows from a procedure if I...
March 11, 2009 at 2:04 pm
Is there a way to get the row count from the procedure, in the bcp, and not create the file when there is no row returned?
March 11, 2009 at 12:19 pm
Your name must have less then 4 characters? This is why Len returns less then 4, then substract 4, and send to the right function, it says invalid parameter, since...
March 9, 2009 at 9:40 am
A stored procedure does NOT implicitly create a transaction, so your second statement sounds like the way to go. If you want to be within a transaction for that case,...
March 9, 2009 at 9:34 am
michael ham (3/9/2009)
Dean Cochrane (3/9/2009)
It's recompiling because the schema has changed. This may be due to declaring temp tables partway through the procedure. At least, that's where I've run into...
March 9, 2009 at 8:21 am
noeld (3/5/2009)
florian.reischl (3/5/2009)
Wow, that's some news there! How can you not like identity columns? I tell database developpers to put 1 on each and every table in the database. Only...
March 5, 2009 at 2:27 pm
florian.reischl (3/5/2009)
I for my own do not like IDENTITY columns.
Wow, that's some news there! How can you not like identity columns? I tell database developpers to put 1 on each...
March 5, 2009 at 1:58 pm
Rog Saber (2/25/2009)
The statement terminated. The maximum recursion 100 has been exhausted before statement completionI have a pretty big table - 350 rows
Can you post some real data using the...
February 26, 2009 at 1:07 pm
Thanks Tim, it worked perfectly! I also changed to put a OleDB Destination as you mentionned. Thanks a lot!
February 13, 2009 at 6:25 am
Greg Charles (2/9/2009)
February 9, 2009 at 10:02 am
Nice! Thanks for those quick answers!
Another question I have is how do you extract a package from the Business intelligence studio, or, is it like in VB, just build the...
February 6, 2009 at 11:45 am
I don't think that is right.
When you change a row in the vendor, yes, there's only 1 impacted row in THIS table, but if there are 50k corresponding items in...
February 2, 2009 at 1:58 pm
You mean I should update the "Key" field depending on the value that has been updated in the Vendor Table? This makes no sense performance-wise... How am I gonna get...
February 2, 2009 at 1:50 pm
i've done some browsing and found a lot of ways to add a computed column on a table, from another field in the table, but can you add a field...
February 2, 2009 at 12:44 pm
Well, if you are saying the commas are not always equally disposed, it will be pretty hard to get a script to do this. It looks like some manual work...
January 30, 2009 at 1:28 pm
Viewing 15 posts - 346 through 360 (of 441 total)