User Profile
Collapse
-
in sysobjects table looking for "U" in xtype column (U: user table, S: system table). -
Sounds like you run into an endless loop in your sql stored procedure.Leave a comment:
-
Selecting "Delete rows in destination table" of "Column Mappings" tab in "Column Mappings and Transformations " page will solve your problem. To get to this page click "..." below "Transform" in "Select Source Tables and Views" page.Leave a comment:
-
Generate SQL script from existing job, then execute the script in your new environment.Leave a comment:
-
Use DTS Import/Export Wizard with MS OLE DB provider for SQL Server. When comes to the screen "Specify Table Copy or Query", choose "Copy objects and data between SQL Server database"Leave a comment:
-
How to export xml in dts "Excute SQL Task" to a flat file
Hi Guys,
I included "for xml auto" in sql statement in "Excute SQL Task" and aimed to dump the output to a flat file. I added "ActiveX Script Task" into my package and with the following lines:
dim strRecord
dim objFSO
dim objStream
dim objResults
const OUTPUT_FILE = "c:\XmlOutput.t xt"
const fsoForWriting = 2
set objFSO...
No activity results to display
Show More
Leave a comment: