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
alternative current in to a pc
parse url in JavaScript
Access / how many users connected?
Windows 2003 Server Event 244
How to submit an asynchronous request to server to run a business service from a Business component script?
Office 2010 KMS on non-AD DNS?
ORA: 6533 Subscript out of range
Generate the members from AD user group
Flag duplicate record
ODBC connect to ORACLE 11G using Redhat Linux 5.4