Click here to Skip to main content
15,907,000 members
Home / Discussions / Database
   

Database

 
QuestionCannot edit the existing record Pin
Ranjita Ghosh10-Sep-06 21:09
Ranjita Ghosh10-Sep-06 21:09 
AnswerRe: Cannot edit the existing record Pin
Tushar Kothari11-Sep-06 1:13
Tushar Kothari11-Sep-06 1:13 
GeneralRe: Cannot edit the existing record Pin
Ranjita Ghosh11-Sep-06 1:36
Ranjita Ghosh11-Sep-06 1:36 
GeneralRe: Cannot edit the existing record Pin
Tushar Kothari11-Sep-06 1:39
Tushar Kothari11-Sep-06 1:39 
GeneralRe: Cannot edit the existing record Pin
Ranjita Ghosh11-Sep-06 1:51
Ranjita Ghosh11-Sep-06 1:51 
GeneralRe: Cannot edit the existing record Pin
Tushar Kothari11-Sep-06 2:14
Tushar Kothari11-Sep-06 2:14 
Questionhow i populate the row of datagridview in edit mode Pin
tutum10-Sep-06 20:16
tutum10-Sep-06 20:16 
QuestionStored Procedure Pin
Uma Kameswari10-Sep-06 18:50
Uma Kameswari10-Sep-06 18:50 
AnswerRe: Stored Procedure Pin
_AK_10-Sep-06 20:58
_AK_10-Sep-06 20:58 
GeneralRe: Stored Procedure Pin
Amit Kumar G12-Sep-06 16:30
Amit Kumar G12-Sep-06 16:30 
GeneralRe: Stored Procedure Pin
_AK_12-Sep-06 19:36
_AK_12-Sep-06 19:36 
QuestionMethod for partially updating databases in ADO.NET? Pin
dy1310-Sep-06 17:38
dy1310-Sep-06 17:38 
AnswerRe: Method for partially updating databases in ADO.NET? Pin
Amit Kumar G12-Sep-06 16:33
Amit Kumar G12-Sep-06 16:33 
QuestionLedger Information Pin
Syed Shahid Hussain10-Sep-06 9:15
Syed Shahid Hussain10-Sep-06 9:15 
QuestionA query regarding SP's Pin
ParagGupta9-Sep-06 1:13
ParagGupta9-Sep-06 1:13 
AnswerRe: A query regarding SP's Pin
mr_lasseter9-Sep-06 5:44
mr_lasseter9-Sep-06 5:44 
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 

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.