Viewing 15 posts - 1 through 15 (of 41 total)
I am looking for a sample batch file (Content to be placed inside a batch file) to download a file using wsftppro.
Can someone help me with...
November 13, 2017 at 12:11 pm
Hi,
I am transferring data from SQL table to Oracle table.
For this I am using a script task in SSIS.This is working fine. Now i need to encrypt a sensitive column...
December 9, 2014 at 3:49 pm
Hi,
I need to load data from SQL table into Oracle Table.In that one of the column should be encrypted and stored in oracle table.How to achieve this in SSIS.I have...
December 5, 2014 at 2:14 pm
Hi ,
I am having similar kind of requirement.
I have a table.
create table dbo.test(ID int,Price decimal(18,9), Qty decimal(18,9))
Insert into dbo.test values(1,5000,5000000)
Insert into dbo.test values(2,3000,50000000)
Insert into dbo.test values(3,100,50000)
I need the output in...
October 1, 2014 at 10:37 am
Hi ,
I am having similar kind of requirement.
I have a table.
create table dbo.test(ID int,Price decimal(18,9), Qty decimal(18,9))
Insert into dbo.test values(1,5000,5000000)
Insert into dbo.test values(2,3000,50000000)
Insert into dbo.test values(3,100,50000)
I need the output in...
October 1, 2014 at 10:33 am
Hi,
In C: drive i have many folders .
For example folders named like ABC,ARD,AVB,BGT,BHT etc...And these folders has many subfolders and files in it.
My Task is to search for a string...
September 4, 2014 at 10:43 am
Thanks guys for all your valuable suggestions. Will give it a try by using script task..
August 25, 2014 at 8:56 am
Hi All,
I found a way to query the Active Directory service to query the list of groups and the users assigned to that domain groups.
You can get the list...
August 22, 2014 at 5:04 pm
Hi,
As mentioned below i need to convert varchar field to varbinary in SSIS.Please suggest.
PS : *)Cannot use Staging table.
*)Sensitive data(in my case SSN)...
August 22, 2014 at 4:53 pm
Thanks for your reply.
The problem I cannot use a staging table since the data is sensitive data.
August 22, 2014 at 3:20 pm
Hi,
I am facing similar kind of problem.I have an SSIS package which has a flat file source and an oledb destination.
I am transferring flat file content to a table.This SQL...
August 22, 2014 at 1:50 pm
Hi,
I need to know the list of users who fall under a particular Role.
For example there is a role named :SQLDEVADMINS.
I want to know the list of users who fall...
August 21, 2014 at 11:10 am
Hi,
I created Master Key,Certificate and Symmetric Key.
Both Encrypt and decrypt works fine.But the issue is though the View definition on symmetric key is granted only to me,other users also are...
August 19, 2014 at 2:51 pm
Hi,
I created Master Key,Certificate and Symmetric Key.
Both Encrypt and decrypt works fine.But the issue is though the View definition on symmetric key is granted only to me,other users also are...
August 19, 2014 at 2:45 pm
Viewing 15 posts - 1 through 15 (of 41 total)