Click here to Skip to main content
15,891,136 members

Comments by thanhvinh0906 (Top 17 by date)

thanhvinh0906 27-Jun-11 0:12am View    
On window 7, it doesn't prompt any thing. But, On Window XP, it prompt for ID and password. Help me, please!
thanhvinh0906 26-Jun-11 11:44am View    
But, my connection string is:

@"Data Source=.\sqlexpress;Initial Catalog=ResManager;Integrated Security=True";

There is no username or password here.
thanhvinh0906 13-Jun-11 6:50am View    
Thanks, i've used bulk insert. It's faster than i expected. Great!
thanhvinh0906 13-Jun-11 2:41am View    
Thank you! I'll try it
thanhvinh0906 12-Jun-11 13:10pm View    
But, in my situation, It's faster. I don't know why. If i use just one connection to execute all store procedure (i use store procedure to insert data), it takes from 3 to 4 seconds. When i use about 10 connections, it takes about 900 miliseconds to 2 seconds. I've tested it many times. Can you explain it for me? Thank you very much!