Microsoft
Software
Hardware
Network
Question : Host_Name returning wrong computer name
Using SQL Server 2008: If I run a query from Management Studio on my workstation and just say select Host_Name() as myPC, then it correctly returns the name of my workstation.
I created a trigger on a table that uses the Host_Name() function when a record in that table is updated. If I connect to SQL server using Microsoft Access, modifiy a record in the table, then the function doesn't return the name of my workstation or even the name of the server that SQL server is hosted on. Instead it returns the name of our Terminal Server.
What's going on here? How can I correctly identify either the workstation or login name of the user that is modifying a record? We are not using Windows authentication. We are accessing sql server with Microsoft Access via ODBC connection.
Answer : Host_Name returning wrong computer name
I have seen this before with MS Access. You will find in your data source connection, where you can actually specify the workstation name. SQL then takes this as the actual workstation. Please take a look at the data source, I hope this helps
Random Solutions
PHP MySQL SELECT OPTGROUP parent value
Prevent form from submitting if certain words or domains entered, spam control
Website script to track each user's individual experience
How to repair a dell e171fpb monitor
How do I convert a numeric entry to a text value (numbers to words)
sbs 2008 windows update failing - error 8024402C
Problems with accessing the Server "H drives" for users accounts
what is the best linux distro and ide for web programming (PHP) ?
java servlet to call class method
Run same stored procedure iterating thru parameters