Forum Replies Created

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

  • RE: Working with Datetime

    What's wrong with the CONVERT-function??? I never needed a date format that was not readily available through this function. It's also much much quicker than this CASTing and concatenating.

    Albeit that...

  • RE: Deploying Scripts To Multiple Instances

    For deploying sp's (which are located in a script called C:\mySP.sql) you can use:

    SET @mySQL = 'CALL isql -S' + @InstanceName + ' -E -i"C:\mySP.sql" < and the rest...

  • RE: Question of the Day for 03 Jan 2006

    I use SETUSER statement on rare occasions to quickly determine of the security settings of a Windows-account are correct (or to check if allegations made by a user are correct

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