Viewing 15 posts - 916 through 930 (of 4,820 total)
That's one reason why I never nest stored procedures within a transaction. Too many pieces to go wrong, and too much to keep track of. Extremely difficult to troubleshoot under...
July 12, 2018 at 8:54 am
Take a look here: https://www.sqlskills.com/blogs/kimberly/clarifying-left-and-right-in-the-defintion-of-a-partition-function-in-sql-server-2005/
The article is old, but the concepts have probably not changed much. If anyone knows otherwise, please correct me, as I'm not a...
July 12, 2018 at 7:36 am
A couple of problems here. You should NOT be saving passwords in SSIS packages... major security risk in doing so. However, while I can assume your package worked fine locally...
July 12, 2018 at 7:10 am
July 12, 2018 at 6:46 am
July 12, 2018 at 6:43 am
Msg 4972, Level 16, State 1, Line...
July 12, 2018 at 6:34 am
Well, if you at least have spaces between each element, you could use a string splitter (see Jeff Moden's article here: http://www.sqlservercentral.com/articles/72993/ ) to get to each element, then as...
July 12, 2018 at 6:24 am
The problem here is understanding what you have to do with a cursor. In order to get the loop to work correctly, you have to be able to do your...
July 12, 2018 at 6:15 am
It seems likely that there is some configuration element in your applications that is overridden somewhere that at the moment, you are unaware of. Something in your connection to SQL...
July 12, 2018 at 5:55 am
July 11, 2018 at 3:28 pm
July 11, 2018 at 3:23 pm
It's been a while...I'd like to get your advice on the most efficient way...
July 11, 2018 at 3:21 pm
Viewing 15 posts - 916 through 930 (of 4,820 total)