Microsoft
Software
Hardware
Network
Question : SERVERPROPERTY('SERVERNAME') & SERVERPROPERTY('MACHINENAME')
Are the above 2 always going to the same, guaranteed?
Are they absorbed at installation of SQL? or do they read from OS, live?
Thanks
Answer : SERVERPROPERTY('SERVERNAME') & SERVERPROPERTY('MACHINENAME')
Nope. The first will return the instance name while the 2nd returns the physical machine name.
Random Solutions
Server problems
VC++ change .exe icon
Change Username on SBS2008
average overhead on a PIX site to site IPSec tunnel
transfering a directory with multiple files in parallel
detect registry change windows ce
Inserting data into a varbinary(max) field
Word 2003 - working with tables, rows, and cells
Using VLookup for Data Validation
Do WPF and MVP go together?