Viewing 15 posts - 241 through 255 (of 544 total)
anthony.green (6/21/2012)
2012 runs SQL Data Tools which is built on VS20120
2008+R2 runs BIDS2008 which is built on VS2008
2005 runs BIDS2005 which is built on VS2005
I always...
June 21, 2012 at 10:37 am
sorry Lynn, the problem was i was not able to connect the integration services theorugh SSMS....i get the following error Lynn....
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
For help, click:...
June 21, 2012 at 10:34 am
anthony.green (6/21/2012)
2012 runs SQL Data Tools which is built on VS20120
2008+R2 runs BIDS2008 which is built on VS2008
2005 runs BIDS2005 which is built on VS2005
I always...
June 21, 2012 at 9:34 am
donpolix-313947 (6/21/2012)
..and I believe for you to obtain IBM IseriesClientAccess software from IBM site, you'll need IBM userid/password if you...
June 21, 2012 at 9:29 am
Eugene Elutin (6/13/2012)
June 13, 2012 at 4:04 am
Eugene Elutin (6/13/2012)
Pre-load all data with all required validations into staging tables. When done, you can load it into destination if there are no errors.
Thanks Eugene..
but when i googled about...
June 13, 2012 at 3:49 am
Koen Verbeeck (6/8/2012)
If you would get rid of the function and the...
June 8, 2012 at 1:48 am
Koen Verbeeck (6/8/2012)
This also seems problematic:
,dbo.GetDateTimeAdd(INCALD, (
row_Number() OVER (
PARTITION BY sc.PnxCodeValue
,a.IAREF# ORDER BY a.IAREF#
) +...
June 8, 2012 at 1:40 am
Lynn Pettis (6/7/2012)
SELECT i.IncidentIDRef
,(
row_Number() OVER (
PARTITION BY sc.PnxCodeValue
,a.IAREF# ORDER BY a.IAREF#
) + 2
) seqno
,'Type: ' + IATYPE + ' | Last Name: ' + IALNAM +...
June 7, 2012 at 10:50 am
rick.gotner (6/7/2012)
June 7, 2012 at 10:38 am
Lynn Pettis (6/7/2012)
Charmer (6/7/2012)
GSquared (6/7/2012)
June 7, 2012 at 10:16 am
select
i.IncidentIDRef
, (row_Number() over (partition by sc.PnxCodeValue ,a.IAREF# order by a.IAREF#) + 2 ) seqno
, 'Type: ' + IATYPE
+ ' | Last Name: '...
June 7, 2012 at 10:12 am
Smash125 (6/7/2012)
Use OLE DB Source and select either 'SQL Command from variable' and 'SQL Command'
In 'SQL command' you can execute the same ...
June 7, 2012 at 8:57 am
GSquared (6/7/2012)
June 7, 2012 at 7:17 am
Stewart "Arturius" Campbell (6/6/2012)
Please clarify why you wish to do row_number partitioning in SSIS?
select
i.IncidentIDRef
, (row_Number() over (partition by sc.PnxCodeValue ,a.IAREF# order by a.IAREF#) +...
June 6, 2012 at 8:18 am
Viewing 15 posts - 241 through 255 (of 544 total)