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 |
|
Kumar
Starting Member
2 Posts |
Posted - 2004-09-12 : 10:42:04
|
Hi, Can you tell me if there is something that I must be careful with T-SQL (syntax, data type or other) before doing the upgrade from SQL Server 7.0 to SQL 2000? Also, I noticed that some of the queris SORT ORDER is different when I run the same query on SQL 7 and SQL 2000, returns same number of records but sort order is slightly different, query has ORDER BY clause. Please advice me any URL(s) which gives more on upgrade problems / checklist. Best regards |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-09-12 : 11:41:09
|
| What are the sort order differences?Which collations are you using?Try it in v7 compatibility mode.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|