How do I read a text file using C and write (populate) to a SQL Server 7.0 table. If it is possible, will it be faster than if I used VB for that. It takes for VB 75 seconds just to read into memory 1.3 MB file. It is too slow for me since I have to process great many files. Any tip is...
I have run these 2 update statements twice a week:
Update table1 set field4 =0 where field5 <25
Update table1 set field4 =field5-25 and field5>26
How can I automate these statements so that they run at a certain time every week and get a log feed back how many
records were effected.
I would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.