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 > november 2005 > threads for november 15 - 21, 2005

Filter by week: 1 2 3 4 5

Paralelism
Posted by Luis Mena at 11/21/2005 7:18:49 PM
Hi Everyone: Somebody to executed two DTS in parallel? If the answer is affirmative it can say to me like, plisssss? Thanks. ...more >>


Learning by Examples - Where can I find some SSIS Package examples?
Posted by Scott Townsend at 11/21/2005 4:59:52 PM
I'm working on converting some of my SQL 2000 DTS packages to SSIS packages. I'm looking for some example packages to help me figure out some things. Thanks, Scott<- ...more >>

Calculated cell's performance
Posted by Seb at 11/21/2005 9:00:04 AM
I have issues concerning calculated cell's performance. If I create 12 calculated cells in a DTS, the retrieve takes 7 minutes When I delete those 12 calculated cells and I recreate 12 calculated cells with the calculated cells creation wizard on the same cube with the same MDX, the retrieve t...more >>

Text File Transfer from a directory
Posted by Anjum at 11/21/2005 8:09:02 AM
Hello, I am trying to make a dts pakage that will upload files from a directoy to a sql table. Pleases note that the text file is tab delimated. also the name of the file keeps changeing. Its like i should be able to go through all files in a certain folder and upload those files to sql tab...more >>

Track the execution of a DTS Package
Posted by Larry Bird at 11/21/2005 8:04:03 AM
I have a schedule DTS package that I want to track during execution. I've looked in the "sysdtdpackagelog" table and see an entry in the table about my package. When are entries place in the this table? i.e. when the package completes execution or when the package starts and then updated whe...more >>

Execute a DOS batch file via a dts package..
Posted by Warren at 11/21/2005 7:52:03 AM
I am trying to figure out how to run a simple dos batch file after a step within a DTS package completes... For example: A DTS Package uses a FTP TASK to transfer a file. If successful then Execute a batch file on c: called cleanup.bat Any suggestions would be much appreciated......more >>

Execute SSIS Package
Posted by Ravi Persaud at 11/21/2005 3:41:02 AM
I re-created my DTS package in SQL Server 2005. I now execute the package using: [ Exec Master..xp_cmdshell 'DTExec /f C:\Data\packagename.dtsx' ] It is working fine however, is there another way of executing this package in SQL Server 2005 without having to go to xp_cmdshell and run DTExec? ...more >>

Can we run Same DTS package parallel
Posted by Rajesha at 11/21/2005 1:27:06 AM
Hi, I would like to confirm regarding DTS package execution. 1. Multi Threading is possible in DTS package? 2. Simultaneously can we call same DTS package, in more then one DOS prompt? If it is passable is their any effect on Global variable?...more >>



Memory Leakage in SQL Server 2005 September CTP
Posted by Imran at 11/19/2005 1:20:01 AM
Dear All, I have a scenario as, One terminal is placing txt files in one folder, in each file I have data for all tables, and I am following the following steps Bulk Insert to that text file into a table with one column only BCP Out for One Table Data (by where clause with expr column like) ...more >>

Question on If Statement in DTS Package
Posted by kennethgrice NO[at]SPAM yahoo.com at 11/18/2005 4:23:45 PM
Hello I have a view that will include any records that have the word fail in a particular field. Does anybody know what the code would look like to First check and count how many rows are in the view. (The View name is Test) Then, if there is at least one row in the view I want to go on...more >>

SSIS - Default values not being copied
Posted by Michael Tissington at 11/18/2005 12:33:48 PM
I have a package which copies a number of tables from SQL 2000 to SQL 2005. The tables are not being created with default values on their columns. Any ideas please? -- Michael Tissington http://www.oaklodge.com http://www.tabtag.com ...more >>

Running a dts package from a dts package
Posted by Kevin R. at 11/18/2005 10:42:42 AM
Hi All, I have a dts package (package A) which I can execute from SQL Enterprise Manager. I then created another dts package (package B) that runs package A. But, package B hangs when I try to execute it. Even if I hit the Cancel button on the dts status window it never cancels and I have to ...more >>

SSIS - REPLACE or APPEND data
Posted by Michael Tissington at 11/18/2005 10:34:06 AM
I'm trying to create a package to transfer data from a SQL 2000 database to a SQL 2005 database. The database already exists and containes data. I want to REPLACE the data but when I dod this I get an error because the package seems to be using TRUNCATE TABLE but all the tables have foreig...more >>

Using a View as the Destination in a Datapump Task
Posted by John Kotuby at 11/18/2005 9:47:36 AM
It appears that since nobody replied to my first post, DTS does not allow a view as the Destination for a Data Export or Transform. "Sometimes the answer is found in the silence." John Kotuby 11/18/2005 Have a good day everyone :-) ...more >>

Send Mail Task iteratively in DTS package
Posted by Chris Davoli at 11/18/2005 9:36:03 AM
I have a requirement to select records from a sql table that has email addreses in each record and send a formatted email to each person. There needs to be a separate salutation in the body for each email person, so each email body will be different for each person. Is there an article out the...more >>

SQL to Excel
Posted by Mike Voissem at 11/18/2005 8:19:14 AM
Using DTS, we'd like to dump the data from a query to an Excel spreadsheet, and save it off with a user\date generated filename. We call the DTS from vb.net, and the problem is, DTS needs to have that spreadsheet present at all times or it breaks the transformation. What is the best way to d...more >>

2005 SSIS issue
Posted by moondaddy at 11/18/2005 12:05:43 AM
I'm new to SSIS and have not been able to import a database from sol 2k onto 2005, however, I did manage to restore a backup from 2k into 2005. Now I'm practicing creating a SSIS package to copy all objects and data from this db in 2005 (db1) into a new db in 2005 (db2). I added a Transfer...more >>

Insert problem
Posted by Best Practice at 11/18/2005 12:00:00 AM
Hello Everyone. I basically want to do an insert. Here's my insert script which works when the database is empty. In the destination table i created another index (siteid). ' Copy each source column to the destination column Function Main() DTSDestination("wexchid") = DTSSource("ex...more >>

Help with Error -2147024882 (8007000E)
Posted by Luis Alberto at 11/17/2005 5:51:33 PM
Hi, I´m having problems with a DTS that reads a text file from a Unix Server and loads data into a table in SQL Server Enterprise and sometimes it Fails with error -2147024882 (8007000E) Error string: Not enough storage is available to complete this operation. If someone have a solution f...more >>

DTS import of Excel containg zip + four codes
Posted by John L at 11/17/2005 2:42:01 PM
All, Is there any relief from what happens when DTSing an Excel spreadsheet into SQL 2000 and the zip + 4 values import as NULL? Thanks. -- jl...more >>

SQL Server Agent Output Log
Posted by spark at 11/17/2005 1:16:11 PM
Hi, I have written a SQL server Agent job that deletes some rows in a table that meets our criteria. It works perfect. But I have a question, is there any way that after the job it tells me that it has deleted so many number of rows? my sql statement is delete from xxxtable where datedif...more >>

What am I doing wrong...
Posted by Hans [DiaGraphIT] at 11/17/2005 10:49:02 AM
Hi! Following code works just fine, until the global variable is set to true Function Main() Dim oPkg Set oPkg = DTSGlobalVariables.Parent If DTSGlobalVariables("UPGRADE").Value Then oPkg.Steps("DTSStep_SQLExecuteSQLTask_2").Value =DTSStepExecStat_Inactive oPkg.Steps("DTSSt...more >>

Copying db from 2000 to 2005 loses identity property
Posted by Jaret Brower at 11/17/2005 8:03:02 AM
I'm trying to do a copy database from 2005. The source server is sql server 2000 and the destination is a sql server 2005. I can copy the db over without a problem, but every column that I have setup as Identity=true on the source comes over to the destination as Identity=false. Any ideas...more >>

how to skip several SQLExecuteTasks
Posted by Hans [DiaGraphIT] at 11/17/2005 6:29:04 AM
Hi! Forgive me for my ignorance. Iv'e been looking at following webpage But I can't figure out how to skip SEVERAL steps/tasks in a workflow. ( http://www.sqldts.com/default.aspx?214,1 ) I have following workflow series Step 1: DTSStep_ActiveScriptTask_1 Step 2: DTSStep_SQLExecuteSQL...more >>

Expression builder for variables
Posted by Chris McGuigan at 11/17/2005 5:32:56 AM
In the Expression property of a variable in the designer, you can't get to the Expression builder. This just has to be bug? Apart from pulling expression builder up against another property page and cutting and pasting, is there an easy way to get it up? -- Regards Chris...more >>

Skip packages in DTS
Posted by GS at 11/17/2005 1:11:05 AM
I have a parent package which i am scheduling to run every month. The parent package has 6 child packages and they inturn have many steps. Assume Task 3 or package 2 fails. The support person will rectify the error and he will re-run the package. Now when he re-runs I want the package to st...more >>

which query is faster
Posted by Vikram at 11/17/2005 12:00:00 AM
Which of the below mentioned query will be faster ? and will the result of both the queries is same ? A. select * from authors INNER join pubs on authors.pubid=pud.id where pub.active=1 B. select * from authors INNER join pubs on (authors.pubid=pud.id and pub.active=1) ...more >>

adding extra query in the Transform Data task
Posted by Owen at 11/16/2005 8:23:52 PM
Hello: I have 3 table with this description: Table1 -------- id: int value1: int Table2 -------- id: int value1: int title as varchar(80) Table3 -------- id: int norden: int text : varchar I have to transform data from Table1 to Table2 but get some value from Table3 too,...more >>

IIS Log Files to MSSQL DTS Package
Posted by Azmail at 11/16/2005 3:59:05 PM
I need to import over three years of IIS log files into a SQL Server database. Is there a package out there that is publicly available and already does this? Are there MS recomended sites that provide complete DTS Packages for importing common MS Application data files into MSSQL?...more >>

package migration wizard
Posted by Allen at 11/16/2005 11:40:13 AM
I am trying to use the package migration wizard to transfer a package from Sql Server 2000 (DTS) to Sql Server 2005 and I get the following error no matter what I do/change. Any help would be great. This wizard will close because it encountered the following error: (Microsoft SQL Server) ...more >>

Rows Transfered Value
Posted by Jerry Spivey at 11/16/2005 10:13:38 AM
Hi, I'm setting up quite a few DTS packages to transfer in records from remote sources into local reporting destinations. After a given Transfer Data Task completes succesfully, I'd like to insert a record into an auditing table to specify the current date, host names and the number of row...more >>

Server could not load DCOM
Posted by milly at 11/16/2005 4:33:04 AM
Hi all! I'm launching a dts that has to load a file into a db table and when I'm executing it a failure is raised: Server could not load DCOM. any idea ? thanks! milly...more >>

SSIS Custom DataFlow Component : to SSIS data type to .net Type
Posted by reno at 11/15/2005 10:38:41 PM
I'm Currently working on a custom pipeline component wich write specific text file so I need to convert each columns into string. We've many DataType in SSIS for DataType Enum : ____________________________________ DT_BOOLA Boolean value. ..... DT_UI1A 1-byte, unsigned integer. DT_UI2A 2-b...more >>

Changing an exisitng connection dynamically
Posted by JSP at 11/15/2005 8:06:01 PM
In AxctiveX Script I was dynamically changing the server and database of an existing connection as I was looping through a recordset and then executing a SQL Task that was set to that exisitng Connection (see code example below). Everthing worked beautifully as long as I was switching databas...more >>

back again with my server performance issue...
Posted by Jéjé at 11/15/2005 7:54:37 PM
Hi again (and again) guys... I have just read an article in the SQL Server magasine which says that its recommanded to have 1 file by processor for the tempdb database. does this recommandation is good for a data warehousing solution? I'm suffering some disk issue and I have a lot of CXPack...more >>

if not exists (database...) create database myDB
Posted by Hans [DiaGraphIT] at 11/15/2005 9:39:02 AM
Hi! As the subjects says i wish to find out if a spesific database exist in my sql server. I wish to write following statement. if not exists (select * from information_schema.databasename where database_name = 'myDB') Create Database myDB GO But I know i'm missing something.... P...more >>

Turning Off Foreign Keys during DB coping
Posted by Shimon Sim at 11/15/2005 9:17:50 AM
I have step in my package that copies database from the server to my local machine. I am doing it so I can back up database - I am using hosting database. The problem is that coping of data fails if I specify in options that I want to copy Primary and Foreign keys. I would like to copy that ...more >>

Global Package Variables in an Execute SQL Step as part of IF
Posted by Mike Sharpe at 11/15/2005 8:42:12 AM
What I want is a way for an Execute SQL Step to get access to a package global variable so that I can do decisions based on it and I cannot figure out how. What I have is a global variable called "LogDebug". I need this to be used in an Execute SQL Task in the following manner: IF DTSGlob...more >>

How do I retrieve a package which I saved during the import in SQL 2005
Posted by polinaskulski NO[at]SPAM aol.com at 11/15/2005 7:33:23 AM
Hi, How do I retrieve a package which I saved during the import (using import wizard) in SQL Management Studio as SQL Server package??? ...more >>

Help with Excel data pump
Posted by Andy at 11/15/2005 7:31:14 AM
I am having problems importing text values from an Excel file. Numeric fields are loading fine, however. Below is what my spreadsheet looks like APP_AGE 1 1 2 2 3 3 4 4 5 5 I am doing a straight copy column int...more >>

Running DTS Package as Job
Posted by alim at 11/15/2005 5:36:08 AM
I can run my dts package directly. However, when I schedule the package as job, I get the following error message: Executed as user: WIN\cis50SQL. ... OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DT...more >>

DTS and TRANSACTION
Posted by ravi lobo at 11/15/2005 12:12:01 AM
By default, are the sql statements in DTS in TRANSACTION?...more >>

row no in sql query
Posted by Vikram at 11/15/2005 12:00:00 AM
How can i get a row no column in a query... i just want to check if a row no of a row is more than a constant number than set some flag in another column ...more >>


DevelopmentNow Blog