Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Passing parameter to T-SQL script.

    Hi,

    This is my T-SQL script:

    project.sql:

    ------------------------------------------------------------------------------

    -- Creates a database for a project

    DECLARE @project_name NVARCHAR(520)

    DECLARE @device_directory NVARCHAR(520)

    SET @project_name = 'banking' ...

Viewing post 1 (of 1 total)