all groups > sql server dts > march 2007 > threads for march 8 - 14, 2007
Filter by week: 1 2 3 4 5
ssis & tempdb
Posted by Chris at 3/14/2007 3:47:00 PM
Why does tempdb grow when I am loading to a userdb (ole destination)?
If this is transaction info, why would it even use tempdb & not log file of
user db?? ... more >>
Substing and Len SSIS
Posted by dba at 3/14/2007 2:25:05 PM
(DT_BOOL) SUBSTRING(@USER::_DataFile,(DT_I4)
LEN(@USER::_DataFile)-1,1))==0 ? 1:0
Let me state what I'm trying to do, I have to do a restore from a
backup, I want to append a 0 to the end of the data and log file
names, then when I do it the next day I want to append a 1, because it
takes ab... more >>
Loading a .bak file with C#?
Posted by Derrick at 3/14/2007 11:19:05 AM
Hi All -
I need to load a sql (2000 for now) db back from .NET code, should I still
use the DTS objects to perform this task, or is there something "newer" in
..NET 2.0 that i can leverage?
Thanks in advance!
Derrick
... more >>
DTS PIA for SQL Server 2000
Posted by mtessler NO[at]SPAM ford.com at 3/14/2007 9:58:00 AM
I am currently invoolved i8n upgrading our VB6 applications to VB 2005
and .Net. It would help us greatly to have a DTS PIA for SQL Server
2000. As far as I can tell from MSDN, there is no PIA for DTS on SQL
Server 2000. Does anyone know of a DTS PIA for 2000?
... more >>
Re-run the package after catching an error
Posted by Panos Stavroulis. at 3/14/2007 9:09:43 AM
Hi,
I've got an Event handler that catches exceptions. That works perfectly and
it also sends emails to warn of the failure. Now what I would like to do is
instead of emailing on every failure, I would like to re-start the package
and send an email only if the package has failed 3 times. I ... more >>
Read a text file froma script task in SSIS
Posted by John Mason at 3/14/2007 7:39:47 AM
I am trying to read a text file from an SSIS script task. I've seen a few
examples of how to do this on the web but cannot set up my script environment
to work.
Specifically, all the examples I use have the Inherits UserComponent
statement, which gives me a 'type UserComponent is not defined'... more >>
Slowly Changing Dimension UNRELIABLE?
Posted by KenWhitesideDBA at 3/14/2007 4:20:59 AM
Any Microsoft guys out there?
I posted this up yesterday and haven't got any response other than
others having problems too.
I'm trying to use the SCD on the Employee table for one of the bigger
companies in the US. It works fine with small data loads but when I
push the 100k employee feed ... more >>
DTS LookUps
Posted by Gramps at 3/14/2007 12:00:00 AM
Hi,
Can a Look-up be made 'global' to an entire package?
I have a Data Driven Query (DDQ), built using DTS designer and it has
Lookup1. In the same package, I have another DDQ and it also needs the
functionality of this look-up.
How can I make this look-up (or it's functionality) glob... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SSIS - SQL Server configuration
Posted by SQL Learner at 3/13/2007 2:39:04 PM
Using SSIS, I want to store my configuration in a database table.
I opened Package Configuration Wizard, and selected
Configuration Type: SQL Server,
Configuration location is stored in an environment variable.
Next I created an environment variable SSIS1_CONFIG
For integrated security, ser... more >>
Passwords and Moving DTS Packages to another server
Posted by Kayda at 3/13/2007 11:24:49 AM
Hello:
I have created a DTS packages and added an administrative and regular
password on one server--they are now going to be migrated to
production. Problem is, as a consultant in this environment I don't
have access to the production servers so I can't migrate myself. The
customer wants to ... more >>
Login Error on DTS packages
Posted by sarahspace NO[at]SPAM gmail.com at 3/13/2007 7:57:38 AM
Over the last several months, I have seen a handful of DTS packages
fail with the error "Login (loginname) does not exist". The logins do
exist and the password are valid. I can connect to the database using
the same credentials and I can create a new DTS package that will
successfully execute... more >>
##temp
Posted by Kolos at 3/13/2007 7:40:31 AM
Hi All,
I have the following problem.
I'd like to export data to 4 Excel tables the source of which is a ##temp
table. It works fine with the first connection to Excel, but the rest does
not see the ##temp table, I receive 'Invalid object name' error message.
Have you got any idea what I ... more >>
SSIS Slowly Changing Dimension create new records in error
Posted by kenwhitesidedba NO[at]SPAM gmail.com at 3/13/2007 7:32:25 AM
I have a pretty standard SCD that misbehaves when using pushing large
recordsets through it. I always seems to pass on a small percent of
the 100k record set to "New Records" output even though the incoming
record is identical to the existing record (no changes).
I'll admit this is my first ru... more >>
2 Questions
Posted by Bishoy at 3/13/2007 5:23:08 AM
Q1: What is the differences between green and red connections between objects
in Data Flow tab in SSIS project?
Q2: In Flat File Connection Manager --> New Button --> header row delimiter
--> what is meant by {CR}-{LF}?
Thanks alot,
Bishoy... more >>
SSIS Best Practices
Posted by imani_technology_spam NO[at]SPAM yahoo.com at 3/13/2007 12:45:22 AM
I have a couple of questions about SSIS Best Practices. For example,
what is the most efficient way to synchronize SSIS packages across 3
servers? The package was originally identical in 3 different servers
and I want to keep the changes identical. Also, how well does SSIS
integrate with Visu... more >>
SSIS Best Practices
Posted by imani_technology_spam NO[at]SPAM yahoo.com at 3/12/2007 10:56:36 PM
I have a couple of questions about SSIS Best Practices. For example,
what is the most efficient way to synchronize SSIS packages across 3
servers? The package was originally identical in 3 different servers
and I want to keep the changes identical. Also, how well does SSIS
integrate with Visu... more >>
How to get job result from sp_start_job
Posted by Steve Jensen at 3/12/2007 9:42:03 PM
I am running an SSIS job from a VB.NET application by calling sp_start_job.
The return value I get is only whether or not it was able to start the SSIS
job. It does not tell me when the SSIS job actually completed (if it did).
Is there a way to keep the job connection open and monitor the p... more >>
ssis
Posted by Pierre at 3/12/2007 8:12:36 PM
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 >>
SSIS
Posted by Pierre at 3/12/2007 6:37:47 PM
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 >>
Problem with ActiveX Script Task
Posted by Adam S at 3/12/2007 6:13:00 PM
I receive the following error when trying to run the following vbscript via
an ActiveX Task in SSIS:
Error: 0xC0048006 at Run Enterprise Need SP Upgrade, ActiveX Script Task:
Retrieving the file name for a component failed with error code 0x0485ACF4.
The script:
Sub Main()
On Error R... more >>
Using COM Reference in SSIS Script Task
Posted by Adam S at 3/12/2007 5:45:00 PM
I need to reference the Microsoft WMI Scripting Library in a Script Task.
When I select Add Reference it only shows .NET references to add. Is it
possible to use COM libraries/components, specifically WbemScripting, inside
of a SSIS Script Task?
Thanks
--
Adam S... more >>
Using DTS against MySQL
Posted by NO[at]SPAM at 3/12/2007 7:38:36 AM
This may be the bonehead question of the year, but I do not see an option
when using DTS to connect to an ODBC data source. ( MySQL in this case )
Can you do this and if so how?... more >>
Scripting DTS Package
Posted by Raj at 3/12/2007 2:58:30 AM
I have created a DTS Package & scheduled a job for the same to run. But due
to authentication problems the job is failing. Now i want to create a script
from the package that i created. Can anyone suggest how do i go about
creating a script from the DTS package???????... more >>
Stopping and Starting SQL Server within a batch command
Posted by Hubert Rétif at 3/10/2007 12:00:00 AM
Hi,
I am running some DTS via batch commands (Mycommands.bat) like this:
dtsrun /SOBAG-SERVER /Usa /Pxxxx /NDTS__CTMKAP1
At the end, I want to stop and restart the SQL Server. How can I do this?
Thanks,
Hubert Retif
... more >>
Best practices
Posted by SalamElias at 3/9/2007 9:15:15 AM
Hi,
I found a lot of doc regarding "Best practices...coding in TSql, Indexing,
tuning diskss.......etc on microsoft web site and other urls.
Is there somewhere some Best practices documentation to hand out for a
newbie SSIS. What I mean, is something like Architecturel best
ways/components... more >>
Formatting target xls from DTS
Posted by Kolos at 3/9/2007 5:04:15 AM
Hi All,
I need to export data into Excel files and the headings have to be nicely
formatted. I can't use a pre-formatted template because the new rows inherit
the headers properties. Can any one suggest a workaround?
Many thanks.
Kolos... more >>
Appending Entire File Content to Other Files
Posted by cdun2 at 3/8/2007 11:50:17 AM
Hello,
Does anyone have an example as to how I could take the entire contents of
one text file, and append those contents to the content of another text file?
I was planning on using a Script Task in SQL Server 2000 DTS.
Thank you for your help!
cdun2... more >>
DTS Newbie - Generating ID's from table without them
Posted by Douglas Dunn at 3/8/2007 1:20:30 AM
I have an access database which has about 500 records with all data
stored in just one table. I want to transfer the data to a sql
database that has multiple tables. Each of the tables in SQL requires
an ID field for the record. The access table doesn't have these
fields. Is there any way to... more >>
|