Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Connection Problem

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2007-02-26 : 10:14:11
Nirmal writes "My scenario is as follows:

I have 10 machines in a network. I've installed SQL Server 2005 EE in machine no 1. I want it to act as a database server to hold all the Login Time,Date,etc of the ppl accessing the machines. When a user logins, I need to add an entry for each and every user in a database of that machine no 1.

I've written a script file that can run any .EXE file when a user logins. Now I need to insert his/her profile information which I've obtained through specific namespaces in .NET.
Please tell me how to insert a record into the database in machine no 1. also the connection string and its parameters."
   

- Advertisement -