You are viewing a single comment's thread from:
RE: SQL Query to Retrieve Comments of Post
By the way, I just used the following to analyze the table structures.
• SELECT * FROM sys.tables WHERE type = 'U'
• SELECT TOP(10) * FROM TableXXX
By the way, I just used the following to analyze the table structures.
• SELECT * FROM sys.tables WHERE type = 'U'
• SELECT TOP(10) * FROM TableXXX