Viewing 15 posts - 9,376 through 9,390 (of 13,882 total)
bayapareddy.msbi (3/13/2014)
Hi,i want to implement Database Migration from AS400 to SQL Server and Synchronization .so i am new to data migration.please help me if any body knows how to implement.
What...
March 13, 2014 at 12:54 am
Moving to SSIS 2012 is a good solution, if your scope extends that far. You'd be able to make good use of 'environments' within the new SSISDB 'Integration Services Catalog'...
March 12, 2014 at 5:59 am
Please define what you mean by 'dynamic input generator'.
March 11, 2014 at 4:17 am
sk.ruhulla (3/10/2014)
Iam working on sql server and performed some queries and got required tables as results.
Now I want to Export the table to a CSV file USING...
March 11, 2014 at 4:15 am
vijay.sap1255 (3/7/2014)
I am trying to schedule the SSIS job which is creating a problem. am currently using Sql server 2008 and client and server. When i schedule the job...
March 7, 2014 at 5:20 am
shannon.proctor (2/27/2014)
March 3, 2014 at 5:54 am
Have you considered using an IF ... ELSE block?
if @Extract = 'Yes'
BEGIN
select stuff
END
ELSE
BEGIN
select other stuff
END
February 27, 2014 at 10:50 pm
What do you mean by 'Select SQL command'?
February 27, 2014 at 10:23 am
JustMarie (2/26/2014)
I've all but given up on the OLE DB Command transformation...
Good choice, for me you can go further and remove the words 'all but'. It's usually too slow as...
February 27, 2014 at 12:57 am
Is that the source or target table? This table contains duplicates and (therefore) I am guessing that it has no PK.
As an aside, Day_Month_Year is not a good choice for...
February 26, 2014 at 1:59 am
compufreak (2/26/2014)
I have a ID column which is the primary key of my table.
the ID Column can be used to capture a record for the same ID as many...
February 26, 2014 at 1:39 am
compufreak (2/26/2014)
if possible , can I create a package to send an email that will only show the new records that has been added to my table.
once the new...
February 26, 2014 at 1:27 am
Nice work, well done!
You asked for suggestions ...
I would have loaded the condition data into an array rather than named variables. It's much easier in code to loop round an...
February 20, 2014 at 8:13 am
Or, rather than ColumnName, use ordinal position for direct access to it in subsequent code.
February 20, 2014 at 5:26 am
Dave R (UK) (2/20/2014)
that is sort of where I have got to, the problem I am having though is using a variable for the found condition....it si getting...
February 20, 2014 at 5:24 am
Viewing 15 posts - 9,376 through 9,390 (of 13,882 total)