Viewing 15 posts - 91 through 105 (of 381 total)
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...
Russel Loski, MCSE Business Intelligence, Data Platform
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...
Russel Loski, MCSE Business Intelligence, Data Platform
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(...
Russel Loski, MCSE Business Intelligence, Data Platform
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...
Russel Loski, MCSE Business Intelligence, Data Platform
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...
Russel Loski, MCSE Business Intelligence, Data Platform
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)...
Russel Loski, MCSE Business Intelligence, Data Platform
July 20, 2009 at 7:46 pm
Does it work when you are using BIDS then fail when using SQL Agent?
Russel Loski, MCSE Business Intelligence, Data Platform
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...
Russel Loski, MCSE Business Intelligence, Data Platform
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.
Russel Loski, MCSE Business Intelligence, Data Platform
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.
Russel Loski, MCSE Business Intelligence, Data Platform
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?
Russel Loski, MCSE Business Intelligence, Data Platform
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...
Russel Loski, MCSE Business Intelligence, Data Platform
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...
Russel Loski, MCSE Business Intelligence, Data Platform
January 29, 2009 at 8:34 am
Thank you!
😀
Russel Loski, MCSE Business Intelligence, Data Platform
January 28, 2009 at 7:20 am
Is this a tip or a question?
Russel Loski, MCSE Business Intelligence, Data Platform
January 28, 2009 at 7:03 am
Viewing 15 posts - 91 through 105 (of 381 total)