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
 General SQL Server Forums
 New to SQL Server Programming
 Please help... dumping sql file to database

Author  Topic 

kilerb
Starting Member

1 Post

Posted - 2009-03-04 : 23:12:22
Hi, I downloaded a php script. I've installed many in the past, but this is the first one that is asking me to dump a sql (looks like a text file) into my database.

Step 1. 1. Dump sql/2CHECKOUT - VIP into your database.

How do I do that? I went into plesk and I see how to make a database, and I see that there is an ssh terminal, but I have no clue how to dump this file into my database. Any help would be appreciated.

Thanks,
B

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2009-03-07 : 06:34:59
Is the dump , some data that you have to INSERT into an existing database or is it sql code to create some database objects (or both) ?
If it's data , and you are using sql server , look at :
http://www.sqlteam.com/article/using-bulk-insert-to-load-a-text-file

Jack Vamvas
--------------------
http://www.ITjobfeed.com
Go to Top of Page
   

- Advertisement -