Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Create Login?!

    My bad! it was late... quotes are all there:

    set @sql = 'create login ' + @ip_newuser + ' with password = ''password'' ' ;

    exec (@sql);

    for testing purposes...

Viewing post 1 (of 1 total)