Is there a sql commando that can inform the server and database where the select is running?
I am available for more details
Is there a sql commando that can inform the server and database where the select is running?
I am available for more details
Yes. you can use the following select
.
select @@SERVERNAME, DB_NAME()