 |
I do MS SQL Server
Enter this T-SQL script to assign a value to the new_file variable DECLARE @import_timestamp CHAR(8) DECLARE @new_file VARCHAR(64) SET @import_timestamp = CONVERT(VARCHAR, GETDATE(), 112) SET @new_file = ‘c:\unzip\sale_orders_’ + @ ...
idosql.com |
 |