Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 11:57

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[GUID] How To Convert SQL 2008 DB To SQL Server 2005

Discussion on [GUID] How To Convert SQL 2008 DB To SQL Server 2005 within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
Keyeight's Avatar
 
elite*gold: 844
Join Date: Oct 2010
Posts: 839
Received Thanks: 192
[GUID] How To Convert SQL 2008 DB To SQL Server 2005

here is how to do i didnt make this tut by my self i copyed it cuz i see alot of guys ask about that i dont know if there another way or no i fund it and i used it befor

----------------------------------------------------------------------------
Requirements

If you are trying to restore database backup of SQL Server 2008 to SQL Server 2005, you are bound to fail. Database backup of SQL Server 2008 is not compatible backward, you cannot restore it to SQL Server 2005. The following is a solution to convert databases of SQL Server 2008 to 2005

----------------------------------------------------------------------------
Step by Step Guide
1) Start convert wizard


Open SQL Server Management Studio2008. in 'Object Explorer', right click the database that you want to convert. Select 'Tasks' > 'Generate Scripts...'.


2) Next

Click 'Next'.




3) Select database and objects

Select the database that you want to convert, and check on 'Scripts all objects in the selected databases'



4) Convert Options

Set options:
Code:
'Script for Server Version' = 'SQL Server 2005'
'Script Data' = 'True'
'Scirpt Database Create' = 'True'


5) Output Option

Select option 'Script to file', 'Single file' and 'Unicode text'.



6) 'Finish'

View summary and click 'Finish'.



7) Result
Now you got a complete database creation script with data. It can be executed on target database server.



8) Amend Script
Open the generated script in SQL Server Management Studio 2005. Find the following section and amend the path to proper data folder
Code:
    CREATE DATABASE [StockTraderDB] ON  PRIMARY 
( NAME = N'StockTraderDB', 
FILENAME = N'c:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\StockTraderDB.mdf ,
 SIZE = 4352KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB )
 LOG ON 
( NAME = N'StockTraderDB_log', 
FILENAME = N'c:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\StockTraderDB_log.LDF',
 SIZE = 6272KB , MAXSIZE = 2048GB , FILEGROWTH = 10%)
9) Execute the Script

When finished, You should get converted database of SQL Server 2005
Related Resources
Restore a SQL Server 2008 Database into SQL Server 2005
Keyeight is offline  
Thanks
2 Users
Old 04/07/2012, 04:20   #2
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,311
Received Thanks: 6,470
you did a good work
but for some reason, I cant stop to think this was posted by abdel already
i could be wrong
PortalDark is offline  
Thanks
1 User
Old 04/07/2012, 05:56   #3

 
AceSpace's Avatar
 
elite*gold: 71
Join Date: Mar 2011
Posts: 1,594
Received Thanks: 1,099
Quote:
Originally Posted by mats0o0o0 View Post
here is how to do i didnt make this tut by my self i copyed it cuz i see alot of guys ask about that i dont know if there another way or no i fund it and i used it befor

----------------------------------------------------------------------------
Requirements

If you are trying to restore database backup of SQL Server 2008 to SQL Server 2005, you are bound to fail. Database backup of SQL Server 2008 is not compatible backward, you cannot restore it to SQL Server 2005. The following is a solution to convert databases of SQL Server 2008 to 2005

----------------------------------------------------------------------------
Step by Step Guide
1) Start convert wizard


Open SQL Server Management Studio2008. in 'Object Explorer', right click the database that you want to convert. Select 'Tasks' > 'Generate Scripts...'.


2) Next

Click 'Next'.




3) Select database and objects

Select the database that you want to convert, and check on 'Scripts all objects in the selected databases'



4) Convert Options

Set options:
Code:
'Script for Server Version' = 'SQL Server 2005'
'Script Data' = 'True'
'Scirpt Database Create' = 'True'


5) Output Option

Select option 'Script to file', 'Single file' and 'Unicode text'.



6) 'Finish'

View summary and click 'Finish'.



7) Result
Now you got a complete database creation script with data. It can be executed on target database server.



8) Amend Script
Open the generated script in SQL Server Management Studio 2005. Find the following section and amend the path to proper data folder
Code:
    CREATE DATABASE [StockTraderDB] ON  PRIMARY 
( NAME = N'StockTraderDB', 
FILENAME = N'c:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\StockTraderDB.mdf ,
 SIZE = 4352KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB )
 LOG ON 
( NAME = N'StockTraderDB_log', 
FILENAME = N'c:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\StockTraderDB_log.LDF',
 SIZE = 6272KB , MAXSIZE = 2048GB , FILEGROWTH = 10%)
9) Execute the Script

When finished, You should get converted database of SQL Server 2005
Related Resources
Restore a SQL Server 2008 Database into SQL Server 2005
Its already by Dr.AbdelFattah He only copied again
Try to fix your english!
~Stop copy other things.
AceSpace is offline  
Thanks
1 User
Old 04/07/2012, 06:01   #4
 
elite*gold: 0
Join Date: Feb 2012
Posts: 160
Received Thanks: 64
He said it was copied, get off his ***** .
zChopper is offline  
Thanks
2 Users
Old 04/07/2012, 06:13   #5
 
ThElitEyeS's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 333
Received Thanks: 186
i don't think they even read it
ThElitEyeS is offline  
Thanks
1 User
Old 04/07/2012, 06:29   #6
 
elite*gold: 0
Join Date: Apr 2012
Posts: 59
Received Thanks: 25
pff .. stop flame guyz im already saw alot of theards.. ask for how to convert sql 2008 db to sql 2005 thanks mastoo ..
Dare_ is offline  
Thanks
1 User
Old 04/07/2012, 06:44   #7
 
elite*gold: 0
Join Date: Feb 2012
Posts: 160
Received Thanks: 64
Exactly my point proven, btw your signature is PURE taken from a different server ( Paradise ) , who's going to come to your server if your lacking originality?
zChopper is offline  
Old 04/07/2012, 06:51   #8
 
elite*gold: 0
Join Date: Apr 2012
Posts: 59
Received Thanks: 25
Quote:
Originally Posted by zChopper View Post
Exactly my point proven, btw your signature is PURE taken from a different server ( Paradise ) , who's going to come to your server if your lacking originality?
its not ur buss ?
Dare_ is offline  
Old 04/07/2012, 07:12   #9
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,311
Received Thanks: 6,470
Quote:
Originally Posted by zChopper View Post
Exactly my point proven, btw your signature is PURE taken from a different server ( Paradise ) , who's going to come to your server if your lacking originality?
can you make me a favor?
try to quote or at least say to whom you are talking, because i got lost on one of you post since i didnt knew if you where talking to me or someone else
PortalDark is offline  
Old 04/07/2012, 07:24   #10
 
elite*gold: 0
Join Date: Feb 2012
Posts: 160
Received Thanks: 64
Quote:
Originally Posted by PortalDark View Post
can you make me a favor?
try to quote or at least say to whom you are talking, because i got lost on one of you post since i didnt knew if you where talking to me or someone else

Yeah sorry , will do next time !
zChopper is offline  
Old 04/07/2012, 15:52   #11
 
Keyeight's Avatar
 
elite*gold: 844
Join Date: Oct 2010
Posts: 839
Received Thanks: 192
will i didnt know that`s there was another thread posted about it before sorry about it i got this tut from another site not about sro at all and i think all who know me also know that`s i have bad english and i say yes so stop act like a teacher rok dont be kid

thx for useful post`s
Keyeight is offline  
Old 04/08/2012, 02:56   #12
 
elite*gold: 0
Join Date: Apr 2011
Posts: 590
Received Thanks: 774
Good Work
Thanks
BestOnWorld is offline  
Old 04/08/2012, 12:33   #13
 
Keyeight's Avatar
 
elite*gold: 844
Join Date: Oct 2010
Posts: 839
Received Thanks: 192
you are welcome guys i hope someone can till another way im sure there are another way to convert DB from 2008 to 2005
Keyeight is offline  
Reply


Similar Threads Similar Threads
how to convert 2008 r2 db to 2005 !
03/25/2012 - SRO Private Server - 4 Replies
well google tut, is usless . not working @ all
how can i convert sql 2008 to 2005
03/16/2012 - SRO Private Server - 2 Replies
how can i convert sql 2008 to 2005 the sql studio 2008 can't be installed on my pc i don't know why so plz i need converter
[Request] Convert Blackrogue databases to Sql 2005
01/29/2012 - SRO Private Server - 1 Replies
Multiupload.com - upload your files to multiple file hosting sites! Here is the link, can someone convert them ? it will be nice, many people are waiting for this.
how to change db from sql 2008 rc2 to SQL 2005
01/27/2012 - SRO Private Server - 0 Replies
can any one tell me how to change my db from SQL 2008 Rc2 To sQL 2005 ? tell me with pic's pls thx.
Downgrade 2008 DB to 2005 DB SQL
01/26/2012 - SRO Private Server - 2 Replies
Well guys i got major problem a friend of mine invested 500 Dollars on me to set up a GameServer Call Silkroad we got the files but the Files are SQL 2008 which i lack knowledge of, so i was thinking if anyone can help me downgrade this SQL Database from 2008 to 2005. i Really Hope Someone Can help us Downgrade it Can anyone Downgrade it and Post it. DB: dir.rar



All times are GMT +2. The time now is 11:57.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.