Viewing 15 posts - 16 through 30 (of 76 total)
C drive is on the server and no I have not set-up any proxy... Thanks for looking into this guys.
June 25, 2012 at 8:02 pm
I am getting the error below:
Msg 916, Level 14, State 1, Procedure MyProc, Line 0
The server principal "SuperUser" is not able to access the database "MyDB" under the current security...
June 25, 2012 at 7:18 pm
I did this too:
EXECUTE SP_CONFIGURE 'show advanced options', 1
RECONFIGURE WITH OVERRIDE
GO
EXECUTE SP_CONFIGURE 'xp_cmdshell', '1'
RECONFIGURE WITH OVERRIDE
GO
June 25, 2012 at 4:03 pm
this did not work for me... I creted SuperUser using the query above and granted Execute on xp_cmdshell... still no luck. I recreated the database using "sa" account and added...
June 25, 2012 at 3:59 pm
Thanks Lowell... somehow I am not included in the users list in the database. I tried to add it but was not able to... I tried using With Execute as...
June 25, 2012 at 3:18 pm
this is the error I get when I try to refresh the catalog:
Microsoft Distributed Transaction Coordinator (MS DTC) has stopped this transaction.
June 18, 2012 at 2:33 pm
Do you know what is the minimum privilege required to encrypt data so that I can make sure CF user role has that... Thanks!
I need to grant control on certificate...
April 10, 2012 at 8:46 pm
Thanks sturner and mkruger I will try that. Thanks!
April 10, 2012 at 3:41 pm
This is the error we got when using the trigger to encrypt data...
Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Cannot find the symmetric key 'TEST_SYMKEY', because it does not exist or...
April 10, 2012 at 2:59 pm
No it is not using the same logins... so you think it is the permission issue? Thanks!
April 10, 2012 at 2:52 pm
Calvo I just solved this and yes exactly like you said. Thanks a lot calvo.
April 9, 2012 at 1:28 pm
Thanks Lowell so much I would like to log error into the table... either I can add that in each Procs or this wrapper proc... I would rather do it...
February 7, 2012 at 1:50 pm
Thanks KnowItAll I thought about creating in other location, but no one tend to respond in other locations.. I guess less traffic... sorry!
February 7, 2012 at 1:03 pm
Thanks Kevin... I will try this approach.. looks interesting.
February 3, 2012 at 2:07 pm
Yes that is what I was trying to do and I think I am trying to do... Probably I should use a table to hold the input parameters and use...
February 3, 2012 at 8:56 am
Viewing 15 posts - 16 through 30 (of 76 total)