Viewing 15 posts - 1 through 15 (of 47 total)
Thanks for the additional insight! This is also good to know!
November 17, 2021 at 8:18 pm
Thanks for the replies. I'll pass along that I've confirmed the dependency. They'd like to have it run weekly, so I like the thought that they could start up/shut down...
November 17, 2021 at 6:35 pm
After wrestling with this issue for several hours, I solved it by moving the vb.net function into the report's code property and adding the system.xml to the assembly references. ...
May 28, 2009 at 3:30 pm
Thanks for all the different perspectives.
I didn't know that a SELECT that returns multiple rows would give you the last value. It sounds a bit scary to...
May 8, 2009 at 9:03 am
Thanks for the feedback folks. I should try breaking the old habit too. 😀
May 4, 2009 at 7:43 am
I usually use something like...
CHARINDEX(@valuetosearchfor,ColumnToSearch) > 0
May 1, 2009 at 2:41 pm
Like Flo said, stick to the existing thread, or get a book.
I posted a reply there
May 1, 2009 at 2:34 pm
I usually do a replace() on char 10, 13, 20, 0 or whatever needs to be done.
May 1, 2009 at 2:32 pm
I agree that output parameter would be the lean way to go.
I've always used temp tables to return a recordset in those cases, must be an old habit...
May 1, 2009 at 12:19 pm
Try setting your textbox layout property canshrink/cangrow to true. and set the height to zero for the row.
May 1, 2009 at 9:38 am
We've asked the DBA to follow the specified security changes in the KB article, but were told that the article does not apply. It only applies to jobs being...
January 8, 2009 at 9:48 am
We know that the connection string gets populated into the variable because the first child package runs. Operations execute as follows...
1) writes to event log table via child package
2)...
January 7, 2009 at 4:36 pm
OK, so we turned all possible references of DelayValidation to true in the packages as well as the control flow components. The command we are using to reference the...
January 7, 2009 at 1:58 pm
Viewing 15 posts - 1 through 15 (of 47 total)