I have a VB.Net Console Application, it uses SQL Server. I have 4 SQL server/VB environments (DEv, QA, TrNg, Prod).
I want to retrieve the SQL Server name from a session variable is available.
How do I do this?
The other alternative is to pass it in, but don't know how to do this when the job is not schedule.
I want to retrieve the SQL Server name from a session variable is available.
How do I do this?
The other alternative is to pass it in, but don't know how to do this when the job is not schedule.