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;
("Server=DB2\\XPT;DataBase=SCFHP_EDI_P1;Integrated Security=SSPI");
or
(@"Server=DB2\XPT;DataBase=SCFHP_EDI_P1;Integrated Security=SSPI")