Viewing 15 posts - 1 through 15 (of 24 total)
Arjun.Thank you very much. I am satisfied. Thats what I've looked for.
March 24, 2010 at 9:13 am
Hi,
Output should be in separate columns per row.
customernumber lastvisit date ...
March 24, 2010 at 5:45 am
Hi,
Are you sure that I can MAX varchar ?
I don't know how to do it. Sorry.
March 24, 2010 at 2:58 am
Thanks Arjun,
but I still need all columns.
columns are:
customernumber
lastvisitdate
nr (1)
nr (2)
nr (3)
row -> 100000,10.feb.2010, New York, London, Paris
here u r:
use databasename
go
CREATE TABLE TEST2
(
Customernumber int NOT NULL,
LastVisitDate datetime...
March 23, 2010 at 7:23 pm
Hi, thanks for your answer.
What is my problem?
Instead of numbers I have notes.
Each customer has some notes. Sometimes it is one note, sometimes more than one on the...
March 23, 2010 at 5:43 pm
thank you. It works now.
July 14, 2009 at 10:09 am
It doesn't work.
What I did?
Select left('zip and city',charindex(' ',''zip and city'')-1) as ZIP,
right(''zip and city'',len(''zip and city'')-charindex(' ',''zip and city''))as City
into NewCustomer
from customer
and I got 2 derived columns...
July 14, 2009 at 9:51 am
Hi, thanks. I am begginer and really don't know how to do it.
Just I have table with customer data, where I have column zip code and city.
I'd like to create...
July 14, 2009 at 9:10 am
thanks, but how to do it in integration services?
Which data flow transformation I have to use?
July 14, 2009 at 9:01 am
This is a tip. I had to post it because all explanation on forum are not detailed and I couldn't make this yesterday alone. I spent time reading a...
January 28, 2009 at 7:11 am
You can use function.
{ fn week (your date) }
examples:
fn week
fn dayname
fn monthname
January 20, 2009 at 6:25 am
Create linked server in managment studio, then just make SSIS load data from ole db source (linked server tables) to ole db source in data flow.
January 17, 2009 at 5:38 pm
Thank you. It works fine. : )
January 16, 2009 at 5:02 am
Use conditional split before destination.
Create variable.Then open conditional split transformation editor make condition with column name.
for example.
order: 1
output name : write variable name
condition: column name <> 38
thats all.
January 14, 2009 at 5:48 am
Just use execute process task. Open Process, then in executable make path to winrar.exe.
In arguments make path to zip file. (for ex. -e c:\temp\file_name.zip).
In working directory make c:\temp
Or, you can...
January 14, 2009 at 4:45 am
Viewing 15 posts - 1 through 15 (of 24 total)