Problems connecting to sql server

45 Views Asked by At

I wrote an app in vs 2010, win 7, 32 bit sql server 2008. The sql server is on my local machine and i can connect just fine. The destination server and workstation for the app is 64 bit. The destination server is windows server 2012 r2 64 bit and i cannot install sql server 2008, so i installed sql express 2012. When i change the connection string in the app to point to the new server, i cannot connect and my app fails. Does anyone have any tips or suggestions on how to connect my app to the sql express instance? Or are my issues related to the 32 bit vs 64 bit differences?

0

There are 0 best solutions below