Viewing 15 posts - 5,431 through 5,445 (of 11,678 total)
Simply put: you join a table with a table valued function.
This article explains the concept and has some examples:
July 25, 2013 at 1:47 pm
I don't know if this is a one shot (if it is, you can simply convert to ASCII with the free tool Notepad++), but if it isn't, you can use...
July 25, 2013 at 1:45 pm
jochr23 (7/25/2013)
The job actually does not overwrite any parameters within the ssis package, all parameters are being configured within the...
July 25, 2013 at 1:36 pm
You can't use the new parameters in the package deployment model.
How did you configure the job?
July 25, 2013 at 7:43 am
Luis Cazares (7/25/2013)
To avoid the zero and have nulls, you just need to eliminate the else.
Well, I'm glad someone is still awake π
July 25, 2013 at 5:43 am
Make the read as fast as possible (add indexes if possible, doesn't really matter if you read the entire table).
Disable indexes and constraint on the destination table if there are...
July 25, 2013 at 5:26 am
Maybe a permission issue.
Any errors?
July 25, 2013 at 5:11 am
You can first cleanse the data by replacing the multiple spaces by one.
This article has an excellent method on doing this efficiently:
July 25, 2013 at 4:45 am
How are you trying to execute the package in SQL Server 2012?
Is the package using the project deployment model or the package deployment model?
July 25, 2013 at 4:43 am
When you run the package, it has to load all of the data through the network into memory and then back into disk.
When you run it directly in SQL Server,...
July 25, 2013 at 4:41 am
Might be a permission issue. Which account do you use in the SQL agent job?
July 25, 2013 at 3:06 am
GilaMonster (7/25/2013)
Wrote all 5 (for the MCSE), studied from Books Online as I wrote them well before any books were out.
You did the whole SSIS, MDS, DQS thing from MSDN?...
July 25, 2013 at 2:36 am
sarwaanmca (7/24/2013)
What is the Output?
Ans is :1
1)how it will return 1 ?
...
July 25, 2013 at 1:47 am
You could also build an SSIS package to do this with the File System Task. (or with some .NET code)
July 25, 2013 at 1:45 am
You could also use SSIS with the Import Column transformation[/url]. Very easy to set-up and no need of writing code π
July 25, 2013 at 1:43 am
Viewing 15 posts - 5,431 through 5,445 (of 11,678 total)