Viewing 15 posts - 2,101 through 2,115 (of 15,381 total)
djj (11/12/2015)
Grant Fritchey (11/12/2015)
November 12, 2015 at 7:23 am
Luis Cazares (11/11/2015)
Sean Lange (11/11/2015)
rxm119528 (11/11/2015)
November 11, 2015 at 1:24 pm
rxm119528 (11/11/2015)
November 11, 2015 at 1:11 pm
It is extremely unclear what you are trying to do but does something like get you pointed in the right direction? This is far simpler (and faster) than nested while...
November 11, 2015 at 12:37 pm
Have you looked at using the Error connector? It is not totally clear what you want to do but error handling in SSIS is pretty robust. What have you tried?
November 11, 2015 at 12:34 pm
Duplicate post. Here is the original. http://www.sqlservercentral.com/Forums/Topic1735535-148-1.aspx
November 11, 2015 at 12:33 pm
rxm119528 (11/11/2015)
Just want to know if the below query can be written using the CTE
[p]DECLARE @C INT = 0;
DECLARE @G INT = 0;
DECLARE @H INT = 0;
DECLARE @I INT...
November 11, 2015 at 12:16 pm
SQLAssAS (11/11/2015)
flg_attendance is bitstatus_ID is int
Then you need to check for 1, 0 or NULL (Those are the only values a bit can have).
when status_ID = 0 and flg_attendance =...
November 11, 2015 at 8:51 am
Also a bit off topic but I notice you using the NOLOCK hint on your queries. This hint is very often used incorrectly because the person writing the code does...
November 11, 2015 at 7:36 am
Abu Dina (11/10/2015)
I've joined the dark side so been using Oracle (and a bit of Sybase ASE) for the last 18 months.
I miss SQL Server so...
November 10, 2015 at 10:18 am
Ed Wagner (11/10/2015)
Sean Lange (11/10/2015)
Iwas Bornready (11/10/2015)
November 10, 2015 at 7:57 am
mar.ko (11/10/2015)
CONVERT_IMPLICIT is a custom stored function ?You probably need to expose the columns specified in the function to eliminate this message.
That is not a custom function. It is a...
November 10, 2015 at 7:46 am
Iwas Bornready (11/10/2015)
I had to check the table structure of sysjobschedules. I would never have guessed that a date column was put into a purposely constructed int.
For some reason MS...
November 10, 2015 at 7:36 am
Jeff Moden (11/9/2015)
Rich Mechaber (11/9/2015)
Jeff Moden (11/6/2015)
sknox (11/6/2015)
Luis Cazares (11/6/2015)
Rich Mechaber (11/6/2015)
November 9, 2015 at 7:39 am
Lynn Pettis (11/6/2015)
November 6, 2015 at 2:17 pm
Viewing 15 posts - 2,101 through 2,115 (of 15,381 total)