Link to home
Create AccountLog in
Databases

Databases

--

Questions

--

Followers

Top Experts

Avatar of ftacoukj
ftacoukj

Development Sql server on Windows 2000 / Production sql server on windows 2003
We are migrating our production SQl Server from Windows 2000 to Windows 2003. There is a debate wether our Development Sql server needs to be migrated as well. Does any one know of compatibility issues when an application is tested against sql 2000 on Win2000 and then deployed to SQL Server on win2003? I would also be interested in any potential issues with Sql 2005 (having development database on win2000 and production database on windows 2003)

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of ptjcbptjcb🇺🇸

You are testing the application on a different type of server than production? One point for testing before deployment is to verify that the application works with no problems on the OS. Different types of servers will have different patches, service packs, etc. The system may work fine on one system and give you unexpected errors on another. Save yourself the headaches and keep your testing and production servers on the same type of OS.

We are not rushing to deploy SQL2005.

Avatar of ftacoukjftacoukj

ASKER

Are there any documented compatibility issues for SQl Server on win2000 VS. SQL Server on Win 2003? Any articles/references?

Avatar of rafael_accrafael_acc🇺🇸

1st: if there are any, they should be documented on product's sites, i guess ... I don't believe one would know them all by heart. Someone could know some of them, but then ... that's not enough isn't it?

2nd: There still one way you could do this, I think. Test it first for something like a month long ... Then you decide. You could test by using a virtual machine for example. Or create a minilab to simulate the development environment (well, that might sound kind of weired anyway :))

3rd: Do not change working systems!!

Cheers.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of mcmonapmcmonap🇬🇧

Hi ftacoukj,

For what it is worth I haven't experienced or noticed any differences with SQL2K running on the two different OS's.  The only obvious issue is that you REQUIRE sp3a for win2003, if your development box is not patched to this level then it will need to be.  If you are running sp3a on both then I would say you do not need to worry about upgrading the w2k on the development box from a SQL point of view.

Avatar of Kevin HillKevin Hill🇺🇸

Do not upgrade the Windows 2000 to 2003.  Wipe it and start over.  Certain MDAC files relating to SQL Server processes get overlooked in the upgrade and a few things may not work correctly.  The one specific thing I can think of is BULK INSERT running in a job.  Job will report success, but the insert never happens.

HTH,
Kevin3NF

ASKER CERTIFIED SOLUTION
Avatar of Kevin HillKevin Hill🇺🇸

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Can be closed

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Kevin HillKevin Hill🇺🇸

Cool....you need to close it out your self by clicking Accept, or Split points to share the points across mutiple answers...thanks
Databases

Databases

--

Questions

--

Followers

Top Experts

Databases are organized collections of data, most commonly accessed through management systems including schemas, tables, queries and processes that allow users to enter and manipulate the information or utilize it in other fashions, such as with web applications or for reporting purposes.