Viewing 15 posts - 151 through 165 (of 1,118 total)
CozyRoc have just released new adapters for reading/writing SAS's sas7bdat files. These are the relevant components:
CozyRoc SAS Data Source - for reading sas7bdat files.
CozyRoc SAS Data Destination - for reading...
May 3, 2011 at 1:11 pm
sgs-930137 (4/27/2011)
April 28, 2011 at 7:53 am
Steve Newton (4/21/2011)
The...
April 21, 2011 at 7:01 am
bhavika.chauhan (4/20/2011)
Can i delete data from excel file , after i have copied the file into another folder using SSIS (File SystemTask)
The standard Excel adapters doesn't support data deletion. Using...
April 21, 2011 at 6:55 am
The web service is DEFINITELY the issue. How many records are hosted in your web service? Is it possible to load data from it in bulk ? Instead of asking...
April 21, 2011 at 6:46 am
The code to convert base64 to binary is one line:
Dim result() As Byte = Convert.FromBase64String( base64str )
If you are indeed SSIS developer, I would recommend you get a good book...
April 21, 2011 at 6:41 am
yosiasz (4/14/2011)
I load them programmatically or by editing the config file?
You can load them from the config file.
April 14, 2011 at 9:55 am
yosiasz (4/14/2011)
April 14, 2011 at 9:04 am
sri.gads (4/14/2011)
April 14, 2011 at 8:37 am
sri.gads (4/14/2011)
Can you please let me know any work...
April 14, 2011 at 8:21 am
sri.gads (4/13/2011)
April 14, 2011 at 8:05 am
yosiasz (4/12/2011)
I have an SSIS package with Sequence containers that call other SSIS packages. How can I change values in the whole package including "sub-packages" via a script that uses...
April 14, 2011 at 7:57 am
Hi,
There is no such update for SQL 2005 and don't expect one any time soon. You have three options:
1. Upgrade to SQL 2008.
2. Implement:
- Loading of ODBC lookup information into...
April 14, 2011 at 7:55 am
Craig,
The properties you are referring to are contained in the so called "script host", which is the actual custom component managing the script object. My question is why would you...
March 17, 2011 at 7:00 am
If you can use third-party solutions, check the commercial CozyRoc Excel Destination Plus. It is completely independent from the old MS JET driver on which the standard SSIS component is...
March 16, 2011 at 10:55 pm
Viewing 15 posts - 151 through 165 (of 1,118 total)