| Thread | Last Post | Replies |
|
| Trying to Copy Data in Text Column | 31 Jul 2008 18:36 GMT | 1 |
I have a table from which I would like to extract 3 text columns in a copy column data transformation task. I am getting an error: Unspecified Error. The max error count is set to 0. The SQL version is SS2000 SP4. The relevant column schema follows.
|
| After Insert trigger copy rows to a file | 31 Jul 2008 17:10 GMT | 8 |
I would like all records inserted into a database table to be copied into a text file. (A 3rd party application will move this file and import the records into another database). I've seen how to create a trigger to copy inserted records into another
|
| global Variables | 31 Jul 2008 14:47 GMT | 1 |
Can anyone please advise what i am doing wrong, I am trying to pass variables to a DTS package using the following stored procedure, but the variables do not look available in the DTS package (********* sensitive information removed)
|
| DSO References | 31 Jul 2008 09:51 GMT | - |
Can i know where can i find any good DSO scripting examples other than MSDN site
|
| Dynamically build connection objects in SQL Server SSIS | 30 Jul 2008 21:27 GMT | 2 |
I am not a developer. I am SQL Admin. I want to write an SSIS package. The package should go and query msdb databases of all corporate SQL servers for backup status. I can create a table where I can store SQL server names of all SQL servers. What I would like to know how in SSIS ...
|
| work with xml file | 30 Jul 2008 16:32 GMT | 1 |
Hi... I work with xml files, I use a foreach loop for process them. I want to save the xml data into a table... I can use this query:
|
| control flow vs data flow tasks | 30 Jul 2008 09:30 GMT | 1 |
I want to use SendMail task to send an email - only if data exists in table. easy enough, however to check if data exists I have to go to data flow, how do i return to control flow that data exists and yes - send an email? tia,
|
| Setting Boolean Var in Execute SQL task | 30 Jul 2008 08:51 GMT | 1 |
I have a boolean type variable - pIsExists I created an Execute SQL task to set this variable - ResultSet: Single Row SQLStatement: select 0 as test
|
| Sql2005 SSIS pack will not run from XML, Strored Proc | 29 Jul 2008 19:11 GMT | 3 |
I believe this to be a File System security issue but I can not get beyond it. In my test I am using: XML, to call a stored proc which executes two .dtsx packages. One DTSX package "CreateExcel.dtsx" creates an Excel File from a Sql Table. The other dtsx package "RenameFile ...
|
| moving files into an archive folder | 29 Jul 2008 13:41 GMT | 1 |
I want to move some files to an archive folder once they processed - how can I do this using dts package eg. c:\file1yymmdd.xml -> c:\archive\file1yymmdd.xml Thanks
|
| IBMDA400 vs IBMDARLA vs IBMDASQL (as400 dts) | 28 Jul 2008 19:19 GMT | 7 |
Folks I am trying to setup an MS SQL server 2005 DTS package to import data from an As400 DB2 server. I have the choice between 3 different (managed ?) providers
|
| DTS_E_PRODUCTLEVELTOLOW | 28 Jul 2008 08:05 GMT | 3 |
When I run this certain SSIS package ON the server its deployed to, then it runs fine, no worries. When I try to run the package from my Management Studio app (on my machine) while connected to the integration services instance of that server, I get this error:
|
| Looking for SSAS Glossay of Terms | 26 Jul 2008 09:53 GMT | - |
I'm fairly new to SQL Server 2005 Integration Services and I'm looking for an online SIS Glossary of Terms with a list of keywords used in SIS with their meaning. Does anyone have internet links to 'Glossary of Terms'/Keywords
|
| SSIS: do not fail foreach loop if package fails? | 25 Jul 2008 13:37 GMT | 1 |
i have a foreach loop that loops through ADO recordset. In that loop i have a execute package task (lets call it SubmitData), which executes another package. If at one iterration package SubmitData fails, foreach loop would continue?
|
| where is it saved? - SQL 2005 | 23 Jul 2008 19:58 GMT | 1 |
I created a DTS package using import/export wizard in SQL 2005 SP2 eviroment, then I saved it on server. However, when I looked for it, couldn't find it in SMO. It is different from 2000. Thanks a lot,
|