Working with our ISP host we have a user account set-up(no admin rights) on sql server 7. Every night we have to do a data push to the database of between 50000 to 500 records in five separate tables. Trying to find a stored procedure that will read a text file into a table. Not allowed to use "Bulk Insert" because don't have SYSADMIN rights and believe that is true for DTS also. Is this possible?
Ryan
Ryan