Interview Question in SQL Server 2000


 

Interview Question :: Asp.net amp; uploading site on server


I developed a website with asp.net 2 and SQL Server 2005 (express edition).
now , I want upload my website on the my server.
my server support asp.net 2 and sqlserver 2000
I want know is there any problem to working my website on the server
I'm trying to learn English :-)
Answers to "Asp.net amp; uploading site on server"
RE: Asp.net amp; uploading site on server?

Dear Sohrab

There is no problem for your website to work on the server but first make sure that you have configured the correct connection string for your database cause it would be different on your server . Ask your server administrator for correct way of connection string definition !

Good luck
 
Vote for this answer ::  
RE: Asp.net amp; uploading site on server?

There shouldn't be a problem if it is just a table and some simple stored procedures. If you used any views or other tools, some of these have been upgraded in SQL 2005, so you may need to restructure those if they exist. For the most part, SQL 2000 and SQL 2005 are very similar though.

One thougt though is that you might have to write a script to create all the tables, Stores Procs, etc on the 2000 server, but that is about the most difficult thing.



Good Luck!
 
Vote for this answer ::  
Update Alert Setting