Dot Net Sample Chapters And Resources
Friday, November 9, 2007
SQL Teaser: Printing Without Using PRINT
Print the @SQL variable without using PRINT
DECLARE
@SQL
varchar
(49)
SELECT
@SQL =
'Print This Now '
+
CONVERT
(
VARCHAR
(30),
GETDATE
())
--Your Code Here
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment