Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 7129

How could I restore database from network file share

$
0
0

I use SQL2008R2

I tried to run the below query

use FIMSynchronizationservice

restore database FIMSynchronizationservice from disk='\\IPaddress\filename'

but, syntax check says, there is error near FIMSynchronizationservice , line 2  I can see red underline in FIMSynchronizationservice

Why is that ?


Viewing all articles
Browse latest Browse all 7129

Trending Articles