Help!
I'm new to this SQL stuff, I'm writing a small program in vb.net 2005, which connects to a SQL server. The program will only connect to the SQL database if the .exe is located on my c drive. Ideally I would like to run it off a network, so its available to multiply users. but for some reason the program opens but cant connect with the SQL server, I assume its a permissions problem, where my windows username from my computer isnt detected by the SQL server on a network!
If this is the case, how can i tell the server who i am without using sql username/password system
I'm new to this SQL stuff, I'm writing a small program in vb.net 2005, which connects to a SQL server. The program will only connect to the SQL database if the .exe is located on my c drive. Ideally I would like to run it off a network, so its available to multiply users. but for some reason the program opens but cant connect with the SQL server, I assume its a permissions problem, where my windows username from my computer isnt detected by the SQL server on a network!
If this is the case, how can i tell the server who i am without using sql username/password system