Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
You can try like this, In Execute Sql task Editor -> SqlStatement give statement as below
INSERT INTO [dbo].[BigCounter]
(CounterID)
...
October 25, 2011 at 6:14 am
#1399056
You can use it as shown below:
SELECT [master].[dbo].fn_sqlvarbasetostr(@@DBTS)
There is a predefined scalar function in Master database to do this.. 🙂
Regards,
Navamohan K
September 22, 2009 at 1:44 pm
#1057101