摘要:
Your connection is not private Attackers might be trying to steal your information from localhost (for example, passwords, messages, or credit cards) 阅读全文
摘要:
Sql server 的bulk insert语句可以高效的导入大数据量的平面文件(txt,csv文件)到数据库的一张表中,其用法如下: bulk insert test from 'f:\test.txt' with (fieldterminator=',', rowterminator='\n' 阅读全文