I am trying to determine what physical node my sql server cluster is running
on from within SQL Server. How can I do that?For example. In query analyzer
select @.@.servername
- returns the virtual name.
Select CONVERT(Varchar(25), SERVERPROPERTY('machinename'))
- returns the virtual name.
"Charles" wrote:
> I am trying to determine what physical node my sql server cluster is runni
ng
> on from within SQL Server. How can I do that?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment