Viewing 15 posts - 586 through 600 (of 609 total)
also gave view definition access to the database but still gives the error.
April 14, 2009 at 10:12 am
yes in single quotes like
WITH EXECUTE AS 'StateME\LTara'
if not then how?
April 14, 2009 at 8:45 am
we have to do an auditing before and after updating production databases.
April 13, 2009 at 12:36 pm
is the firewall on my server or the remote computer where i am putting the .bak files?
how can i fix that?? or does the windows admin has to do...
April 13, 2009 at 11:41 am
anyways I am doing it since years and now its failing.
actually the issue is with that error to troubleshoot.
thanks
April 13, 2009 at 8:49 am
Now everything looks working except that when i put in
EXECUTE as User its not working.
I doubt if this feature works all the time as this is the new...
April 13, 2009 at 7:35 am
Though i put in
WITH EXECUTE AS 'State\TPatel' which has sysadmin role still i get this error
Msg 262, Level 14, State 1, Line 1
CREATE DATABASE permission denied in database 'master'.
April 10, 2009 at 4:27 pm
GSquared
when i use
IF EXISTS ( SELECT name FROM master.sys.databases WHERE name = @DBName )
OR EXISTS ( SELECT name FROM Rev1.master.sys.databases WHERE name = @DBName )...
April 10, 2009 at 1:49 pm
GSquared
Your proc looks good but i get some errors as
Not all users can use select from sys.databases and so i want to exec proc as an id which...
April 9, 2009 at 1:09 pm
thank you guys..
Yes as Mike said, I have to check for db name on all 4 servers.
I have to hook this proc to an app where i have to allow...
April 9, 2009 at 11:31 am
I havent tried anything so far. I dont know how to aggregate them
April 8, 2009 at 11:13 am
I have a table with all Cust Codes and CustId from there i have to create a 3 rd table as above, its not existign yet, i would like to...
April 8, 2009 at 10:11 am
150 days worth of information will be calculated later but first i would to put these CCodes in a table with the flags in a proper way. I also have...
April 8, 2009 at 9:27 am
Viewing 15 posts - 586 through 600 (of 609 total)