You can use the following query to get the data type of your columns in SQL Server: SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME, ...
確定! 回上一頁