Hi,
Please Help me..... In my c# project i want to use one database from server computer and want to run my application on all other client PC connected to this network to use the same database. I installed sql server 2012 in my sever computer and change the TCP/IP property enable.Now i try to use my database from another PC but i faced the error "a network related or instance specific error occurred sql server 2012. The Server was not found or not accessible. Verify the instance name and configure to allow remote connection."My connection string was
public static string str = " Data Source = WIN-6A67QTTNU6J\\SQLEXPRESS;Database = Sample;Integrated Security = True";
I refer all related link and do the steps but still no solutions...Please help... Last 10 days i am searching this i am new in c#..
It is possible or not... Or I want to install sql server in my client machine to configure it. Plese answer me in detail....
Waiting eagerly for answer
Thanks for everyone in advance
leathu rajPosted Sep 5, 2014, 1:40 AM
leathu rajPosted Sep 5, 2014, 1:40 AM
Nitesh KejriwalPosted Sep 4, 2014, 12:35 PM
public static string str = " Data Source = WIN-6A67QTTNU6J\\SQLEXPRESS;Database = Sample;User id=user1;Password=pwd";
Saineshwar BageriPosted Sep 4, 2014, 10:50 AM
if installed on Windows Authentication mode.
if installed on Mixed Authentication mode.
leathu rajPosted Sep 4, 2014, 6:56 AM
Nitesh KejriwalPosted Sep 4, 2014, 5:56 AM
leathu rajPosted Sep 4, 2014, 5:04 AM
Saineshwar BageriPosted Sep 2, 2014, 12:35 PM
From server you will need IP Address and use that IP Address as Server name in Client PC and same Login and Password of Server.