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 |
daquoc
Starting Member
35 Posts |
Posted - 2007-09-18 : 21:55:21
|
Hi experts,How can I check a unique information of the PC I'm working (any information) by using system stored procedures.For example, a serial number of the hard disk is OK.Thanks.Nice working day.daquoc |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-09-18 : 23:21:32
|
You should use windows wmi instead of t-sql. |
 |
|
daquoc
Starting Member
35 Posts |
Posted - 2007-09-19 : 22:29:41
|
I did but I tried in SQL. That's the reason why I ask you. |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-09-19 : 23:31:43
|
T-sql doesn't have that feature. |
 |
|
daquoc
Starting Member
35 Posts |
Posted - 2007-09-21 : 04:59:42
|
Thanks |
 |
|
|
|
|