Viewing 15 posts - 9,571 through 9,585 (of 13,880 total)
prennings (11/10/2013)
I was reading up on this article:
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/102924/
And I was wondering in the article it was about updating the tables of your database but not a complete new insert....
November 10, 2013 at 1:47 am
Depends on the code. But if you're using, for example, a data adaptor, that's using up RAM for sure.
November 8, 2013 at 1:41 am
Also, I might suggest changing the name of your column.
:w00t:
Reminds me of a report one of my ex co-workers used to run every month.
It was a pay analysis and...
November 7, 2013 at 9:17 am
Nevyn (11/6/2013)
This feature would work for testing different environments in SSDT (for example, a different server name to connect to...
November 6, 2013 at 10:29 am
Nevyn (11/6/2013)
I am using environments for when the project is published to the server (or will be, that is part of what I was setting up). ...
November 6, 2013 at 7:44 am
As you're on SSIS 2012, you should consider creating an 'environment' which contains your connection strings and use the 'Configure' option to map those connection strings to connection managers in...
November 6, 2013 at 12:20 am
Dwain does it again - nice article sir!
November 5, 2013 at 5:35 am
dwilliscp (11/1/2013)
November 4, 2013 at 4:46 am
Nice article. Your numbering system needs alignment (starts off zero-based and moves to one-based in the results table).
I would be interested to see whether the final 'staging table' option would...
October 31, 2013 at 8:52 am
Here's another version for lazy people:
Using Service broker (SQL Server) to call a WCF service which could add data to the queue. There are tables related to the service broker...
October 31, 2013 at 6:12 am
frdrckmitchell7 (10/29/2013)
I have a table (stock) that I need to update every day from a certain date (the first day of the month) to the...
October 30, 2013 at 1:18 am
Matt Miller (#4) (10/29/2013)
If the input file is to simply be...
October 30, 2013 at 1:13 am
anjanbv (10/30/2013)
Am able to get the script for getting package names but am not able to get database info, connection string and users details.
When you say users details, do you...
October 30, 2013 at 1:07 am
... and of course the file is now Alistair_McGowan''s_Big_ Impression_S4_Captions_Jan_2013_634940195179370992.doc'
I do not understand this bit. Let me explain why.
Step 1: create the SQL
----------------------
Dim fileSystemPath As String
fileSystemPath = Dts.Variables("User::SingleFileName").Value
Dts.Variables("User::destNameSQLQuery").Value = ""...
October 28, 2013 at 12:59 pm
Viewing 15 posts - 9,571 through 9,585 (of 13,880 total)