Question:
Is there a sql command that can inform the server and the database in which the select is being executed?
I'm available for more details
Answer:
Yes. you can use the following select
.
select @@SERVERNAME, DB_NAME()
Is there a sql command that can inform the server and the database in which the select is being executed?
I'm available for more details
Yes. you can use the following select
.
select @@SERVERNAME, DB_NAME()