Viewing 15 posts - 9,421 through 9,435 (of 13,883 total)
jameslauf (2/4/2014)
I have made a SQL Task and set the result to Single Row and put in my...
February 4, 2014 at 1:59 pm
jameslauf (2/3/2014)
I have a Flat File Source that has 30 columns and a Destination Table that has 31...
February 3, 2014 at 11:51 pm
Perhaps you could try this.
1) Send all of your potential updates to a staging table.
2) Do a Merge from the staging table to perform the update using a source something...
January 28, 2014 at 10:09 pm
DaveDB (1/24/2014)
"Perhaps the reason for my request for additional material is becoming clearer now.
The fact that accomplished professionals, who would usually be able to...
January 24, 2014 at 10:44 am
Narly254 (1/23/2014)
Thank you It took some time but that helped a lot!
Well done. Quality coding takes time, but pays off in the long run 🙂
January 23, 2014 at 9:55 am
I have just downloaded SQLEnlight and started evaluating it and would be interested to hear any other comments about this product. My intention is to use it primarily for static...
January 23, 2014 at 8:41 am
Koen Verbeeck (1/23/2014)
You could add a row number (using a script component) to both flows and then use the MERGE JOIN component.
+1
January 23, 2014 at 3:45 am
I'm using a simple set up. Excel Source---Data Conversion (for the routing ID column) and an OLE DB Command
If anyone knows a work around or knows exactly how to fix...
January 22, 2014 at 12:39 pm
nonghead-webspam (1/17/2014)
January 20, 2014 at 1:04 am
Have a look here for an example of importing multiple files with the same format.
January 18, 2014 at 5:33 am
But I was actually looking for a multi-tab csv since I am able to add worksheets/ tabs to a csv file manually
Please post an example of one of these.
January 16, 2014 at 1:22 am
kenneth.mofokeng (1/16/2014)
sp_msForEachDB to loop around all databases SELECT sc.name +'.'+ ta.name TableName
,SUM(pa.rows) RowCnt
FROM sys.tables ta
INNER JOIN sys.partitions pa
...
January 16, 2014 at 1:20 am
It's quite advanced, especially given your experience with the product, but this article is relevant.
Also, as others have mentioned, please stop referring to multi-tab CSV files: they do not and...
January 16, 2014 at 12:20 am
mpradeep23 (1/15/2014)
hii want to find count of rows in all tables in database based on created
thanks in advance,
Pradeep
OK, please provide some sample data, DDL and desired results in...
January 16, 2014 at 12:10 am
polkadot (1/14/2014)
January 15, 2014 at 12:28 am
Viewing 15 posts - 9,421 through 9,435 (of 13,883 total)