Viewing 4 posts - 31 through 34 (of 34 total)
update dbo.[sample]
set platform_id= 'REI', creation_dt= '2009-02-29'
where Row_id between 144000 and 144100
for this statement i got above error
i am trying to insert values in the table for big table
i am...
July 4, 2011 at 5:30 pm
It is easy to use ssis. Use pivot transformation to do this.
Get that table into particular source transformation and feed that output into sort transformation and then pivot transformation.
In pivot...
May 30, 2011 at 2:19 pm
It is easy to use ssis. Use pivot transformation to do this.
Get that table into particular source transformation and feed that output into sort transformation and then pivot transformation.
In pivot...
May 30, 2011 at 2:18 pm
I searched these links before posting these question but i can't find exact answer to my question. In these link i can't find the answer why to sort before merge...
May 29, 2011 at 1:05 pm
Viewing 4 posts - 31 through 34 (of 34 total)