The first way to check data types for SQL Server database is query with SYS schema table. The below query uses COLUMNS and TYPES tables: SELECT ...
確定! 回上一頁