0
votes
1answer
22 views
VB.NET RemoveFromSQLServer function
Hi,
I have created a .NET application designed to use the RemoveFromSQLServer function to delete DTS packages from a SQL server. This is the entirety of the code:
Sub Main()
…
0
votes
3answers
49 views
How to export tables from sql server to ms access on the fly?
I would like to publish some data of a sql server 2k to msaccess databases.
I'd like to do that given a table supplying datatransformation info, for example :
tablenameOnServer …
0
votes
3answers
78 views
SQL Server 2000 DTS - Cannot resolve collation conflict for equal to operation.
I have a SQL Server 2000 DTS package.
One of the steps of this package has the following SQL:
SELECT *
FROM [Crocus_Limited$OrderRequestDetail]
WHERE (rep_updated > GETDATE() …
0
votes
2answers
180 views
What are the security risks using cmdexec?
Guys,
We are in the process of migrating from SQL 2000 to SQL 2005. We have hundreds of DTS pacakges, that the development team is reluctant to redevelop using SSIS.
When migrat …
1
vote
1answer
17 views
SQL Server 2008 backup from locked down hosting provider
I have a shared MS Sql 2008 database with my hosting provider and MS SQL Standard 2008 on my local box. They have the SQL Server locked down (rightly enough) but it menas I don't h …
3
votes
3answers
446 views
Execute an SSIS Package created with VS2008 on SQL Server 2005
Maybe a stupid question but... I created an SSIS package using VS2008 Professional. I want to deploy and execute it on a server running SQL Server 2005. When I try to run it I ge …
0
votes
1answer
197 views
How do you restore DTS permissions after database restore on SQL 2000
As part of the way we handle support for our clients for an enterprise application, we have them backup their database, I restore it on our server, do some maintenance, backup it u …
1
vote
1answer
105 views
Adding SSIS Connections Programmatically - Oracle Provider for OLE DB
I'm writing a C# application to generate an SSIS package.
Part of this involves adding database connection managers - using the library Microsoft.SqlServer.Dts.Runtime. The follow …
1
vote
3answers
64 views
How to return a failure if a table is empty
Using SQL Server 2005, but still using DTS. I need to add a step to check if a table is empty, and somehow fail the step if it is. It's easy checking if the table is empty:
Sele …
2
votes
1answer
48 views
Unit testing DTS packages
Hi, does anybody have any experience writing unit tests for sql server 2000 DTS packages?
I about to start working with DTS and jobs, so I want to be able to unit test as much as p …
0
votes
2answers
331 views
DTS for SQL Server 2005 Express Edition
What did Microsoft rename DTS to for SQL Server 2005 Express Edition?
Where is the download link to the SQL Server 2005 Express Edition DTS utility?
i've been searching for hal …
0
votes
1answer
32 views
SQL server- DTS package: minimum rights
I created a DTS package.
Someone else wants to be able to save it after modifications but he is getting error:
only sysadmin and DTS creator can save versions of DTS.
I have give …
0
votes
0answers
52 views
List columns in a SSIS Flat File Connection
I'm trying to produce a column 'start/length' spec document from a SSIS package that exports a DB table to a flat file. I have hit something of a brick wall in getting the Columns …
0
votes
1answer
22 views
String search in DTS
Does anyone know of a way to search DTS packages for specific strings?. I saw this http://www.dtspowersearch.com in google search. Any feed back on this tool or anyother tool or po …
0
votes
1answer
8 views
How to combine two types of dynamic property in SQL Server 2000 DTS?
Basically, I can't find a way to combine two types. For example, supposing I want a connection to refer to a text file that is held in a path identified by one of the environment v …
