Viewing 15 posts - 1,366 through 1,380 (of 11,678 total)
Stuart Davies (11/20/2014)
Koen Verbeeck (11/20/2014)
This means people have to vote for me (or other people, but preferable me):
http://www.mssqltips.com/MSSQLTipsAuthorVoting.asp
Note...
November 20, 2014 at 4:57 am
I have been nominated for the "Author of the Year" award at MSSQLTips.com.
This means people have to vote for me (or other people, but preferable me):
http://www.mssqltips.com/MSSQLTipsAuthorVoting.asp
Note that you can cast...
November 20, 2014 at 4:21 am
GilaMonster (11/20/2014)
November 20, 2014 at 1:23 am
Typically this is some sort of memory pressure issue. It might occur only during your nightly run.
Set up some monitoring to see what is going on at night.
Pointers:
* a lot...
November 20, 2014 at 1:19 am
serg-52 (11/20/2014)
Koen Verbeeck (11/20/2014)
I'd argue ROWCOUNT_BIG is an odd one as well, as it is not calculated over the current result set, but over the results of a previous query.
...
November 20, 2014 at 12:58 am
I'd argue ROWCOUNT_BIG is an odd one as well, as it is not calculated over the current result set, but over the results of a previous query.
November 20, 2014 at 12:37 am
Sean Lange (11/19/2014)
Koen Verbeeck (11/14/2014)
Jason-299789 (11/14/2014)
Koen Verbeeck (11/13/2014)
ps: the semicolon is a statement...
November 19, 2014 at 12:08 pm
Try the REPLACE function.
=Replace(StrConv(Fields!name.value,vbProperCase),"."," ")
November 19, 2014 at 2:59 am
I'm not sure how your package is configured, but it would make sense to me that when a task is inside a loop, it can be executed multiple times.
November 19, 2014 at 1:40 am
Is the Send Email Task inside the loop?
November 19, 2014 at 1:02 am
The easiest way for people to understand your requirements, is that you post some sample data and the desired output.
November 19, 2014 at 1:02 am
And the expression doesn't work? It should result in the same query as the hardcoded one.
November 18, 2014 at 7:05 am
GilaMonster (11/18/2014)
Can we maybe stop the derail of the thread and help the OP with his conversion errors?
Sure, once he replies back 😀
November 18, 2014 at 5:24 am
Viewing 15 posts - 1,366 through 1,380 (of 11,678 total)