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.
Author |
Topic |
breed
Starting Member
2 Posts |
Posted - 2008-03-04 : 14:33:39
|
HelloNew to the forum and pretty new to SQL Server. I need to import data from a website written in PHP. The data is a leaderboard for a local poker league. It only contains about 5 columns with about 700 rows of data. I was wondering if there was a script to do this? I merely need to import the data into a table in SQL Server that is set up exactly the same way as the table on the website. Anyone help with this one? Thanks |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-03-04 : 23:06:00
|
You can use bcp to load data from text file. |
|
|
breed
Starting Member
2 Posts |
Posted - 2008-03-05 : 16:07:47
|
Actually I dont have access to the files from the site...just the web pages. What I need to do is a screen rip from the actual webpage itself |
|
|
|
|
|