YES...My SQLServices was logging in as a local account and not allowed to do
"Tom Moreau" <tom@dont.spam.me.cips.ca> wrote in message
news:%237LHrHVTGHA.4976@TK2MSFTNGP11.phx.gbl...
> What exactly do you mean by:
>
> "I run the script with Domain Admin privileges ..."
>
> The RESTORE is going to run under the account under which the SQL Server
> Service is running. Perhaps you're running it under LocalSystem?
>
> --
> Tom
>
> ----------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
> SQL Server MVP
> Columnist, SQL Server Professional
> Toronto, ON Canada
>
www.pinpub.com > .
> "G. Ray Giacalone" <rgiacalone@virtual.com> wrote in message
> news:udcp$IUTGHA.5116@TK2MSFTNGP14.phx.gbl...
> The following command works great on all of my SQL Instances EXCEPT on new
> boxes with new SQL2005 installations:
>
> use master
> restore filelistonly
> from disk = '\\sqlcluster\SQLBackups\ASG-GP\VE\VE_db_200603210200.BAK'
>
> I run the script with Domain Admin priviledges and the SQL Logs tells me
> that "access is denied".
> What I am missing out of the security puzzle to make this work?
>
> Thanx!!
>
>