dbTalk Databases Forums  

Sponsored Links


microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss in the microsoft.public.sqlserver.dts forum.



Post New Thread
Threads in Forum : microsoft.public.sqlserver.dts Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Working on an automation of MS Exchane Server 2003, I have to create appointments (with CDOEX) in a DTS ActiveX Script (see below). Do Until...
08-04-2005 08:25 AM
Ilya Margolin Go to last post
1 90
All, please may I have your assistance with the following? I'm trying to reference an existing DTS connection in my activeX script task rather than...
John Shiangoli via SQLMonster.com
08-04-2005 03:57 AM
John Shiangoli via SQLMonster.com Go to last post
2 64
Need to handle errors coming out of a datapump step. Any references out there? Thanks George.
George Morton
08-04-2005 01:48 AM
Gopalan Go to last post
1 60
I have a stored procedure that does a qc check on 2 tables. It contains a case statement that checks to see if a value falls in a certain range. If...
Andy
08-03-2005 04:28 PM
Andy Go to last post
6 79
Ok, I am using Windows Server 2003, Sql Server 2000 version 8.00.760 I have a batch file that runs a DTS package using DTSrun as follows : DTSRUN...
Brian Beck
08-03-2005 04:15 PM
Brian Beck Go to last post
1 63
Hi, I'm trying to disable DTS 2005 tasks at run time using an expression to set the task's "Disabled" property. The expression I use is "(DT_BOOL)...
Eric V via SQLMonster.com
08-03-2005 01:31 PM
Jamie Thomson Go to last post
4 69
What is going on with SQL and ports below? Below is a portion of what I get when I run netstat. SQL Server is taking up an enormous number of...
CR
08-03-2005 12:16 PM
CR Go to last post
0 72
I have an ActiveX VB script in a DTS package that simply connects to a server and populates a table with a list of all the Analysis Services...
Paul
08-03-2005 10:26 AM
Paul Go to last post
0 56
How does one catch the return code from batch or exe the 'Execute Process' task runs? thanks, tjk
tjk
08-03-2005 10:09 AM
tjk Go to last post
0 64
Hi, The following error message is received during the transformation of data from a text file (262 columns) into SQL database. "Not enough storage...
John Jayaseelan
08-03-2005 01:53 AM
John Jayaseelan Go to last post
3 92
I have received the "Not enough storage is available to complete this operation" message from a DataPumpTask that has been running correctly on...
John Kotuby
08-02-2005 07:14 PM
John Kotuby Go to last post
0 136
Hi All, Our partner created a DTS package in sql 2000. However, we are still running sql 7 and can't upgrade in the short term. Is there anyway...
bluemug
08-02-2005 05:52 PM
Peter A. Schott Go to last post
2 71
We had a program running perfectly fine and one of our users upgraded to sql sp4 and now we get an error that o.task can not be initialized . first...
DebS
08-02-2005 05:01 PM
DebS Go to last post
0 85
I have a need to use some pieces of a SQL Recordset and combine those with each filename in a folder. I then need to output each of those...
Peter A. Schott
08-02-2005 04:46 PM
Peter A. Schott Go to last post
2 69
Hi, Is there any way to programatically rename all DTS packages on a server to 'New_'+ old_name or save them all as 'New_'+ old_name (and then I can...
polinaskulski@aol.com
08-02-2005 04:38 PM
Darren Green Go to last post
5 73
I would like to write a DTS package to import a number of Excel files from a network directory to a single SQL Server table. Assumptions: I am...
Paul Backer
08-02-2005 03:12 PM
Allan Mitchell Go to last post
1 116
Hello, I have a DTS Process in which I read the text file and based on certain data, I need to update some information in Paradox table. Can...
Yunus's Group
08-02-2005 02:33 PM
Yunus's Group Go to last post
0 59
I have an update statement that I run as follows from a SQL Task... UPDATE "AS400Machine"."AS400DevLibrary"."FileName" SET FLAG01 = 'N' There is...
marcmc
08-02-2005 01:51 PM
Allan Mitchell Go to last post
1 114
First off, I'm an ASP.Net developer and not a SQL DB admin. One of my clients uses a program that uses a SQL Server database. They want to run...
jjbutera@hotmail.com
08-02-2005 08:42 AM
Paul Ibison Go to last post
6 66
I already have tables in my SQL Server 2000 database. I have several things that I need to do - (import sql server 2000 tables into MS Access...
Mike Moore
08-02-2005 08:40 AM
Mike Moore Go to last post
2 72
Hi all, My problem is quite simple. I have a small c# application accessing a DTS package to read and display info about it. I can access any type...
Luc Bolly
08-02-2005 07:30 AM
Luc Bolly Go to last post
2 188
I have a .csv output from a database which does not use text qualifier. any commas or backslashes in the data are 'escaped' I.e. Field1 Field2 ...
NH
08-01-2005 04:56 PM
Rick Gittins Go to last post
1 64
Dear all, Is there any constant which be able to stop the DTS and return OK? Does anyone knows if such constant is available? Regards,
Enric
08-01-2005 02:09 PM
Darren Green Go to last post
3 63
I'm creating an application that runs a DTS package with an "Analysis Services Processing Task" in the package. When I run the package in the...
jgharper
08-01-2005 01:37 PM
Darren Green Go to last post
1 86
Can sombeody point me in the right direction. How can I convert a relational database to a datawarehouse? Thanks
Luis Esteban Valencia
08-01-2005 03:50 AM
Michael Vardinghus Go to last post
2 55
How should I debug my DTS packages in the production server where there is no script debugger. Thanks
J-T
07-31-2005 10:22 PM
Sue Hoegemeier Go to last post
5 77
I have never done a DTS package. I need to be able to look for a tab delimiler file at a specific time, say 2 am, parse threw it and replace records...
Dave
07-31-2005 06:11 PM
Allan Mitchell Go to last post
1 53
Am I missing something? The BOL doc seems to imply that the DTS read file transform will read a file name from a source column and direct that...
BootieDay
07-29-2005 04:10 PM
BootieDay Go to last post
0 67
Hi, I have two SQL Execute Tasks and when I go to the Workflow Properties and check on the "Join transaction if present", everytime when i run it,...
Ed
07-29-2005 10:09 AM
Ed Go to last post
0 52
I have a package that runs every day and prints out a series of reports. The reports are generated into text files and printed by feeding the file...
etcarine via SQLMonster.com
07-29-2005 10:00 AM
etcarine via SQLMonster.com Go to last post
6 97
Is there a way to pass a users input through a DTS parameter that has a integer data type without puting a constant in the value column. Ex A string...
eam
07-29-2005 01:19 AM
Darren Green Go to last post
1 47
SQL Server 2000 DTS Questions 1. In a DTS package, I am using an ODBC connection as a destination for a transformation task. The...
Paul M
07-28-2005 09:24 PM
Smith Go to last post
2 74
Hi there Please forgive the very basic question. I have two SQL Server 2000 databases. The source database contains data I need to port, and the...
postings@alexshirley.com
07-28-2005 02:03 PM
Allan Mitchell Go to last post
1 63
I have a table in Excel with about 4000 records which I need exported to an Excel Spreadsheet. This has to be triggered via an ASP.NET app via the...
Chris van den Heuvel
07-28-2005 12:52 PM
Douglas Laudenschlager [MS] Go to last post
5 108
Hello, I have a need for a web application to request a stored procedure to be run and then the results emailed to the user in Excel. My web...
blarfoc@yahoo.com
07-28-2005 12:50 PM
Douglas Laudenschlager [MS] Go to last post
1 47
Hi there Please forgive the very basic question. I have two SQL Server 2000 databases. The source database contains data I need to port, and the...
postings@alexshirley.com
07-28-2005 11:13 AM
postings@alexshirley.com Go to last post
0 68
Hi: I have setup DSNs before to text files with some success. I am having problems with a file I have to parse to pump into SQL Server via DTS. It...
kayda
07-28-2005 10:41 AM
Scot T Brennecke Go to last post
2 68
I have a DTS package that has an Excel spreadsheet as the source and SQL Server database table as the destination. Some zip codes have leading zeros...
WhiskyRomeo
07-28-2005 09:41 AM
WhiskyRomeo Go to last post
0 71
i can't find out where does the sql server save my DTS packages. i have seen that there is something in the msdb DATABASE about DTS but i couldn't...
Oren101
07-28-2005 09:37 AM
Narayana Vyas Kondreddi Go to last post
1 82
Hi, Can anyone tell me why there are no icons for me to use in the Tasks toolbox, even when I open a package that has constraints and a data...
Gary Spence
07-28-2005 06:30 AM
Gary Spence Go to last post
0 61
Hey eb My dts step log is growing to much. I want to add a step to this dts which will shrink it by deleting records from table...
Rea
07-28-2005 02:22 AM
Rea Go to last post
2 72
Hello! Is there any way to pause execution (Sleep) in java script under DTS? WScript.Sleep() doesn't work. As I understand sure workaround is to...
Mike
07-27-2005 11:21 PM
Mike Go to last post
2 89
Hello, my sql instance stopped working! I was able to save all the mdf and ldf files, but have no idea where the dts are. Please any help will do!!!
Guido Schauwecker
07-27-2005 10:35 PM
Arnold Lo Go to last post
2 63
I have a query, which selects three columns from an inner join. The last two columns are SUM and the first one is GROUP BY. Now, I would like to...
HLong
07-27-2005 05:21 PM
HLong Go to last post
2 70
How can I recover a DTS without recover a old msdb database over current msdb ?
Shima
07-27-2005 04:26 PM
Allan Mitchell Go to last post
1 78
Can you guide me how to set up alert for MSDTC service, My goal is to get notification when MSDTC is failed. thanks kalyan
Kalyan
07-27-2005 02:03 PM
Darren Green Go to last post
1 57
Run package to execute the 'CopyProcedures' proc as follows: exec master.dbo.xp_cmdshell 'dtsrun /S (local) /E /N CopyProcedures '...
Sparky
07-27-2005 01:15 PM
Sparky Go to last post
0 77
I had the following request given to me by my boss and am coming up empty on finding an application or script that will do this for us any help would...
mlangworthy@gmail.com
07-27-2005 12:53 PM
MCL Go to last post
6 67
I have a little problem with a small C# Applikation that executes DTS. I don't know if this is the right Newsgroup. First of all here is what...
Karpo
07-27-2005 10:05 AM
Karpo Go to last post
4 148
I'm trying to print a job to a specific network printer. I'm using an ActiveX Script Task to execute to execute the print job. However, when...
Leslie
07-27-2005 08:41 AM
Ilya Margolin Go to last post
1 48
Post New Thread

Display Options
Showing threads 5851 to 5900 of 12844
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.