all groups > sql server dts > december 2005 > threads for december 29 - 31, 2005
Filter by week: 1 2 3 4 5
Connect to SSIS via SQLManagement Studio
Posted by Jamie Schatte at 12/31/2005 7:31:02 AM
I am trying to connect to Integration Services from my workstation via SQL
Server Management Studio. The SSIS service is installed and running on the
server. However, when I try to connect, I get the error:
"Connect to SSIS service on machine "SQLPROD01" failed:
Access is denied."
Not sur... more >>
Please help with my VB Script in my DTS package
Posted by Conan Kelly at 12/30/2005 11:20:35 AM
Hello all,
I have a list of text data files (*.TXT) that I'm trying to import
into my DB. The files have the year and month the in the file name
(for example: ABC0301.TXT would be for the month of Jan-03). One of
the first steps in my package is an ActiveX Script Task that I want to
ex... more >>
2005 SSIS Package using ODBC
Posted by TomT at 12/29/2005 6:37:02 PM
I'm trying to create a package based on an ODBC connection, to a legacy
accounting database.
I've created a system DSN, which tests successfully. In the package
designer, I added a connection based on the DSN, and again it tests fine.
However, when I add a datareader, and use the connection... more >>
"Unspecified error" When saving a DTS Package
Posted by Scott at 12/29/2005 3:37:32 PM
Hello,
I have a DTS package that is being run every day. It's been in existence
for a couple of years, now, transferring information between two systems.
Yesterday, one of our users noticed a small problem and I went into the
package to make a minor change. (Specifically, I modified a p... more >>
Copy SQL Server Objects Fails for certain views
Posted by Jonathan Orgel at 12/29/2005 12:05:29 PM
We have been using the 'Copy SQL Server Objects' with success for some time
to copy an entire database to another server. Recent changes to our database
infrastructure cause DTS to fail:
1) We have a check constraint which uses a user function (which refers to
the table on the check constrain... more >>
Issues with SSIS 2005 Execute SQL Task with ReturnValue and Output
Posted by Larry at 12/29/2005 11:19:02 AM
I'm struggline with the SSIS Execute SQL Task and wanted to see if it's me or
if it's SSIS 2005. I'm finding that I'm unable to add ReturnValue parameters
to the Execute SQL Task parameter list after already added the 0'th
parameter,e.g. initial syntax is
EXEC stored_proc ?, ? OUTPUT, ? O... more >>
replacing a char data type with numeric in numerous DTS packages
Posted by Munch at 12/29/2005 10:54:03 AM
I have a table structure that is being used in a number of packages in a
create statment. I just noticed that one of the fields should be a numeric
type in stead of a char, is there a way to run a search and replace on the
Create statement either within a DTS package or through a sp or other ... more >>
|