﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Development  / How to get sql server machine serial / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 23:51:07 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How to get sql server machine serial</title><link>http://www.sqlservercentral.com/Forums/Topic919701-145-1.aspx</link><description>Dear Sirs,Thanks a lot to all. I shall try it and update you.RegardsRaju</description><pubDate>Wed, 12 May 2010 06:21:33 GMT</pubDate><dc:creator>Sarikonda Kunam Raju</dc:creator></item><item><title>RE: How to get sql server machine serial</title><link>http://www.sqlservercentral.com/Forums/Topic919701-145-1.aspx</link><description>[quote]with that in mind, here is how you would use xp_cmdshell to call the program and get it's results in a table...you'd then need to parse the results.[code="sql"]create table #Results (TheOutput varchar(1000))insert into #Results (TheOutput)exec master..xp_cmdshell 'echoid -d'select * from #Results[/code][/quote]Wow!! I wonder how many years away I am from that. It sure is one small step at a time. Thanks a lot.- arjun</description><pubDate>Wed, 12 May 2010 06:14:32 GMT</pubDate><dc:creator>Arjun Sivadasan</dc:creator></item><item><title>RE: How to get sql server machine serial</title><link>http://www.sqlservercentral.com/Forums/Topic919701-145-1.aspx</link><description>never heard of this locking code before today. it looks like a calculated value created by the program ecoid.exe.the program echoid.exe  is not a Windows included executable, so of course it does not exist on all machines; you could only use it if it is installed, and also that the program exists int he PATH variables on the server...also note that the page you directed us to requires a .dat file to be in place as well.[quote]Tip: The file echoid.dat must be in the same directory as the echoid program file. This file defines what criteria will make up the fingerprint and is shipped along with echoid.exe.[/quote]with that in mind, here is how you would use xp_cmdshell to call the program and get it's results in a table...you'd then need to parse the results.[code]create table #Results (TheOutput varchar(1000))insert into #Results (TheOutput)exec master..xp_cmdshell 'echoid -d'select * from #Results[/code]and my results:[code]'echoid' is not recognized as an internal or external command,operable program or batch file.NULL[/code]</description><pubDate>Wed, 12 May 2010 06:08:48 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: How to get sql server machine serial</title><link>http://www.sqlservercentral.com/Forums/Topic919701-145-1.aspx</link><description>Well it sounds greek to me Raju. Someone who has better exposure will help you soon. Stick around.- arjun</description><pubDate>Wed, 12 May 2010 05:02:23 GMT</pubDate><dc:creator>Arjun Sivadasan</dc:creator></item><item><title>RE: How to get sql server machine serial</title><link>http://www.sqlservercentral.com/Forums/Topic919701-145-1.aspx</link><description>Sir,Sorry for the confusion if my posting was not clear.Every computer ( here I am looking at Sql Server) will have a locking code unique. I would like to know is there a way to find the locking code of sql server ( physical server) locking code information through a script.You may visit the sitehttp://www.quantumwise.com/documents/manuals/Sentinel_RMS/man_files/echoid_and_Wechoid_-_Get_a_Computer_s_Locking_Code.htmThanks again for the pains taken.ThanksRaju</description><pubDate>Wed, 12 May 2010 04:17:11 GMT</pubDate><dc:creator>Sarikonda Kunam Raju</dc:creator></item><item><title>RE: How to get sql server machine serial</title><link>http://www.sqlservercentral.com/Forums/Topic919701-145-1.aspx</link><description>Do you mean version? Please be more specific in your questions. Otherwise you will find that your questions remain unanswered for a long time.If you mean version, use the following query.select serverproperty('productversion')-arjun</description><pubDate>Wed, 12 May 2010 03:52:49 GMT</pubDate><dc:creator>Arjun Sivadasan</dc:creator></item><item><title>How to get sql server machine serial</title><link>http://www.sqlservercentral.com/Forums/Topic919701-145-1.aspx</link><description>Dear Sir, I need a script to find Sql Server Physical Machine Serial. I will be thank ful to the suggession. This is Sql Server 2005. Thanks and RegardsRaju</description><pubDate>Tue, 11 May 2010 07:59:52 GMT</pubDate><dc:creator>Sarikonda Kunam Raju</dc:creator></item></channel></rss>