Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
netjam
Starting Member
37 Posts |
Posted - 2009-11-11 : 00:57:46
|
Hi, I am trying to import data from sql 2000 to sql 2005 using sql 2005 import function. The issue I am having is that views become tables on destination 2005 database!Can someone explain why this is happening, please.So, basically I am trying to make old 2000 sql data compatible with sql 2005. Can I achieve this by restoring bak file and setting compatibility level to 90? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
netjam
Starting Member
37 Posts |
Posted - 2009-11-11 : 01:10:22
|
Thanks.That is what I did.. restored backup and changed compatibility level to 90.But I was not sure if this is enough, because I am upgrading SAP and new ver does not support sql 2000. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2009-11-11 : 01:29:18
|
You should still check with your SAP vendor on any other requirement or steps required. KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|