whistlerheather
IS-IT--Management
I have a Dynamic Properties Task in a DTS Package.
I have set the datasource for Connect 2 (the destination txt file) to
Query
Connection 1
SELECT
'\\myserver\my folder\'
+
(SELECT CONVERT(VARCHAR(8), GETDATE(), 5))
+
'.TXT'
When I click refresh, nothing happens. When I click Parse, it says the SQL statement is valid.
When I open qry analyser and run the same query against my sql db (connection 1) it works...
When I run the dts, it doesn't change the file destination name at all.
going.. um.. NUTS.
I have set the datasource for Connect 2 (the destination txt file) to
Query
Connection 1
SELECT
'\\myserver\my folder\'
+
(SELECT CONVERT(VARCHAR(8), GETDATE(), 5))
+
'.TXT'
When I click refresh, nothing happens. When I click Parse, it says the SQL statement is valid.
When I open qry analyser and run the same query against my sql db (connection 1) it works...
When I run the dts, it doesn't change the file destination name at all.
going.. um.. NUTS.