All Tags »
PowerShell »
SQL Server
Sorry, but there are no more tags available to filter with.
-
I use virtual machines a lot for development and testing. I typically start with a sysprepped base image that I then initialize every time I need a new machine. One issue is that SQL Server doesn’t know it has been sysprepped… if you execute
1: SELECT @@SERVERNAME
You will get the name of the machine from when you ...