I have created windows form application and I want to use live ms sql database(shared hosting ms sql database) instead of local ms sql server database. I have made connection using below connection string:
Data Source=seevername;Initial Catalog=databasename;Persist Security Info=True;User ID=userid;password=password;
with live ms sql database but it's respond is too slow.
Is there any way to communicate fast with live ms sql database?
Thanks in advanced.
Loading
Steven ReidPosted Sep 23, 2014, 12:53 AM
Nitesh KejriwalPosted Sep 10, 2014, 12:34 AM