Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server dts > december 2005 > threads for december 8 - 14, 2005

Filter by week: 1 2 3 4 5

SSIS Deployment
Posted by Pravin at 12/14/2005 9:43:02 PM
We have a C# application which calls DTEXEC.EXE. SQL Server (2005) is not located on the same machine where C# application runs. Hence, DTEXEC.EXE file doesn't reside on machine where C# application runs. My question Can we install DTEXEC.EXE (and NOT whole SQL Server 2005) on machine that ...more >>


Problem : SQLserver and MSAS on 2 diffferent servers
Posted by Tale Liereng at 12/14/2005 4:25:38 PM
Client doesn't want to install AnalysisServices on same server as SQL 2000... Why ?? Problem now is how to automate processing of cubes. Normally I add a "Analysis Services Processing Task" as last step in my DTS-jobs on the SQLserver. Since MSAS is not installed on the SQLserver I cant...more >>

Execute DTS 2000 Package Problem
Posted by <1900> at 12/14/2005 4:18:46 PM
hi, I'm using an Execute DTS 2000 Package task in SSIS. I can choose Structured Storage File and pick up a pcakge name, but I get an error while setting inner variable. =================================== Invalid class string (Microsoft Data Transformation Services (DTS) Package) -------...more >>

DTS Books
Posted by Ricky at 12/14/2005 1:55:03 PM
Hi I am soon to begin development of DTS packages, can anybody recommended book titles that I should look at? Kind Regards Ricky (SQL2K/Win2K) ...more >>

SSIS Execute Process Task Variables
Posted by js at 12/14/2005 12:33:07 PM
I have a need to pass an argument to an executable in an SSIS package. The value of the argument is not static, it will vary at execution time, so I need to pass the value of an SSIS variable as the argument to the exe in the Execute Process Task As an example I can define my executable as...more >>

how to parameterize a dts package?
Posted by Peter Rilling at 12/14/2005 11:53:12 AM
Hi. I am creating a DTS package that has a number of tasks. The primary purpose of this DTS is to import and process data from local delimited file. I have a data source connection that wraps the source file content and allows the system to see it as just another database. Right now th...more >>

DTS error from MSDE
Posted by Robert Gandrud at 12/14/2005 10:29:54 AM
I am using DTS in SQL2K to pull data and tables (copy tables and views from source database selection) from a remote MSDE2000 installation. Things appear to run OK, but I eventually get an error on a particular row everytime for one table in particular. The error varies between the Transac...more >>

how to code the transformation script in the DTS process
Posted by TaeHo Yoo at 12/14/2005 1:30:37 AM
Hi all, I have a table which has 6 columns and a text file which has four columns that are need to be loaded to the table. I have set the data source and the destination data. Now the two columns the text file doesn't have are primary key column and timestamp which simply should be incremente...more >>



DTS and Log shipping
Posted by GB at 12/13/2005 11:18:59 PM
Hello, I just implemented log shipping on SQL Server 2000 Developer edition and I need to keep all modifications to DTS packages on Primery Server to be replicated on Standby Server. Could you please give me a hint how to do that? Thanks, GB ...more >>

VB DTS Requirements
Posted by shumaker NO[at]SPAM cs.fsu.edu at 12/13/2005 6:43:05 PM
I have a DTS package that connects to an Oracle server and outputs a csv file. I would like the user to be able to run the DTS package without having an SQL server installed, so I want to exported it to vb and compile it into an executable. What is the best way to compile this code? What i...more >>

How to create DTS package through VBscript...
Posted by D.Zagi at 12/13/2005 4:28:26 PM
hey people, greetings to everyone.. I am new to SQL and I would like to know, is it possible, and if, how? to initialize DTS package with visual basic script? If you can help me with some information about that I would be very thankfull.. ...more >>

User permissions to execute DTS packages from C# application
Posted by Mathew at 12/13/2005 4:09:02 PM
I have a C# windows application that will be used by several users from their workstations.Within the application I am executing a few DTS packages and the resulting output files are placed in user specified local folders. -The DTS packages reside on a remote server. -I have a windows user ac...more >>

DTS activex task to query soap web service ?
Posted by Simo Sentissi at 12/13/2005 4:02:50 PM
Hello there I wanted to know if anybody has an example of an activex task in a dts that will query a soap service ? I never queries a soap service from vbscript so I guess i need to see an example to start ? please Thanks ...more >>

semmap90.dll
Posted by Malcolm Klotz at 12/13/2005 3:51:14 PM
Hi, I have just installed SQL 2005 Developer Edition on a Win2003 Server. I have an installation of SQL 2000 on the same machine, which I use for DTS package creation. Since the SQL 2005 installation, my DTS packages are breaking on the DTS Mail Task, it fails with the message that the semm...more >>

How to save SSIS package in sql server from SSIS designer
Posted by Jenny Wilson at 12/13/2005 9:37:02 AM
In SQL 2005, I am creating a new package that I want to save in SQL server. Per the documentation, I should be able to select "Save Copy As" from the file menu, however I don't see this option, nor do I see any other way to save the package to SQL from the SSIS designer. I am able to impo...more >>

Importing data from Excel
Posted by pmud at 12/12/2005 9:26:01 PM
Hi, I am trting to import data from many spreadheets. The first column in the sheets is the serial No. So, after importing the data from teh first workbook, I made the first column as Auto-incrementing and also made it the primary key, so that we didnt have the same No for different rows. ...more >>

Is it possible to create a stored procedure which creates dts package in SQL Server 2000?
Posted by ayos at 12/12/2005 3:55:28 PM
Hi, I am wondering if I can create a package in SQL in SQL Server 2000. I was thinking of creating a stored procedure which can build a dts package. Kind regards, Ayman ...more >>

trasformation task with source as stored procedure
Posted by Dario Concilio [MCP] at 12/12/2005 2:48:37 PM
Hi Guy, I need some information. In my DTS I want to use a traformation task with a stored procedure as source. This step is ok. THEN... This SP need, for a correct function, 2 parameters that I want to set it with 2 DTS global variables. In task trasformation source, I write " EXEC...more >>

Password is not saved for Oracle connections
Posted by Bob Sherman at 12/12/2005 1:33:02 PM
I'm tryiing to run a package that transfers data from an Oracle database to a table in SQL Server 2005. The package runs just fine from the BID. However, when I deploy it to the server, it fails. It gives a "ORA-01017: invalid username/password; logon denied" error when I use the Microsoft ...more >>

DTS Design Sheet
Posted by TVODBA at 12/12/2005 1:05:22 PM
Is it possible to extend the Design Sheet. Is the sheet limited to what you can cram onto it?? Thanks TVO...more >>

It is possible obtain the data of the dts from system's tables?
Posted by Adatap at 12/12/2005 12:00:02 PM
The dts are stored in the msdb database in the tables sysdtspackages, sysdtssteplog, sysdtspackagelog, etc... Somebody knows how obtaining the querys o commands (text) contained in each step of the dts? This is becouse I need to know what tables are used for what dts, facilitating my tas...more >>

Import / Export foreign key Bug
Posted by Velvet at 12/10/2005 10:36:56 AM
This has been a problem since I started working on SQL 7.0. When I = transferred database from one server to another using the Import/Export = Wizard, the foreign key script that is created automatically fails when = there are foreign keys where some of the data is not in the linked = table. I...more >>

ISQLW missing in 2005
Posted by bren NO[at]SPAM ebesser.com at 12/10/2005 8:08:50 AM
I need a different approach to programming a transfer of a database. An old approach, kind of a hack, using SQL Agent to schedule running a ..BAT file, is to zip a .BAK file and copy it to another machine, which runs a separate .BAT file that unzips the .BAK and runs a .SQL script using ISQLW....more >>

.5
Posted by Karl-Inge Reknes at 12/9/2005 12:03:03 PM
Hi I’m new in SQL 2005 and hope for some advice. I want to import some data from Sybase 12.5 into SQL Server 2005. It’s about 10 tables, and 2 tables have about 1 mill records each. After that I want to import every new and updated record once a day. Is there anybody who has any ad...more >>

Using DTS
Posted by Brad at 12/9/2005 10:48:04 AM
I hope this is the right place to post this, but I have a question. We have an AS400 DB2 mainframe that is our primary database. I need to replicate that data to a SQL Server. I am currently using SQL Server 2005 Standard. Do I use DTS for this or something else? Any help and informatio...more >>

Trying to CDONTS email in DTS package
Posted by Chris Davoli at 12/9/2005 9:52:02 AM
I'm trying to use the same email that I use in ASP in a DTS package, but it errors out with "Active X scripting encountered a runtime error during execution". The code is below. Can I not do CDONTS in a DTS pkg? '********************************************************************** ' Visua...more >>

VB.Net code in an Active X Script task in a DTS package
Posted by Chris Davoli at 12/9/2005 7:10:02 AM
Environment is SQL Server 2000. I know how to write VB script code in a DTS pakage (using the drag drop of the Active X Script), but can I use VB.Net code instead? Also, is there any examples of how to do this ie; how to add references, some code examples? -- Chris Davoli ...more >>

@@ServerName for Global Variable
Posted by ChrisR at 12/9/2005 6:54:02 AM
Howdy all. My goal here is to be able to be able to move a DTS Package from one box to another and not have to specify the new box name in the DB connections. I know I can do it in the Global Variables under Package properties, but that's not all that great either. Therefore I try to assig...more >>

Sharing data between different application databases
Posted by lstainer NO[at]SPAM accans.co.uk at 12/9/2005 3:14:27 AM
I have two sqlserver2k databases on different servers on the same network. I need to push recently inserted/updated data from one to the other, but the databases have different schemas, i.e. the data needs to be transformed during transfer. Also I need this synchronisation to be as close to real...more >>

Communication ADP access and DTS sql server.
Posted by Xav at 12/8/2005 3:07:24 PM
I would to control my DTS package from within my ADP project under Access. I don't want to import the DTS package as a vb module, I would like to remotly manipulate the package. For instance my ADP proj. need to send a variable to the DTS pack. (a date) in order to dynamicly create a table whose...more >>

Moving DTS Packages
Posted by vsr at 12/8/2005 2:39:03 PM
I have DTS packages on one server and i wanted to move these to some other server , how can i do this? is there any way to generate the SQL Script so that we can run these Scripts on the targeted machine? or do we need to manually create these packages on the other server?...more >>

CSV File Import Fails
Posted by DB at 12/8/2005 10:52:02 AM
Hi. I am attempting to import a DB that was sent to me in CSV format. The DB contains roughly 18,000,000 records. Unfortunately, on record 645,323 I get an error that one of the delimiters is missing. The import fails. Is there any way to bypass this? And any following errors? 1, 2, eve...more >>

Updating a table in SQL Server from an External Source using SSIS
Posted by shlomoid at 12/8/2005 3:03:41 AM
Hello, I've got a questing regarding updating existing data in a SQL Server table from an Excel file. The situation (simplified): Source: Excel file containing (PK,value) Target: SQL Server table contating (PK,value ,DATETIME) I would like to "merge" the excel, into the SQL Server ...more >>

DTS: Download file from HTTP server
Posted by xgoulay NO[at]SPAM gmail.com at 12/8/2005 1:28:17 AM
I would like to download a file from an HTTP server. Is there a way with DTS to download a file from a webserver as we can do it from an FTP server using the FTP task provided? ...more >>


DevelopmentNow Blog