Welcome to Sign in | Help

Re: generare script SQL 2000 grant permissions

  •  05-07-2008, 2:19 PM

    Re: generare script SQL 2000 grant permissions

    Sau ... acord permisiunea DELETE pe tabela Factura:


    Exemplu script:
    use [Test]
    GO
    GRANT DELETE ON [dbo].[Factura] TO [noname]
    GO

View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems