When you use the feature “generate database from model” how do you put some data into a table?
for example i want a tabel with all country after the database is created.
Is there a script / shortcut to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have following options
write a program to create db/table and
insert data
create SQL script to create db/table and
insert data
use the database management tool
(e.g. Management Studio for SQL
Server) to create db/table and insert
data