Click here to Skip to main content
15,887,585 members
Home / Discussions / Database
   

Database

 
AnswerRe: A query regarding SP's Pin
Eric Dahlvang11-Sep-06 3:36
Eric Dahlvang11-Sep-06 3:36 
QuestionUsing Sql Server 2000 on Windows XP Professional Pin
Rocky#8-Sep-06 21:31
Rocky#8-Sep-06 21:31 
AnswerRe: Using Sql Server 2000 on Windows XP Professional Pin
Mike Dimmick9-Sep-06 8:03
Mike Dimmick9-Sep-06 8:03 
GeneralRe: Using Sql Server 2000 on Windows XP Professional Pin
Rocky#10-Sep-06 2:53
Rocky#10-Sep-06 2:53 
GeneralRe: Using Sql Server 2000 on Windows XP Professional Pin
Mike Dimmick10-Sep-06 6:07
Mike Dimmick10-Sep-06 6:07 
GeneralRe: Using Sql Server 2000 on Windows XP Professional Pin
Rocky#10-Sep-06 20:42
Rocky#10-Sep-06 20:42 
GeneralRe: Using Sql Server 2000 on Windows XP Professional Pin
Rocky#12-Sep-06 20:26
Rocky#12-Sep-06 20:26 
QuestionRestore SQL Server UNC Pin
oskardiazdeleon8-Sep-06 14:43
oskardiazdeleon8-Sep-06 14:43 
My database has grown so much that I cant fit the database and the back(BAK file) on the same hard drive. I have tried to place the BAK file on our NAS Server and do a test restore from there. This did not work. Here is the proceedue I am using.
------------------------
Restore FileListOnly
From Disk = '\\server_nas\TSW_Resort\TSWDataBackUp'
Restore Database TSWData
From Disk = '\\server_nas\TSW_Resort\TWDataBackUp'
With Move 'W_Data' To 'D:\Data\TSData_Data.mdf',
Move 'W_Log' To 'D:\Data\TSData_Log.ldf',
Replace
-----------------------
This didt not work either. Everytime I try to restore from the UNC path I get a device off line error. I have also checked my SQL Server Agent to make sure the credentials will allow it access to that file path.

The last thing I have tried was to give the UNC path the address of the Mapped drive

\\server_nas\G$\TWDataBackUp

however that did not work either.
I am using SQL Server 2000 and Windows Server 2003.

Does anyone have any idea on how to do a restore. Any help would be appreciated

Thanks


AnswerRe: Restore SQL Server UNC Pin
Colin Angus Mackay10-Sep-06 9:38
Colin Angus Mackay10-Sep-06 9:38 
QuestionConverting JET to SQL Database Pin
Nick C.8-Sep-06 7:44
Nick C.8-Sep-06 7:44 
AnswerRe: Converting JET to SQL Database Pin
Stephen McGuire8-Sep-06 9:06
Stephen McGuire8-Sep-06 9:06 
Questionfew queries in Stored procedures Pin
ParagGupta8-Sep-06 4:57
ParagGupta8-Sep-06 4:57 
AnswerRe: few queries in Stored procedures Pin
Stephen McGuire8-Sep-06 9:12
Stephen McGuire8-Sep-06 9:12 
GeneralRe: few queries in Stored procedures Pin
Stephen McGuire10-Sep-06 16:18
Stephen McGuire10-Sep-06 16:18 
AnswerRe: few queries in Stored procedures Pin
Colin Angus Mackay10-Sep-06 9:34
Colin Angus Mackay10-Sep-06 9:34 
AnswerRe: few queries in Stored procedures Pin
Uma Kameswari10-Sep-06 20:49
Uma Kameswari10-Sep-06 20:49 
AnswerRe: few queries in Stored procedures Pin
Amit Kumar G12-Sep-06 16:35
Amit Kumar G12-Sep-06 16:35 
QuestionHow can I set the output format of "FOR XML"? Pin
Red_Wizard_Shot_The_Food8-Sep-06 2:56
Red_Wizard_Shot_The_Food8-Sep-06 2:56 
AnswerRe: How can I set the output format of "FOR XML"? Pin
Tushar Kothari11-Sep-06 3:51
Tushar Kothari11-Sep-06 3:51 
QuestionHow to install the Postgre SQL using Silent Mode in Windows 2000? Pin
Arul Joseph8-Sep-06 0:52
Arul Joseph8-Sep-06 0:52 
Questionxp_smtp_sendmail/xpsmtp80.dll Pin
Arghya_mp7-Sep-06 23:55
Arghya_mp7-Sep-06 23:55 
QuestionRegarding Cursor Pin
param thaker7-Sep-06 23:05
param thaker7-Sep-06 23:05 
AnswerRe: Regarding Cursor Pin
Stephen McGuire8-Sep-06 9:23
Stephen McGuire8-Sep-06 9:23 
QuestionDatabase for Java [modified] Pin
eMtek7-Sep-06 20:33
eMtek7-Sep-06 20:33 
AnswerRe: Database for Java Pin
Dominic Pettifer8-Sep-06 2:36
Dominic Pettifer8-Sep-06 2:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.