Now I got a new error message saying "Server: Msg 2774, Level 16, State 1, Line 2 Collation ID 49 is not valid."
Can anyone please let me know how to proceed the restoration without having problem for collation ID and media type or media set???...
User Profile
Collapse
-
If it doesn't matter where the backup is taken from but now it still doesn't work... I still don't understand what happen???Leave a comment:
-
Hi Steve,
I'm using MS SQL Server 2000, when I backup, I choose to backup in a file as BAK file, not onto the tape. Same like when I do restore, I select From Device and choose the filename.
I think I got some idea about the media set error message... Please correct me if I'm wrong... Does that mean during the time when I do backup, the backup BAK file take note of the harddisk as well??? Since I restore by copying the...Leave a comment:
-
SQL Server 2000 Backup and Restore, Need help!
Hi all,
My manager ask me to do backup for 3 database and restore them in a new server.
I did the backup for the 3 database into BAK file. Then in the new server, when I did the restore in SQL Server Enterprise Manager by using their restore function and selecting device(s) for the BAK file, I encounter the different messages such as the following:
1. Microsoft SQL-DMO (ODBC SQLState: 4200) The media family... -
Compile Error: Procedure declaration does not match description of event...
I have two listbox in my Form, one call lstFolders, the other one call lstFiles.
I have the functions below:
Code:Private Sub lstFolders_DblClick() 'Call FunctionToListFilesInThisFolder End Sub Private Sub lstFiles_DblClick() 'Append the filename selected into a textbox End Sub
When I run my program, it says:
Compile Error:... -
Error Opening a Table in MS SQL Server
Hello... I need help with the error I encounter when I tried to open a Table in MS SQL Server. I have the following code in VB6.
Code:Dim rs As ADODB.Recordset Set rs = New ADODB.Recordset rs.open "TableName", adoConn, adOpenKeyset, adLockOptimistic
where adoConn is my Connection to the Ms SQL Server Database.
The error is:
-2147217900 The request...
No activity results to display
Show More
Leave a comment: