It's not been for me.......

SQL Server.......

SELECT
sysobjects.name,
syscolumns.name,
syscolumns.xtype,
syscolumns.length
FROM
sysobjects
INNER JOIN
syscolumns
ON
sysobjects.id = syscolumns.id
WHERE
sysobjects.xtype = 'U'

Posted By: BeverlyHills0201 on October 7th 2005 at 15:32:01


Message Thread


Reply to Message

In order to add a post to the WotB Message Board you must be a registered WotB user.

If you are not yet registered then please visit the registration page. You should ensure that their browser is setup to accept cookies.

Log in