I have a MS SQL Server 2014 Standard license in my server. I need to restore a database in a different secondary machine to get data of a particular table from a backup.
The problem is that this table is stored in a database of more than 10GB and I cannot use a SQL Express license due its size limitations. I thought to use the same license of the main server for few minutes and then uninstall the server in the secondary machine. (I know that Microsoft and Jesus don't want me to do this, but I cannot buy another license to restore a table!)
My question is, can I do this without troubles in the main server? The license duplication (for few minutes) can stop the main server?