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 > march 2007 > threads for march 22 - 28, 2007

Filter by week: 1 2 3 4 5

SQL 2K DTS Called from ASP page fails on Importing text file task
Posted by Paul E at 3/28/2007 2:40:02 PM
The DTS package reaches out to another server on the network to pull in a text file. The DTS package runs fine when launched from Enterprise Manager or if scheduled as a job. It FAILS to import the file when launched from an ASP page. The other tasks in the job run fine (backup and delete f...more >>


Column Transformation - SSIS
Posted by Adam S at 3/28/2007 8:36:03 AM
I have a column containing string data like the following: CORP/EAST/TENNESSEE And I need to transform this data to split out the names using the "/" as the delimeter. I was doing this in Excel using "Text to Columns". Please let me know how I can accomplish this in SSIS. Thanks -- ...more >>

expression builder need DAYOFYEAR or JULIAN Day
Posted by Andy at 3/28/2007 6:48:08 AM
Hello I want to convert a datetime to a julian day. TSQL has a DAYOFYEAR function but SSIS Expression builder does not. Is there a way to calculate the day of the year in SSIS expression builder. For example Today, March 28th, 2007 is the 87th day of the year. I am looking for a functi...more >>

How to set up command to run when the database is brought online?
Posted by PIEBALD at 3/27/2007 7:03:46 PM
I'd like to be able to execute an SQL command automatically when the database is brought online (or attached or the server starts). I assume it'll require DTS, but I don't even know what to ask for in Help. (SQL Server 2005 SP2)...more >>

SSIS Parameters with Multiple Values (For IN clauses)
Posted by Adam St. Pierre at 3/27/2007 6:03:15 PM
Hello, everyone! I'm attempting to develope an SSIS package that uses variables passed to determine selected values. I'm using an OLE DB Source, and passing the query in that source values from paramters. For example: Select * from dbo.Test where Value1 = ? This works fine. Howev...more >>

Importing XML files to SQL Database using SSIS.
Posted by Sachin Chavan at 3/27/2007 5:49:38 PM
Hi, I need to Import an XML file in to SQL Database using SSIS, Plz let me know how do I acheive this. I am quite new to SSIS, So if you can Point me to some samples on importing XML files using SSIS, nothing like that. Any additional references, if any, are most welcome. Thanks in Advan...more >>

Copy a database from Sql Server 2000 to 2005
Posted by Johan Garst at 3/27/2007 5:48:43 PM
Hi, I can't Copy a database from Sql Server 2000 to 2005. I am using the Copy Database option from Management menu. I want to transfer all tables, and all stored procedures. I've tried everything for the past 3 days, and it didn't work. I always get the same error. Below is the error that I...more >>

SSIS Data Flow Precedence
Posted by Competitive Dad at 3/27/2007 3:46:10 PM
This is a long explanation, so apologies in advance!! In a Control Flow I can use precendence constraints to determine how and when things run. However, I've got a need to do something similar in a Data Flow. I have a dataset that I need to perform some work on, as follows: 1. Sample ...more >>



Windows Server 2003 upgrade, ODBC error
Posted by Sanpedro at 3/27/2007 7:49:48 AM
We have just upgraded our 3 main production servers to Windows Server 2003 from Windows Server 2000, these consist of a file server, SQL server and exchange server. We are having problems running SQL jobs that run DTS packages. The error message is as follows :- Error string: DTSStep_DTSDa...more >>

Management studio vs Enterprise manager - accessing dts jobs
Posted by Not Me at 3/27/2007 12:00:00 AM
Hey, I just installed sql server 2005 onto a new machine to play around with it, having used client tools from sql server 2000 on an old machine. I connect to a remote sql server 2000 database and pretty much all the functionality is there using management studio - however I am having issues wit...more >>

Using transactions in DTS
Posted by Kayda at 3/26/2007 1:12:31 PM
I have a pump that does one data pump and then runs a series of sprocs (In Execute SQL tasks) on the data to transform. The transaction file is growing quite large (I don't have access unfortunately to the customer's production server). If the DTC service is not started, that means I cannot use ...more >>

I can't Copy a database from Sql Server 2000 to 2005
Posted by Johan Garst at 3/26/2007 6:23:47 AM
Hi, I can't Copy a database from Sql Server 2000 to 2005. I am using the Copy Database option from Management menu. I want to transfer all tables, and all stored procedures. I've tried everything for the past 3 days, and it didn't work. I always get the same error. Below is the error that I...more >>

Integration Services log report pack - provided by Microsoft - US date format issue
Posted by weelin at 3/26/2007 5:53:31 AM
Hello all, Microsoft provides a report pack of RS reports to use with Integration Services standard logging. The link is here http://www.microsoft.com/downloads/details.aspx?FamilyID=526e1fce-7ad... I have been trying to use these reports in the UK and have come across a problem wi...more >>

Orphaned Users or Lost Public Role Rights?
Posted by Radjammin at 3/26/2007 5:26:56 AM
Greetings, Well I don't think I have an Orphaned User problem but similar. I DTS copied a database to a new SQL Server. It seems that all my user ids have lost public role rights. Why I think this? sp_change_users_login 'report' returns no entries. So I assume that means that there a...more >>

problem on scheduling dts's
Posted by Roy Goldhammer at 3/25/2007 12:00:00 AM
Hello there I have Sql server 2000 SP4. I've just created 2 DTS's that create text files form views on my databases. When i run it from dts managment it works fine But when i scheduale the dts. the job run failed: Access denied what i need to do in order to run it propery? ...more >>

ssis error
Posted by Pierre at 3/23/2007 12:00:00 AM
Hi, I have a SSIS package with sql command for SQL server 2005 and VS2005. First, I create a database in the database Master using the commande USE [master] then I had tables in that new database using the commande USE [new database] and the command USE does'nt work any more. All the tables ar...more >>

ftp
Posted by SAC at 3/23/2007 12:00:00 AM
I have the following in a dts exec task: exec master..xp_cmdshell ftp -i -s:d:\laufer.txt laufer.com I get an error Line 2 Incorrect syntax near "-" This runs OK in a dos batch file. What do I need to change? Thanks. ...more >>

DTS, ASCII and Counter
Posted by Bob at 3/23/2007 12:00:00 AM
Hi, I need to import via DTS a text file with 3 fields into a table with a counter primary key and the same 3 fields. When I execute the DTS, I've got an error saying null values are not allowed for my primary key. But in the Transformations via DirectCopyXform, i haven't selected this the ...more >>

can this dynamic connection be done in SSIS?
Posted by Koni at 3/22/2007 4:03:34 PM
I would like to be able to store connection information (like server name and db name) for Analysis Services as well as SQL server connections for SSIS tasks in an Sql server table and to retrieve them at run time. Any advice?...more >>

Multiple File Connections in Connection Manager
Posted by Tiger at 3/22/2007 11:45:12 AM
Hello All Quick question I have a package that I am developing that is going to have a bunch of connections in connection manager. Lets say the number is 20 just so everyone doesn't go crazy. They are all File Connetions pointing to specific files in a folder. I am creating the package on ...more >>

Dynamic table list ?
Posted by Hutch at 3/22/2007 11:29:05 AM
Has anyone come up with a solution for copying a dynamic table list? I have a source with 50 or so tables my destination has the same schema. Is there a way to create a loop routine to copy the source data to the destination? I really don’t want to create 50 copy routines and then have to m...more >>

Connexion to SSIS
Posted by Cédrick at 3/22/2007 9:22:20 AM
Hi all, I want to connect from a Client workstation to the SSIS engine of my SQL2005 server. But, the only choice of authentication I have is Windows Authentication. Is it possible to change it and use a sql account to log into the SSIS engine? thanks in advance. Regards Cédrick B....more >>

INSERT new RECORDS into a table from another table
Posted by ritesh4uall NO[at]SPAM gmail.com at 3/22/2007 3:53:20 AM
Hi, I am really new to SQL SERVER 2005, i am not even familiar with Creating procedure So what i am trying to do is dump some data form CSV file to a table the following shows the flow of the data base CSV.file --------- > Dump_table ----------> Actual table SSIS ...more >>


DevelopmentNow Blog