• create procedure insert11

    @kat nvarchar(50)

    as

    select * from kateqor where Name=@kat

    exec insert11 N'M?nzild? qurum'

    but the problem is that I need to send only @kat

    without N '

    how mak i create proc

    execute only @kat

    for example

    exec insert111 'M?nzild? qurum'

    without N'