Viewing 15 posts - 91 through 105 (of 109 total)
get an error in sql server when i put that in.
also still have same error in ssis dont no whats going on so
July 2, 2013 at 9:27 am
get the same error in ssis package
July 2, 2013 at 9:12 am
hi
ya still get error with the single quotes on all line
INSERT INTO [dbo].[SSISLog]
([EventType]
...
July 2, 2013 at 8:39 am
ya have it like that in my ssis package and get the same error
[Execute SQL Task] Error: Executing the query "INSERT INTO [dbo].[SSISLog]
...
July 2, 2013 at 8:23 am
keep getting this error
[Execute SQL Task] Error: Executing the query "INSERT INTO [dbo].[SSISLog]
([EventType..." failed with the following error: "Conversion...
July 2, 2013 at 8:13 am
hi
thanks for reply it will be going into an ssis package
so does it go in like this
INSERT INTO [dbo].[SSISLog]
...
July 2, 2013 at 7:54 am
if i did my select like this
select MIDIRB,
IRBT.ID as IRBT_ID,
IRBT.IRBRATING as IRBT_IRBRATING,
ACRT.NEGWATCH as ACRT_NEGWATCH,
case when ACRT.NEGWATCH = 1 then (SELECT IRBT.IRBRATING FROM IRBT I WHERE I.ID = (IRBT.ID +1))...
October 15, 2012 at 7:43 am
still getting this error
Msg 208, Level 16, State 1, Line 1
Invalid object name 'IRBT2'.
October 9, 2012 at 4:46 am
hi
out of interest is it possible to do it this way
update ACRT set MIDIRB = min(IRBT2.IRBRATING)
from ACRT,IRBT,IRBT2 where ACRT.MIDIRB = IRBT.IRBRATING
and IRBT2.IRBRATING > IRBT.IRBRATING
and if so what do i...
October 9, 2012 at 4:23 am
thanks very much for help will try that
and also will try improve my [post in future
again thanks
October 5, 2012 at 9:46 am
ya just double checked there and its ordered on the irbrating
October 5, 2012 at 9:22 am
hi
i think i just put them in to quick to get a reply.
they are odrered on the number from the irbt table.
so 2- 25 in that oder
2
3
4
5 etc
October 5, 2012 at 9:13 am
Viewing 15 posts - 91 through 105 (of 109 total)