Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DECLARE @sql varchar(8000)
SET @sql = 'SELECT * FROM '+@table_name
EXEC (@sql)
RealTable; DROP TABLE VeryImportantOne
SELECT * FROM RealTable; DROP TABLE VeryImportantOne