all groups > sql server dts > november 2004 > threads for november 8 - 14, 2004
Filter by week: 1 2 3 4 5
Scheduled DTS Oracle to SQL Failing
Posted by rjalisatgi NO[at]SPAM yahoo.com at 11/14/2004 5:36:28 PM
I have created a DTS package that basically copies tables from a
Oracle server to MS SQL server. When I run the package manually using
the Enterprise Manager, it runs file. But the when I schedule the
package to run at a later time, it gives errors listed below.
Step Error Source: Microsoft OL... more >>
rs utility compiled script?
Posted by Jéjé at 11/14/2004 11:22:31 AM
Hi,
the rs utility is good, but the script is compiled at every usage.
does it possible to compile a script 1 time and keep the compiled version?
for the moment I bypass this problem by creating my own program.
any idea?
thanks.
Jerome.
... more >>
DTS export data from Sqlserver to MDB
Posted by kids_pro at 11/13/2004 11:10:44 AM
Hi there,
I setup a DTS package to export a table from sql server to microsoft acess
database stored on the network drive. Z:\(0) Payment
Cosolidate\Payment_Transfer.MDB
I can execute the DTS package from Enterprise Manager but I want to allow my
boss to be able to export this table by h... more >>
dts alternative?
Posted by ChrisR at 11/13/2004 12:09:41 AM
I need to give the ability to only somewhat technically minded people to
insert/ update into 1 SQL table. They have data that comes in frequently
from Excel files that needs to be imported and we want to make it so they
don't need IT. There's no way to install just DTS without installing
Enterpr... more >>
Importing Excel data into SQL Server
Posted by Meinhard Schnoor-Matriciani at 11/12/2004 1:56:21 PM
Hi all !
I had a hard time to build a dts package which imports an excel sheet into a
table inside sql server. The columns in the sheet hold mixed data ( numeric
values and text ) and I struggled which estimation of the datatypes done
excel and/or the jet driver ( I don't know ). To ake a l... more >>
Flat File import fails on large number of rows
Posted by Jack Peacock at 11/12/2004 11:03:36 AM
I have set up a DTS transform from a flat file to a SQL table. I verified
the transform works with a flat file of about 32,000 rows, no problems.
When I tried the same transform with the full 6,100,000 row production file
I got a message that the network connection was lost.
I get the mess... more >>
DTS/FTP question from newbie
Posted by Fr NO[at]SPAM nk at 11/12/2004 4:59:01 AM
Dear all,
please forgive me if I'm posting this in the wrong group, I'm very new to
SQL-server and DTS.
The question is:
Is it possible to delete files from a FTP-site after one has copied (using
the FTP task in DTS) them to the local machine. It probably is, but how does
one do this?
... more >>
Can I Pass INI value to DTS Global Variable ?
Posted by tristant at 11/11/2004 10:08:02 PM
Hi DTS gurus,
I have two question :
1) How can I pass INI value to DTS Global Variable ?
Can I use Dynamic Properties Task ?
2) I use Exedute SQL Task to exec SP, but how can I get the Error message if
error happen in SP execution ?
Thank you for your help,
Trist
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Importing text files from Unix
Posted by GaryC at 11/11/2004 2:39:03 PM
I created a DTS to import a text that is FTP'd from a Unix server. I am not
having the common problem with the carraige return character. Instead I am
having a difficulty getting the text driver to recognize each column. The
file is, from what i'm told, space delimited. The file only has 3... more >>
Need DTS for incremental update. Thanks for help
Posted by Tarak at 11/11/2004 11:43:08 AM
hi,
Is it possible to to do an incremental update through DTS ?
The database tables do not have a time stamp.
My problem
We have a production database wchich is backed up every night.
What we need is an incremental backup everyday in addition to the full backup.
How can I do this? Was think... more >>
DTS returning datatable/dataset to executable
Posted by jcts2005 NO[at]SPAM yahoo.com at 11/11/2004 11:11:43 AM
Can I call a DTS package from inside an executable and return a
datatable/dataset to the executable.
Thanks,
Jase... more >>
Does DTS fast-load damage Destination table if it fails?
Posted by Snake at 11/11/2004 9:44:02 AM
I have inherited several DTS packages that fast-load text files into Sql
Server tables. When such steps run, EM indicates that Bulk Load" is running.
There was a time when a failed bcp "bulk load" would leave a table in an
unhappy state because it was being minimally-logged. I wonder if DTS u... more >>
Multiple Query Advice
Posted by awwtau at 11/11/2004 9:24:06 AM
I have a DTS which runs multiple queries pulling the same type of data from
similar tables. One of the 'where' conditions is a date range but this date
is going to change from month to month. To prevent me having to alter the
where clause of each individual query to pull the current date range... more >>
SQL issue?
Posted by Steve at 11/11/2004 8:03:05 AM
Hi
I have column FName of varchar type.
FName
------
Mktg_2004_03_11Completed
Fin_2004_03_10Test
Acct_2004_03_09Failed
I want to get get result set as
FName
------
20040311
20040310
20040309
I tried using replace, stuff but couldn't make it work.
Plz. help
Thanks... more >>
good way for deleting unsed records...
Posted by Jéjé at 11/10/2004 11:18:06 PM
Hi,
I'm looking for a good solution to remove unused records in my dimensions.
My users dislike to see unused objects in cube's dimensions and other
prompts in reports.
But the delete command is very slow due to a ton of constraints (to insure
good data quality).
so, any idea? guide?
... more >>
DTS automate Reporting Services
Posted by Jean-Marc PUGIN at 11/10/2004 11:33:25 AM
Hi,
We need to automate from DTS the execution of REPORTING SERVICES to run
predefined reports
against their Data Source (a SQL or OLAP DB).
We are searching for simple methods to do it:
- Stored Procedure
- EXE command line (dynamic using DTS global variables)
- simple script
I think ... more >>
Shared Workgroup Information File
Posted by Jeff Grundy at 11/10/2004 11:05:01 AM
When I create a dts package with 2 access connections that use the same
system.mdw I get an error when I try to save the 2nd connection. The error
message is :
Cannot start your application. The workgroup information file is missing or
opened exclusively by another user.
How do I create... more >>
DTS vs SP: Is there a performance difference?
Posted by Kevin C at 11/10/2004 10:51:28 AM
Is there a performance difference between running a DTS package from a
VBScript using DTSrun.exe opposed to directly executing the stored procedure
within QA. I would assume that one the VBScript throws the request over the
fence its all the same.
Also, I am using a an OLE DB Connection within ... more >>
automate REPORTING SERVICES from DTS
Posted by Jean-Marc PUGIN at 11/10/2004 10:45:20 AM
Hi,
I need to automate the execution of REPORTING SERVICES from DTS in SQL
Server 2000.
As most REPORTING SERVICES are exposed via SOAP, I need a basic/simple/old
fashion
method to automate RS execution from DTS.
It could be a T-SQL statement ideally or a EXE command line or a simple
sc... more >>
Spurious slow performance in SQL 2000
Posted by Lee Gillie at 11/10/2004 7:25:09 AM
We have processes which load data collected from around the country in
night time DTS processes. Tasks are loaded and run one on the heels of
another. These have a pretty consistent performance profile most of the
time. But sometimes, almost always at night, we see a 10 fold increase
in the ... more >>
Best and efficient way of overwriting a existing record in a table
Posted by karenmiddleol NO[at]SPAM yahoo.com at 11/10/2004 2:34:12 AM
I am loading data from one table to another the structure of both the
tables are the same.
When I copy from the staging table to the main table I want the
staging table records to overwrite the records with the same key in
the main table.
So for example the following are the keys in both ta... more >>
Pulling from one sql to another sql
Posted by Michael Vardinghus at 11/9/2004 1:58:02 PM
Which one does the work ? Both ? Isn't most work done on
the one that pulls data out...?
Can the one that pulls data out cause blocking on the other server ?
/michael V.
... more >>
Passing values from 1 sql task to another
Posted by Gene. at 11/9/2004 1:19:03 PM
Hi all
I have a very simple task to pass value which I retreive from execution task
against MS SQL Server and using it as an input parameter to another sql task
execution which happens to be an execution of procedure on Sybase.
How do I do that?... more >>
How to copy an excel file.
Posted by Luis Esteban Valencia at 11/9/2004 12:07:15 PM
I need to copy a file into another file. I use this code but I dont get any
errors but I dont get the file copied neither.
Private Function RenombrarArchivoPresupuesto()
'On Error Resume Next
Dim archivo
Dim f
Dim f1
Dim fc
Dim fso
Set fso = CreateObject("Scripting.Fil... more >>
DTS File Destination Timestamp
Posted by Otto NO[at]SPAM ITP at 11/9/2004 10:16:04 AM
I have created a DTS that sends output to a text file. I want to be able to
add a date/time stamp to the file name so I can save multiple copies of the
file. Does anyone know how to do this ?
Thanks much
Otto... more >>
Rename StepName in DTS log
Posted by Franc Benoit via SQLMonster.com at 11/9/2004 9:19:43 AM
Hello,
I would like to rename the step in the log file to have something more readable then the default name ?DTSStep_DTSDataPumpTask_xx?
Do you have an idea?
Thanks
Benoit
*****************************************
* This message was posted via http://www.sqlmonster.com
*
* Report s... more >>
cant assign filename in DTS
Posted by ChrisR at 11/9/2004 9:10:39 AM
Ive got a dts package that:
Has a string Global Variable.
In an active X Script, opens a message box to accept a file path and name.
In a Dynamic Props Task, assigns that file path and name to the Global
Variable.
Imports data from a .txt file into an SQL table.
So in this particular... more >>
Destination File Timestamping
Posted by Destination File Timestamp at 11/9/2004 9:08:04 AM
I have created a DTS package that writes data to a text file.
I want to be able to place a timestamp in the filename so I can keep
multiple copies of the file.
Does anyone know how to place the timestamp in the filename?
Thanks much
Otto... more >>
Adding DTS via script
Posted by Sheldon W. at 11/9/2004 7:40:05 AM
I am trying to automate the rollout of new objects in my production
environment in such a way in that a DBA does not have to be on hand to add
the objects to the database. I think I have everything covered with the
exception of DTS packages. Is there a way to add these files to the sql
ser... more >>
Importing a flat file into a normalized database
Posted by Earl at 11/9/2004 12:24:37 AM
I have a database that I normalized to 3N. Now I have a large amount of data
from a 3rd party that is in a flat file that I wish to bring into the
normalized (but empty) database. If I simply needed to split the data up
into the appropriate tables, I can see to build multiple inserts using a
... more >>
logging the volume of data loaded other the network?
Posted by Jéjé at 11/9/2004 12:06:44 AM
Hi,
how can I know or log the volume loaded by my DTS packages?
I need to evaluate the traffic and the bandwidth required.
Does the profiler can provide enough info?
For the moment I work on a copy of the production database. so all is local
on my server.
Thanks for your help
Jerom... more >>
Problem of SQL Server 2000 SP3a
Posted by Poonpipat at 11/8/2004 6:38:02 PM
I had exported data between SQLServer2000
by
Source server was SQL Server 2000 any version
Destination server was SQL Server 2000 SP3a
I had data of 120,000 rows to export.
Between I was exporting data. An error occur and the message was
"Error at Destination for Row number 28649. Errors enc... more >>
New Rows
Posted by Leila at 11/8/2004 4:02:49 PM
Hi,
I have two questions:
1) I have the same databases on two different servers. I modified, added and
dropped indexes on one of the databases and I need to transfere only the
index changes to the other database. Is it possible to use Copy Objects
Task? I tried but it affects the tables too.
... more >>
Attachments with Send Mail Task
Posted by RR at 11/8/2004 1:49:11 PM
Is it possible to email the contents of a directory as part of this task?
Thanks.... more >>
Invalid delimited data
Posted by goinesj NO[at]SPAM paec.org at 11/8/2004 1:43:01 PM
When creating a new package under Data Transformation Services with the
following information, you get the error message of “Invalid delimited dataâ€.
Row one will import correctly. Row two will fail.
“0035â€,â€Câ€,â€525 W DAVIS RDâ€,â€ANYCITYâ€,â€FLâ€,â€12345â€
“0036â€,... more >>
dts and access db
Posted by JFB at 11/8/2004 12:09:21 PM
Hi,
I want to schedule a package to import access database to sql2000 server
(sp3).
The pkg fail with permissions error... what do I neet to have in mine for
schedule pkg?
Do I need to install access in my sql2000 server?
The pkg is running ok manually.
Tks in advance
JFB
... more >>
Error Message "Transaction cannot start while in firehouse mode"
Posted by Liam Mac at 11/8/2004 9:59:03 AM
Hi there,
I just created a DTS package to copy data from an oracle system to MS SQL
2000 Server. However when I try to edit the data within my table on MS SQL
2000 after been exported, I get the error messsage "Transaction cannot start
while in firehouse mode" any idea whats causing this ?
... more >>
Bulk Insert DTS
Posted by Stacy Hein at 11/8/2004 8:48:03 AM
I have a DTS package that reads a text file. The delimiters are tab for
columns and {CR} for rows. When I import the file with the DTS, the job
seems to run successfully but no rows are added to the table.
I have checked the text file and they are rows in the text file. There are
no indexes... more >>
Call DTS Package from vb.net
Posted by adam NO[at]SPAM thekrumholzs.com at 11/8/2004 8:09:26 AM
I am trying to call a DTS package from a VB.Net application. If my
application is on the DB server it works correctly. If I move the
application to another server the DTS packge is not run and no errors
are reported. Any ideas ?
pkg = New DTS.Package
'Begin - set ... more >>
Executing DTS package using ASP
Posted by Aamti at 11/8/2004 5:18:03 AM
Hi,
I have to call a DTS package from ASP, for this I have created a stored
procedure that calls DTS package. I am calling that stored procedure from
ASP, now the problem is that DTS package is executing two times.
But If I am executing the stored procedure that calls DTS package, from
Q... more >>
|