Re: [WiX-users] Run scripts on remote sql server

2012-08-01 Thread amanjha
I am using SQL Login sa right now -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Run-scripts-on-remote-sql-server-tp7579668p7579682.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Run scripts on remote sql server

2012-08-01 Thread Christopher Painter
es in ARP and a dependency on the network. Are you connecting using integrated auth (sspi) or are you using a SQL login (sa)? From: "aman jha" Sent: Wednesday, August 01, 2012 8:39 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Run scr

[WiX-users] Run scripts on remote sql server

2012-08-01 Thread aman jha
Hi All, I have created a installer which i suppose to run some sql scripts on SQL server which is located in network. When I am using Server installed on local machine then its working fine.but if I use remote server then it throws exception failed to connect to server. I also tried like I used my