Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: how to get a variable?

    Hi,

    You can try like this, In Execute Sql task Editor -> SqlStatement give statement as below

    INSERT INTO [dbo].[BigCounter]

    (CounterID)

    ...

  • RE: convert timestamp to varchar

    Hi,

    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

Viewing 2 posts - 1 through 2 (of 2 total)