Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i Sir,

I am using SQL SERVER 2000 now , but i want to migrate it in to SQL SERVER 2008 how i suppose to proceed?

Thank You

ANil Banjare
Posted

Install SQl Server 2008, and change your connection strings to use the new instance when you have copied the appropriate database.

Why? Are you getting a specific problem?
 
Share this answer
 
Comments
Member 3567411 27-Mar-12 6:24am    
I have converted database from sql server 2000 to 2008. Also I have copied web based application which is designed in framework 1.1 to framework 4.0. But database connectivity is not working, it is showing time out error.
OriginalGriff 27-Mar-12 6:33am    
Probably, it is your connection string. Have you tried a connection via Visual Studio Serever Explorer pane / SSMS?
Try setting up a connection in VS with the Server Explorer pane:
1) Open Server Explorer.
2) Right click "Data connections" and select "Add connection"
3) In the dialog that follows, select your DataSource, and database, specify the security info, and press the "Test connection" button.
4) When the connection works, press "OK"
5) Highlight your database in the Server Explorer pane, and look at the Properties pane. A working example of the connection string will be shown, which you can check against your existing one.
If you can't connect that way, you need to start looking at firewall settings, and related gubbins.
Member 3567411 28-Mar-12 1:38am    
Hi Sir

We followed your steps but we are getting error as below.

"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)".

Thank You
OriginalGriff 28-Mar-12 3:09am    
Then you need to look at firewall settings on first the PC hosting SQL server, and then your PC.
Until you can get a connection with VS or SSMS you will not get any connection with your code.
Member 3567411 28-Mar-12 6:04am    
Hi Sir,

When i am changing the connection string from our application . it is not changing run time, it is taking old connection string automatically.
Please help.

Thank You
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900