Forum Replies Created

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

  • RE: help with stored proc.

    I figured out.

    first I did an insert on the ones that met the (not exists) parameter

    then did my select query

    Nevertheless, thanks for your input.

    XC

     

     

  • RE: help with stored proc.

    I tried creating a UDF but it does not allow me to use an INSERT statement.

     

    CREATE FUNCTION udf_GetEvaluationIdByProjectId(@project_id int) 

    RETURNS int

    AS 

    BEGIN

     Declare @count int

     Declare @id int

     

     Select @count = Count(id)...

  • RE: Made a big mistake

    The other account did have permissions, I just didn't want to log as the admin of the machine. 

    Is there any tools I can use to test my security?  I...

  • RE: Made a big mistake

    Thanks!  That worked. 

  • RE: Made a big mistake

    I have tried that but when I try to start the service again I get the following error message.

     

    Error 5: Access denied to start the MSSQLSERVER service

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