Viewing 5 posts - 1 through 5 (of 5 total)
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
December 15, 2005 at 10:12 am
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)...
December 14, 2005 at 12:23 pm
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...
August 19, 2005 at 9:30 am
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
August 19, 2005 at 9:04 am
Viewing 5 posts - 1 through 5 (of 5 total)