Viewing 15 posts - 91 through 105 (of 381 total)
What do you mean by "copy?" File copy, copy data to new file or to database?
August 31, 2010 at 10:19 am
Does the connection manager for the flat file have the column that you want to leave out? My guess is that by selecting ignore on the mapping in the...
August 29, 2010 at 6:33 pm
Does the user that is running the job in SQL Agent have access to the network location? If you don't change the runas settings, then that user will be...
August 26, 2010 at 8:34 am
This doesn't seem to have anything to do with Integration Services. But I will try to answer.
I would think that your query would be something like:
select sum(...
August 21, 2010 at 5:36 am
It looks to me like the problem is between the web site and the database, the first step in the process, not the SSIS part. Is the data being...
August 20, 2010 at 3:43 am
There is a code page setting on the flat file connection manager. It is on the first page of the properties for the flat file. It should be...
August 19, 2010 at 1:26 pm
If you paste "C:\aa\aa" in Run, you are able to browse to that folder? And whatever you want to do in that folder (write to it, read from it)...
July 20, 2009 at 7:46 pm
Does it work when you are using BIDS then fail when using SQL Agent?
July 20, 2009 at 3:09 pm
This will convert your file into result sets that you could load into a database. What I would do is to convert it to a stored procedure.
I added the...
February 2, 2009 at 6:23 am
Take a look at http://social.technet.microsoft.com/Forums/en-US/sqlintegrationservices/thread/7f89f61a-1fd3-41d2-903b-949c8e989f1c/
You can use a Substring method to send only number of characters that your output column can hold.
February 2, 2009 at 4:09 am
I can't say for sure (I'm a developer), but I think that services still run when your machine is locked.
January 30, 2009 at 9:13 am
Are you talking about the log file generated by SSIS or a log file that is the data source in your dataflow?
January 29, 2009 at 9:20 am
First of all, data in SQL is unordered. Unless you have some element by which the data can be ordered, it cannot be ordered.
What I would do is to...
January 29, 2009 at 8:51 am
To get the number of rows affected is easy. You create an integer variable at the package level for each DataFlow task that you have. Then you add...
January 29, 2009 at 8:34 am
Viewing 15 posts - 91 through 105 (of 381 total)