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     
I created a package configuration and used the package installation wizard to deploy a package to my dev server. The package pulls data from Oracles...
mystical potato
04-03-2009 09:11 AM
frank lee Go to last post
4 290
I am using DTSWizard Export in our SQL Server Standard 2005 to export data from six tables to another SQL Server Express 2005 outside our network. I...
Frank
04-02-2009 04:51 PM
Frank Go to last post
1 174
Hi, I'm executing a package from VBA using WScript.Shell.Run. I'd like to know how to cancel the package if I've already started it. Thx in...
saul_margolis@hotmail.com
04-02-2009 06:55 AM
saul_margolis@hotmail.com Go to last post
0 114
Hello all, Existing Server Environment: Windows Server 2003 32 bit SQL Server 2000 New Server Environment: Windows Server 2008 64 bit Web...
jcb
04-02-2009 05:56 AM
jcb Go to last post
1 110
I need to create a remote connection to another server to get access to tables and views. Can someone help me by providing the steps to setup in...
Jay via SQLMonster.com
04-01-2009 03:33 PM
Jay via SQLMonster.com Go to last post
0 65
I need to create a remote connection to another server to get access to tables and views. Can someone help me by providing the steps to setup in...
Jay via SQLMonster.com
04-01-2009 03:32 PM
Jay via SQLMonster.com Go to last post
0 66
Hi, I am trying to import a CSV file from a HTTP location. Is there any sample or documentation that explains how to do that? Thank you,
Max2006
04-01-2009 11:14 AM
Max2006 Go to last post
2 180
Hi, I am trying to find the right usage for “HTTP Connection Manager”. After some research I found the following samples: SSIS: Downloading a...
Max2006
04-01-2009 04:57 AM
Charles Wang [MSFT] Go to last post
1 232
Hi, I have a url to an html table that contains a table. The HTML table structure is well defined. I need to grab data from the html table...
Max2006
04-01-2009 04:54 AM
Charles Wang [MSFT] Go to last post
1 190
I was wondering if anyone knew how to resolve a certain problem I have. When I set up a DTS package, and do straight column-copy transformations, I...
NewDBAGuy
03-30-2009 11:38 PM
amy Go to last post
11 312
In an SSIS package, I have a For Loop Container task with the EvalExpression set to true (so that it runs forever). If any tasks inside the For...
CraigHB
03-30-2009 12:32 PM
CraigHB Go to last post
2 198
SQL2k sp4a / Windows 2003 I have a DTS package that imports text files from a directory. These files are ftp'd to us by a customer, so we never...
Andre
03-30-2009 12:17 PM
Andre Go to last post
0 93
Hi All, I’m working with a rather unpredictable client at present. They provide us CSV files from a Linux based platform, which sometimes conform...
John Rossitter
03-27-2009 09:14 PM
Atul Thakor Go to last post
1 138
I'm trying to determine when my sql2000 DTS packages are scheduled. How can I turn the DTSRUN /!@#@#$blahblahblah into the package name? Someone...
SQLdba
03-26-2009 01:28 PM
Russell Fields Go to last post
1 83
Hi All, After installing of SP3 for SQL 2005 "Stored Packages"/"File System" and "MSDB" entries/subfolders/templates (where you can import...
Eugen
03-26-2009 06:23 AM
Eugen Go to last post
0 186
Hi i want to get all rows from 1 table (Dim Promotion) that has Start Date and End Date and retrive all rows from Dim Time that answer the condtion...
eyalso@gmail.com
03-25-2009 07:52 AM
Todd C Go to last post
1 113
I am trying to build the below sql expression to store it in a variable but it is giving me cast error for the operands. "select * from OrclTbl...
Usha
03-24-2009 12:48 PM
Todd C Go to last post
1 122
I have a requirement to import the data from an excel spreadsheet onto a sql table. I'd like to be able to delete the source after successfully...
Carlos
03-23-2009 04:17 PM
Carlos Go to last post
0 107
Hi I am trying to copy DTS packages between servers using vbscript, and absolutely want to keep the text annotations, design, etc.... as documented...
Leo Matter
03-21-2009 05:29 AM
vinod agole Go to last post
13 351
I am getting a strange error after some XP build updates on my machine. I have a MS Access application (Front End) and back end is SQL Server...
jimgeo
03-20-2009 10:10 PM
jimgeo Go to last post
0 80
Hello, I have an SSIS package that has been running successfully for quite some time. It is a very simple package: prompts user for a filename...
cheri Reed
03-18-2009 12:27 PM
cheri Reed Go to last post
0 160
I'm wondering if the construct of a DTO object from design patterns can also be applied to SSIS as well. I would like to pass a complex .Net object...
Alvin
03-17-2009 01:31 PM
Alvin Go to last post
0 79
Hi, I have a customer for which I have to use an ODBC Driver for Accpac dataBase I have to import some data from one file and Import that data into...
GC
03-17-2009 01:28 PM
GC Go to last post
1 97
I have a SSIS 2005 package with a dataflow that does a merge join between the source table on another server and the staging table to determine which...
tj_dc
03-17-2009 02:49 AM
tj_dc Go to last post
0 182
I am using Data Flow task for the below query. I have a source connection as MyOrclConn which uses Oracle Provider for OLEDB. I am trying to write a...
Usha
03-16-2009 06:40 PM
Usha Go to last post
0 89
Hi! I'm trying to execute a dts in sql server 2000, in my dts I'm openning a text file with Scripting.FileSystemObject, this is my function...
Ruben
03-16-2009 03:44 PM
Ruben Go to last post
0 85
Hi All, Our organisation has a SQL Server 2000 SP4 which has a database of 35GB with around 75 DTS packages. Now we wanted to upgrade that one and...
Srikanth via SQLMonster.com
03-16-2009 09:42 AM
Alen Teplitsky Go to last post
1 112
Anyone have a clue. Intel Xeon 2.8GHz, 3.75GB RAM, 1TB HD SQL Server 9.00.4035.00 SP3 Standard Edition ] Error: SSIS Error Code DTS_E_OLEDBERROR. ...
Greg
03-13-2009 11:30 AM
Greg Go to last post
0 145
Hi, I try to import data fron an excel file into a table in Sql 2005 Database I create an SSIS and export the SSIS on the server When I execute the...
GC
03-12-2009 02:21 PM
Todd C Go to last post
1 160
I have 31 folders and each has 288 .txt files. I need to import them into SQL Server 2005. I have been using Access, but the process is slow. ...
John Renkar
03-12-2009 09:49 AM
John Renkar Go to last post
4 178
HELP ! I am trying to get several developer workstations working with the follow setup... Windows XP (32-bit) SP2 SQL 2005 Developer - SP3 MS OLE...
Simon P
03-09-2009 05:20 PM
Simon P Go to last post
0 140
hi, i am new to sql server, ............. i have 2 databases,i have to insert data from the old database to new database........ for example i have...
shravani
03-09-2009 03:38 PM
tbradshaw via SQLMonster.com Go to last post
1 67
Hi all, I wanted to let you know about our training seminar on predictive analytics - coming April, May, Oct, and Nov in San Jose, NYC, Stockholm,...
Elise Johnson
03-07-2009 01:59 PM
Elise Johnson Go to last post
0 76
Hi, I have a situation where a row added to a table in the application of one SQL Server 2000 database needs to have this data replicated...
Chakravarthy
03-07-2009 04:27 AM
tbradshaw via SQLMonster.com Go to last post
1 78
I am modifying a DTS package that was built a few years back and trying to add a simple transform using ActiveX. The ActiveX code that I have...
Joe
03-04-2009 11:15 AM
Joe Go to last post
2 104
Hi, I have a job that run a SSIS package When I run the SSIS package manually it works fine and I am login as the user da on the computer and also...
GC
03-03-2009 08:56 AM
Todd C Go to last post
1 100
hi, i have a DTS with error´s and i dont be how to the problem. The message error is: "Error: "The Task "Message Stop" Cannot run on this edition...
ronhi
03-02-2009 02:34 PM
tbradshaw via SQLMonster.com Go to last post
1 137
Hi, I create a package SSIS da is my domaine Administrator In Sql Server Managment Studio I execute the package and everything work find if i am...
GC
02-27-2009 11:44 AM
Todd C Go to last post
1 136
Hello all, I've been asked to write a package that looks for a file in a certain directory- if the file is found, I need to treat it; if not I need...
Nieve
02-27-2009 08:51 AM
Nieve Go to last post
1 89
Hello, I have built a master SSIS package that is configured to run numerous child packages. Based on a parameter that is passed to the master...
hfdev
02-26-2009 04:26 PM
hfdev Go to last post
2 107
Hi, I have an SSIS Package imported into Integration Services Maintenance Plans folder. When I run the SSIS Package from Integration Services it...
C
02-26-2009 02:09 PM
hfdev Go to last post
2 134
Hello guys, I have installed SQL server 2005 enterprise (evaluation). I developed some SSIS packages and wanted to run from a windows forms...
Ronaf
02-24-2009 09:01 AM
Todd C Go to last post
1 101
Hi, I have just started working with SSIS and to say I find it complicated is an understatemnet but from what I have read a lot of other people are...
Phil
02-24-2009 06:39 AM
prakash gupta Go to last post
3 807
Hi all, I have installed SQL server 2005 enterprise edition (evaluation), and I developed some SSIS packages with I wanted to run from a windows...
Ronaf
02-23-2009 01:17 PM
Ronaf Go to last post
0 199
Good morning, I've got a DTS package that includes a single Data Driven Query whose purpose is to update address records in a SQL Server...
FiMac
02-23-2009 09:52 AM
FiMac Go to last post
0 164
SQL2k sp4 Is it possible to determine when a DTS package was last run? We have a lot of packages, and we're sure some are no longer needed. But we...
Andre
02-20-2009 01:32 PM
Andre Go to last post
5 147
Hello! I have following setup: SQL Server 2005 64-bit, 2-node cluster. Business Intelligence studio installed on both nodes. All SSIS packages are...
Igor Marchenko
02-19-2009 07:38 PM
Igor Marchenko Go to last post
0 101
Hello, I have created a master SSIS package that is responsible for running numerous child packages based on configuration data stored in a SQL...
hfdev
02-19-2009 01:46 PM
hfdev Go to last post
1 276
Hi! The workflow of my DTS is somewhat like this: --------------------------- An ExecuteSQLTask ---> An...
dashllh
02-18-2009 04:55 PM
tbradshaw via SQLMonster.com Go to last post
1 102
Hi, For DB Upgradation, I took the job script from SQL 2000 and executed in SQL server 2005. One of my job fails and getting the below error. "...
anithagovindarajalu@gmail.com
02-18-2009 09:35 AM
tbradshaw via SQLMonster.com Go to last post
1 105
Post New Thread

Display Options
Showing threads 301 to 350 of 12840
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.