I'm using the MsSQL version of WWF and want to know if i can add a lot of data to the forum table in my db. I did some research on MsSQL (cuz i'm new with it) and found the basic SELECT and INSERT query commands. What would i need to do? Write a large query command, or can i use a script? I understand that the that the Forum_ID needs to increment and everything in the table will be same except for the Forum_ID, Forum_Order, Forum_Name, and Date_Started (if that *has* to change because of datebase conflicts?) I don't have a SQL server or manager on my computer but i do use the ASP.NET Enterprise Manager that my host provides.
Another option is to write that table in MsAccess and only import that table into MsSQL but i'm not sure how to import with this manager.. If I imported i would only need the tblForum cuz that would have the largest amount of data.