I am renting space on 2 servers. On one server I created a script with
sql's "create table .., insert into...". Now I want to execute this
script on the second server. What is a syntax?
I tried from telnet:
dbname < file.sql
where dbname is a name of my db and file.sql is a script, but I got
message "syntax error".
Any idea why?
Thanks,
Zalek
sql's "create table .., insert into...". Now I want to execute this
script on the second server. What is a syntax?
I tried from telnet:
dbname < file.sql
where dbname is a name of my db and file.sql is a script, but I got
message "syntax error".
Any idea why?
Thanks,
Zalek
Comment