--SQL Procedure to insert data from a comma delimited text file use MyDatabase --- Create a temp table to hold the data CREATE TABLE TmpStList ( username varchar (100) NOT NULL, userpassword varchar (100) NOT NULL, ) go --bulk insert from a text file...
No matter how many ADO .net application I did and will write in the past and future, near and far, there is no way I can remember the long connection strings in indecipherable machine language. Normally I would do a quick search and grab whatever turns...