I have already used the Data -> Get Data From External Sources -> From Other Sources -> SQL Server.
This only imports a live copy of the table I would like.
What I would love to be able to do is execute an SQL statement from within a cell. Is this possible at all?
The import allows you to copy views as well as tables. So you could create a view that returns a value:
This way, you can place any SQL “behind” a cell.