You have a column that will only contain values from 0 to 256. What is the most economical data type to use for the column?
You have a column that will only contain values from 0 to 256. What is the most economical data type to use for the column? Correct Answer SMALLINT
The bcp utility bulk copies data between an instance of Microsoft SQL Server and a data file in a user-specified format.