Hi,
I have a windows service application written in vb.net and I am trying to access SQLServer 7.0.
I have installed my windowsservice to run under system account.
If I am Connecting to the SQL Server and I specify a user id and password in the connection string it works fine. But how do I connect without specifying the user id and password in my application/code (Using Integrated security or trusted connections etc).

Thanks