• Imprimir

Imprimir Aspa Simples no T-SQL

CHAR(39)

Exemplo

PRINT 'use '+@nome_banco

PRINT 'PRINT '+CHAR(39)+@nome_banco+CHAR(39)

 

;-)