Finding out what SQL Server you are using with CAL Code

remco_rauschremco_rausch Member Posts: 68
Hi,

Quick question :-)

I've had a look through the C/Side Reference Guide but I can't seem to find a standard function that tells me what server I am running the database on? Something like DATABASE.COMPANYNAME but for the Server?

I just need to know if there is anything standard for it?

Thanks,

Remco

Answers

  • BeliasBelias Member Posts: 2,998
    use "server" table, filter the field "myserver" = true
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • remco_rauschremco_rausch Member Posts: 68
    Much obliged :D
Sign In or Register to comment.