Viewing 14 posts - 1 through 14 (of 14 total)
HI All
thanks for clearing the doubt.
August 6, 2008 at 9:35 am
Gail
The DBA said Vendor of the application will now deal vid tis.
Thanks really for ur cooperation and help.
August 5, 2008 at 3:25 pm
Hi All
Tis is the result:
"sp_dbcmptlevel 'myDBName'
go
select @@version"
The current compatibility level is 80.
...
August 5, 2008 at 2:59 pm
Hi Gail
for my DBA every thg is working fine
he is the sysadmin
but the issue is ven a person who is not in sysadmin role is not able to execute the...
July 28, 2008 at 4:02 am
Hi Steve
Like in a batch file(suppose test.bat) v define variables as %1,%2 etc and v pass values to them at command line like:
c:>test 'a' 'b'
So is there no way v...
July 28, 2008 at 2:19 am
Gail
Dba created a test user and ten gave it the following permissions:
With execute as 'sa'
Grant impersonate on user::'test' on 'sa'
Even this thg also didnt work out as he said.
N ...
July 27, 2008 at 6:05 pm
And 1 more thg:
Create proc A
with execute as 'dbo' or
with execute as owner ,wht shd be used instead of this dbo and owner?
Thanks
July 22, 2008 at 11:09 am
Hi
This is wht i m got:
Msg 229, Level 14, State 5, Procedure xp_cmdshell, Line 1
The EXECUTE permission was denied on the object 'xp_cmdshell', database 'mssqlsystemresource', schema 'sys'.
July 22, 2008 at 11:06 am
Hi Gail
he did the following:
Create procedure Test
with execute as 'dbo'
Then also it is not working.
one thg is not clear:
i am logging in sql 2005 management studio.
ten connecting to the db...
July 22, 2008 at 10:50 am
Hi Gail
i asked my dba 2 create a sp with same information as the one which i m tryin 2 run.
So he created it by including the execute as clause.
But...
July 22, 2008 at 8:05 am
Hi Gail
i tried executing the procedure by using the execute as clause.
its still not working.
Create procedure Test
with execute as owner
Can u help me out vid tis?
Thanks in advance.
July 22, 2008 at 1:54 am
Hi Gail
i had a chat vid my DBA so ven he gave me admin rights as he said then i was able to execute it.
But as he cant gives priveleged...
July 17, 2008 at 2:34 am
Hi Gail/Atif
I have added the service id under which the sql services are running in SQL server 2005 development server to the server A.
still no result.
July 15, 2008 at 8:16 am
Hi Gail..
What exactly u mean by rights??
on Server A im havin local admin access.
Can u plz illustrate on this Rights thing.
Thanks
July 14, 2008 at 5:18 am
Viewing 14 posts - 1 through 14 (of 14 total)