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 > april 2006 > threads for april 1 - 7, 2006

Filter by week: 1 2 3 4 5

DTSTask_DTSDatapumpTask_1 was not found
Posted by Cesar DMO at 4/7/2006 2:28:02 PM
Hi! I´ve got a very strange trouble. I´m working with some DTS that have transformations data tasks. The problem is that when I execute the package, it throws me the following error: "DTSTask_DTSDataPumpTaks_1 was not found" I did not use Disconnected Edit for renaming tasks, but I go...more >>


New problem with .dts files
Posted by wolfen42 at gmail.com at 4/7/2006 11:34:56 AM
Ok, so I'm working on getting a bunch of dts scripts that were set up under an individual's login set up to work under a generic group login. None of these logins can get access beyond dbo on a particular database. I did a save as on the scripts and saved them to .dts files. If I load the...more >>

SSIS using the XML source adapter to process different XML files
Posted by Sara Nortrup at 4/7/2006 9:39:22 AM
I am trying to build a generic ssis package that can process xml files in a directory. Each xml file has a different schema, which is part of the xml file. I am using the access mode: XML file from variable and using inline schema. In design mode I have to actually point the variable to a valid ...more >>

Uploading optional columns from an Excel data source in SSIS
Posted by Nigel at 4/7/2006 7:25:02 AM
Hallo Everyone, I have an excel datasource that contains 5 mandatory columns and 20 optional columns. I would like to insert all the data a recieve into a table in an SQL2005 database. What is the best way to do this? Thanks... Nigel......more >>

Lookup in Transform Data Task
Posted by mj.redfox.mj NO[at]SPAM gmail.com at 4/7/2006 5:46:31 AM
Hi, Can anyone help me? I have a DTS package, which basically consists of a data pump task. The source for this is a CSV file with various fields, and the destination is a table in a database (let's call it "Database A") Now, I've designed this sort of package before and have no problem w...more >>

OMWWIZC share error?
Posted by MikeV06 at 4/6/2006 8:02:53 PM
I am trying to copy a database from a remote server to a local server using the copy wizard (DTS). Everything seems to go OK until the last step at which time I get the below error. I have not had a lot of success in my searches. The log detail says Failed to create the share OMWWIZC as part ...more >>

Looping through files for importing
Posted by Conan Kelly at 4/6/2006 5:13:36 PM
Hello all, I have 60 text files that I need to import into a DB. I want to figure out a way to loop through the files automatically. Can this be done in the DTS Package? I understand how to loop through all files in a folder using VB/VBA, so I can manage that if I save the package as a VB ...more >>

Export to XML with SSIS
Posted by imani_technology_spam NO[at]SPAM yahoo.com at 4/6/2006 12:29:14 PM
Is it possible for SSIS to take data from a SQL Server database and export it to an XML file? If so, how does it do it? ...more >>



DTS Newbie: selectively copy one column to another
Posted by DevNull at 4/6/2006 11:45:52 AM
Here's my objective in pseudo-code: if table.comment2 LIKE '@' and table.email ( IS NULL OR ='' ) then copy comment2 to email If I did this in VB script, I would invoke a recordset object and step through each row, comparing the two columns. I was hoping that DTS transforms would ass...more >>

Exiting the DTS pacakge successfully
Posted by Bhaskar at 4/6/2006 11:01:01 AM
Hi, I have created a DTS package to load the data from the one server to another server. To load this data i have one Flag which is defined in the desitination server table. If this flag is 1 then i have to load the data, other wise i have to exit the dts package sucessfully. to do this i ha...more >>

ssis script component transformation
Posted by sqlboy2000 at 4/6/2006 9:25:01 AM
Does anyone know if there is a way to use a variable to refer to a column name in a script component tranformation? For example: Row.Column1 = "Test" What I'd like to do (pseudo code): strColumn = "Column1" Row(strColumn) = "Test" I'd even be ok if I could use ordinal position. Any id...more >>

Importing and exporting dts packages to SQL server 2000 via visual basic files
Posted by wolfen42 at gmail.com at 4/6/2006 8:42:43 AM
Ok, So I've successfully exported our DTS packages into vb files and corrected all the login info and creator info for installing them onto our production server. So... how do I go about getting those packages onto the new server? All I have access to is Visual Studio .NET is there some way ...more >>

EMERGENCY!!
Posted by Calvin Willman at 4/6/2006 12:00:00 AM
I've got 30 minutes to transfer a database from local testing server to live ..... I'm using the DTS wizard, and unlike the 2000 version, it seems I'm unable to specify that I'd like to drop destination objects and recreate them on live server, but this option is unavailable. Also, why can ...more >>

DTS: Formatting excel within ActiveX scripts
Posted by ngorbunov via SQLMonster.com at 4/5/2006 7:36:10 PM
I am creating an excel report from within a DTS package using the ActiveX script. I have an excel file that contains column names across the top (A1:AB1). -- I would like these to be bold. Then from A2:wherever the data ends I would like to have different color background on the alternating...more >>

Creating Excel Report From Dynamic Table
Posted by ngorbunov via SQLMonster.com at 4/5/2006 3:29:02 PM
I have a table with the following structure: [code] CREATE TABLE [#TEST] ( [sCalldate] [varchar]((20) NULL , [sProject] [varchar] (20) NULL , [dHours] numeric (10,4) NULL) INSERT [#TEST] (sCalldate,sProject, dHours) VALUES ('20060401', 'A', 12) INSERT [#TEST] (sCalldate,sPro...more >>

SSIS Package Configurations...
Posted by david.buckingham NO[at]SPAM gmail.com at 4/5/2006 12:45:40 PM
SSIS newbie here... I have developed a package for importing data from text files into a SQL server database. In this package I'm using an OLEDB Connection Manager. I would like to be able to specify the connection string for this connection manager when I deploy the package. My question ...more >>

Unable to load multiple Excel file
Posted by Kavi at 4/5/2006 11:51:01 AM
Hi I was trying to load a few excel files into the database. I was using the ForEach Loop functionality using the SQLIS 2005. I followed this article that explains the load of text files http://www.sqlis.com/default.aspx?55 I made the transformations by using a static Excel file. Then w...more >>

DTS for Oracle through ODBC: Error Calling GetNextRows in Preview
Posted by Adam St. Pierre at 4/5/2006 9:45:02 AM
Hello again, everyone! I'm attempting to create a DTS package to migrate data from our old Oracle 8 system to SQL Server 2000. I decided to use the Oracle ODBC provided in their client install. The Microsoft ODBC Driver for Oracle, for some reason, doesn't see all the tables when you att...more >>

DTS Package Error
Posted by Devi at 4/5/2006 9:01:45 AM
Hi There, I am a newbie to the world of SQL Server. We have a DTS package which has been running fine for almost 3 years. Now its failing with the following error. Violation of PRIMARY KEY constraint 'PK_client'. Cannot insert duplicate key in object 'client'. All the duplicate records fro...more >>

80004005 and 80074005 errors
Posted by Patrice at 4/5/2006 8:05:02 AM
Hello, I am getting general errors in my log file (intermittently) of 80074005 and 80004005 "Unspcecified Error" when I run nightly DTS packages. The error, as I mentioned does not happen all of the time and if I execute the package manually, it runs fine. I am connecting to a couple of ...more >>

DTS: Manual vs Job schedule to execute package
Posted by Leida at 4/5/2006 7:20:03 AM
There is a DTS package that I am having a problem with. I can run it manually on the server as administor, successfully. However, when I create an sql job with the SQLSERVER and SQLAGENT using the same user account (smssql) being a member of the Domain Admin group it aborts. I'm pretty frus...more >>

SSIS - DataReader Source with ODBC Oracle RDB
Posted by JasonB at 4/5/2006 3:47:02 AM
Hello, This is a long post, but figured I'd supply as much info as possible up front.... I'm in the process of building a Proof of concept integration between Legacy RDB databases and Sql Server. I'm reading data from a simple table on the RDB but am having issues with a Char(1) field....more >>

problems on running sheduled DTS package
Posted by Dyckwal at 4/5/2006 2:01:01 AM
Problem: Created a DTS package to get information from a MSAccess Database. We used an ODBC to get access, and configured it to use the sysem.mdw (Security file). When we run the DTS package manual (meaning by right click/execute) the package runs and gets the data. We then scheduled the the...more >>

DTS Packages Export in one step
Posted by Alur at 4/5/2006 1:19:02 AM
There are many Local Packages in the Data Transformation Services, in the SQL Server 2000. How can I transform them and use in another SQL Server like the other objects (tables, views, stored procedures etc.) ? I want to export them in step like copying objects and data between SQL Server d...more >>

Best practice "Transform Data Task"
Posted by Elise at 4/5/2006 12:00:00 AM
Greetings experienced DTS people.. I was just wondering, is there a best practice to how many "Transform Data Tasks" lines you should have between two connections? In your experience, what is the upper limit before the system performance starts to suffer? 5, 50, 500, 5000? I'm trying to ...more >>

SQL Server 2005 DTS with Oracle Connections don't work on 64-bit O
Posted by smoss at 4/4/2006 9:34:02 PM
Greetings, Sorry for a somewhat long post, but it ends with the specific question about how to exec a DTS package with an Oracle driver. We have several DTS packages that connect to Oracle by ODBC and/or OLEDB (microsoft drivers). In moving them to SQL 2005 ( using 64-bit o/s (AMD x64) ...more >>

Restore MSDB database
Posted by Warner at 4/4/2006 7:00:02 PM
I would like to setup all the DTS packages from a production server to my workstation for testing and development. My workstation recently became a client of a Small Business Server 2003 Domain. Prior to this change, I was able to force a database restore of the MSDB database onto the Workst...more >>

'Package already exists' Problem
Posted by Marc Miller at 4/4/2006 8:51:28 AM
We are migrating to Active Directory from Novell. When my ID was added to AD my full ID went from machineName/ID to loc/ID. Ever since, when I try to save changes to a DTS package I receive the error 'DTS Package ID 'XXX-XXXX-etc' already exists with a different name'. The only way I can mak...more >>

Temporary tables vs Flat Files for intermediate steps
Posted by endt at 4/4/2006 7:42:04 AM
Hi, I have a fundamental question to ask. I have to populate 7 new data marts (Fact tables and non-shared dimensions) from our enterprise datawarehouse (EDW). So I have to import data from EDW, calculate measures and retreive dimension ids. The fact tables will have many rows and will be ...more >>

wait for next step
Posted by SQLCat at 4/4/2006 7:41:03 AM
I have a step in a DTS package that needs to run for ~5 mins before going on to the next step. What task can be inserted between step1 and step2 to accomplish this?...more >>

inter-domain migration
Posted by teoramirez at 4/4/2006 7:23:03 AM
I am trying to tranfer a table from a SQLServer2K DB to a SQLServer2005 DB in another domain. When using the DTS import/export wizard, servers outside the local domain aren't recognized. Both domains have trust relationships setup. If I manually enter the server name the following error is rep...more >>

automate GV
Posted by SQLCat at 4/4/2006 6:09:02 AM
I use ISQLW in batch mode to load data from a SQL script. In this step, a GV is assigned to isqlw. Problem is, I can only run this by manually pasting isqlw -S phlprdsql01 -d Triactive -E -i c:\temp\triactive\test.sql -o c:\temp\triactive\test.txt into a cmd prompt. How can I ensure the a...more >>

Running DTS from an end-user Workstation
Posted by Patrick at 4/4/2006 5:05:36 AM
I have implemented several DTS packages on the server where they are running successfully. But, if a user wants to run the DTS from her/his workstation, Enterprise Manager needs to be installed on that workstation. Instead, would it be possible to install the relevant DLL only. If yes what are t...more >>

Create Instance
Posted by Syed Waseem Ali at 4/4/2006 4:20:08 AM
When we run wizard of transfer data(Import/Export) SQL Server Generate Error Could Not Create Instance of the DTS Package -- WaseemAli...more >>

DTS Failure
Posted by Suedois at 4/4/2006 12:09:01 AM
Hello, I've an issue with a DTS. Here is the scenario: Server side: the DTS has two step: 1) Delete some row from some tables. 2) Imports data from Access DB into SQL-Server, using a ODBC entry (from a file) Client side : an winforms application has two step: 1) Copy local Access DB on...more >>

Exporting data into mutliple tabs in Excel
Posted by Elise at 4/4/2006 12:00:00 AM
Ladies and gentlemen, I have a question for you. I want to export data from an SQL db into Excel. I want to execute multiple sql statements in the same dts package. (By now your thinking: "That's easy...") But I want the results to be in different tabs (sheets) in the same excel workbook.. ...more >>

SSIS and DTS
Posted by Enric at 4/3/2006 11:36:02 PM
Dear all, How organizated the SSIS information in Sql25k is? We've got all the information regarding dts relationally. Tasks, steps, connections and even global variables are perfectly stored inside tables (using IDENTITY field we can to identify any DTS and its features, searchinb by name, d...more >>

Transfering data into excel
Posted by sjambulapati via SQLMonster.com at 4/3/2006 7:12:02 PM
Hi,, I am using activex task in my dts, creating excel file with multiple woksheets. I want to create more than 3 worksheets in a workbook. it is limiting to 3 worksheets. here is my code Dim oExcel Dim oBook Dim oSheet Set oExcel = CreateObject("Excel.Applicat...more >>

LoadFromSQLServer - error saying "not a valid user in database 'msdb'"
Posted by jeevankodali NO[at]SPAM gmail.com at 4/3/2006 12:15:23 PM
Hi I had my DBA to create a DTS Package in a SqlServer and I am trying to run it using LoadFromSQLServer from C#. Its giving exception that the user is "not a valid user in database 'msdb'". "Public" group has been given rights to sp_get_dtspackage, so I am not able to see any reason why this...more >>

<<< Connection Problem with SQL Server + C#.Net on Local Area Network >>>
Posted by g n d z k d r at 4/3/2006 12:14:54 PM
hi all, i m new on Sql and i have a project related to C# and Sql. i have to do a project which must work on LAN, and there must be only one database file on main computer(Server Computer) and other computers(client computers) must connect database on main computer. i m preparing my proje...more >>

how to schedule DTS package on last day of the month
Posted by Shawn at 4/3/2006 11:41:01 AM
Hi, SQL Server Books Online shows I can schedule a DTS package on last day of the month, but there is not sample available. Does anyone know how to do it? Thanks....more >>

SQL-2000 DTS
Posted by Arul at 4/2/2006 11:18:44 PM
Hi folks, Can someone suggest a top notch boook to learn & master the SQL - 2000 DTS ?? I understand there is other alternative in SQL'2005. But I'm more interested on SQL-2000 DTS books... Kindly suggest ur experience... Thanks a ton :-) ...more >>

sql 2000 DTS task in sql 2005
Posted by Wolverine at 4/2/2006 12:16:39 AM
I've used sql 2000 DTS to copy objects (tables, views, stored procedures) from one database to another without problem. In sql 2005, I can copy tables and views without problems via the available wizard. I've been trying to find the sql 2005 wizard that can copy objects other than tables and ...more >>

SSIS Import from XML
Posted by Bill Swartz at 4/1/2006 10:54:12 PM
Hi, I'm playing with the XML import capabilities of SSIS, but I can't get it to work at all. I'm trying a very simple XML file, and in the DataFlow, I only have the XML Connector object and the database connection object. I'm importing directly from an output stream of the XML object into...more >>

Dynamically change data source (connections) thru ActiveX?
Posted by Test Test at 4/1/2006 11:33:28 AM
Hello! How do you dynmaically change sql server connections (data source) through ActiveX script? This code is not working for me: DTSGlobalVariables("gv1").Value = server1 DTSGlobalVariables("gv2").Value = server2 //I am trying to pass server name.. 'gv1' and 'gv2' are globa...more >>


DevelopmentNow Blog