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.

 All Forums
 Old Forums
 CLOSED - General SQL Server
 Migrating from SQL 7

Author  Topic 

jhnegrao
Yak Posting Veteran

81 Posts

Posted - 2006-07-26 : 15:07:53
Hello, All!

I will migrate my SQL SErver 7 to SQL SErver 2000 on next Friday. So, I've found that there are many reserved keywords that have been changed from SQl SERver 7 to SQL SErver 2000.

These words are no longer reserver keywords in SQL 2000:
- AVG, COMMITTED, CONFIRM, COUNT, FLOPPY, so on.

I would like to seek these words in my DataBases for avoiding problem.
Anybody knows if it's possible?

Are there any method to check if my DB is using any these keywords?

Thanks

Juliano Horta

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2006-07-26 : 15:52:30
have you named your database, any tables, views, stored procedures, UDFs, etc., or columns using reserved keywords? I would just do a visual check.





-ec
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2006-07-26 : 16:03:31
just a thought, try using the SQL 2005 upgrade advisor to see what it says about your SQL 7 database. Even though you are not upgrading to 2005, it might give you some decent information.

http://www.microsoft.com/downloads/details.aspx?familyid=1470E86B-7E05-4322-A677-95AB44F12D75



-ec
Go to Top of Page
   

- Advertisement -