Viewing 15 posts - 1,576 through 1,590 (of 11,678 total)
SUBSTRING(CDATA_6,1,FINDSTRING(cdata_6,'|',1)-1)
October 23, 2014 at 12:47 am
rocky_498 (10/22/2014)
Below is the error that I am getting 99% of time.Class not registered.
What error do you get 1% of the time?
October 23, 2014 at 12:45 am
killbob75 (10/22/2014)
I've had more of a hunt around where it was going wrong, and it is looking like the cell it is having trouble filling would contain what is basically...
October 23, 2014 at 12:28 am
If I understand it correctly, you have two tasks connected to the Send Email Task with OnFailure precedence constraints?
By default, multiple precedence constraints are combined using the AND constraint, meaning...
October 22, 2014 at 1:34 pm
Yes, dtexec is used behind the scenes.
What are the errors?
October 22, 2014 at 1:30 pm
Either you are trying to put unicode data into a non-unicode column (or vice versa) or one of your columns isn't wide enough.
Check the mappings in the wizard to find...
October 22, 2014 at 7:26 am
Raghavendra Mudugal (10/22/2014)
ksatpute123 (10/22/2014)
Raghavendra Mudugal (10/22/2014)
I read it and without any research, i selected the...
October 22, 2014 at 3:45 am
saxsena_sanjay (10/22/2014)
Koen Verbeeck (10/22/2014)
October 22, 2014 at 3:43 am
You can add a row number to each line with ROW_NUMBER(). Filter on non-zero quantities and get the minimum row number. Substract this from the maximum row number.
October 22, 2014 at 2:38 am
Add a row number with ROW_NUMBER() OVER (ORDER BY Timestamp).
Find the row where Manual = 10 and get its row number x. The row you seek has row number (x...
October 22, 2014 at 1:02 am
F. van Ruyven (10/22/2014)
There it says 'CurCmd', not 'CurrCmd'. Apart from that all 5 seem to be correct.
The question said:
A DONEPROC token is sent for each SQL statements within a...
October 22, 2014 at 12:54 am
Never heard of it. Probably will never use it. Misread the documentation and got it wrong.
Nice question though 😀
October 22, 2014 at 12:29 am
venus.pvr (10/21/2014)
With SSIS package logging, I mean the sysssislog system table. We dont have any user databases in SQL server. We use sql server only for ssrs, ssis...
October 21, 2014 at 12:20 pm
Viewing 15 posts - 1,576 through 1,590 (of 11,678 total)