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.
Author |
Topic |
DIEGO.69
Starting Member
1 Post |
Posted - 2009-08-31 : 10:09:07
|
hello.I have a table of clients. every client is associate to an user.in the network I have 2 users that use an application. This application use an SQL-SERVER ODBC driver.now I can setup SQL server to return a "record set" of this table in accordance of the link to the specified user that run a "select".how can i create that?help me.thank you |
|
YellowBug
Aged Yak Warrior
616 Posts |
Posted - 2009-08-31 : 15:52:36
|
Have a look at the SUSER_SNAME() or similiar functions in BOL. |
 |
|
|
|
|