Posts
Sort by recent activity
evaluation version 3.5.0.333 and [] object
I was in the process of testing the evaluation version of sql prompt 3.5.0.333
if you type:
SELECT
o.[name]
FROM
[sys].[sysobjects] o
-- nothing here
INNER JOIN [sys].[sycolumns] c
ON (
o.[id] = c....