Viewing 4 posts - 1 through 4 (of 4 total)
Hi,
What does this script do?
grant execute on xp_prop_oledb_provider to [User_ID]
I'm currently encountering this error and nto quite sure if this is the only to resolve this error: "Execute permission denied...
May 19, 2010 at 12:51 pm
Hi Bryan and Manu,
I would like to know what will be the effect in granting execute permission to xp_prop_oledb_provider to a user in the database.
Currently, I'm encountering an issue...
May 19, 2010 at 12:19 pm
I also needed to know what "xp_prop_oledb_provider" is all about? Can anyone help?
Are we granting another access to the user when we grant them additional execute permission in this...
May 19, 2010 at 10:39 am
Hi,
See syntax below:
Use master
Backup database [database_Name]
to disk = 'path_of_backup_file'
with
init,
copy_only,
stats = 10
Hope this helps!
July 14, 2009 at 3:55 pm
Viewing 4 posts - 1 through 4 (of 4 total)