Viewing 7 posts - 1 through 7 (of 7 total)
If anyone is interested, I found out how to make then asynchronous.
Replace
SET @osql_cmd = 'osql -E -d' + @DatabaseName + ' -S' + @ServerName + ' -Q"' + @sql_proc...
March 16, 2015 at 1:22 pm
Hello,
There are a few possibilities, here would be the most obvious two:
1) Use a Conditional Split before your Insert to evaluate your NULLs and send them to Error_table
2) Use the...
August 13, 2013 at 9:25 am
I found the issue, I'm a bit ashamed of this beginner's mistake.
The connection string of the OLEDB Component of the Index Rebuild Task had been hardcoded to our Dev...
July 16, 2012 at 2:28 pm
It is indeed obscure, never heard of this SQL Collection but it works!
I'll do some homework and research that collection.
Thanks a lot
October 12, 2011 at 8:00 am
I tried the reverse solution but it did not work out as it is also ordering letters on descending order.
I updated my original post with a more accurate query of...
October 12, 2011 at 7:41 am
It worked fine on the test sample, but when applying this to my real situation, it did not workout well.
Using DESC on the ORDER BY now evaluates the letters in...
October 11, 2011 at 2:49 pm
Wow, can't believe it was that simple.
Guess I overlooked some basics and dug too deep.
Thanks
October 11, 2011 at 1:07 pm
Viewing 7 posts - 1 through 7 (of 7 total)