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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 sql 7.0 scripts

Author  Topic 

rhyno
Starting Member

3 Posts

Posted - 2005-03-21 : 14:15:01
Does anybody know if sql server 7.0 come with any scripts to pre populate tables in the database.

I am looking for state and country scripts. I know these can be easily created however the time involved out weighs the time it would take to write the script.

Thanks for the help.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2005-03-21 : 14:15:56
No SQL Server 7.0 does not come with this. However, you can easily find the list via google and create the INSERT INTO statements easily with a good editor such as UltraEdit.

Tara
Go to Top of Page
   

- Advertisement -