Viewing 5 posts - 1 through 5 (of 5 total)
Alvin Ramard (9/24/2010)
hasan.askari (9/24/2010)
Can anybody please tell me how to have an output on multiple file from a single query based on the result.
For example,
If I have...
September 24, 2010 at 2:05 pm
You would also use single quotes for escape sequence.
Lets say you have a query like this in Oracle:
SELECT employee from Departments where employee='John'
In order to have it run in SQL...
June 8, 2010 at 11:09 am
SSIS_NewBi (6/5/2010)
As mentioned in this thread you can use the Pivot transformation to convert the file. But for Pivot you would need 3...
June 8, 2010 at 10:53 am
How would you have everything before (=) sign as name of the column and after the sign would be the rows.
here is an example:
LineMachineDescriptionPartNumerNomincalCycle
0013333BMachine SystemH0000030.00
00245333BSystemJ0000020.00
June 3, 2010 at 3:01 pm
Viewing 5 posts - 1 through 5 (of 5 total)