I am trying to call the stored procedure using C#.
I am facing problem in the following line.
SqlConnection("Server=DB2\XPT;DataBase=SCFHP_EDI_P1;Integrated Security=SSPI");
The part that I am not able to use is the server DB2\XPT.
What do I need to do to use server name as DB2\XPT?
or