HOW TO MODIFY A COLUMN SIZE, IF WE HAVE MULTIPLE TABLES WITH DIFFERENT SUFFIX AND THAY ALL CONTAINS SAME COLUMN DEFINITIONS, I NEED TO MODIFY A SPECIFIC COLUMN'S SIZE OF ALL TABLES USING ONE SCRIPT.       AS LIKE MENTIONED BELOW:      UPDATE       INFORMATION_SCHEMA.COLUMNS      SET       CHARACTER_MAXIMUM_LENGTH = 100,      CHARACTER_OCTET_LENGTH = 100      WHERE       TABLE_NAME LIKE '__MYTABLENAME'      AND       COLUMN_NAME = 'MYCOLUMNNAME'      AND       CHARACTER_MAXIMUM_LENGTH < 100   ----------------------------------------------------------------------------------------------------------------------------------    Using OPENROWSET to read large files into SQL Server       Problem OPENROWSET is a T-SQL function that allows for reading data from many sources including using the SQL Server's BULK import capability. One of the useful features of the BULK provider is its ability to read individual files from the file system into SQL Server, such as...
IT Minds is the part of sukanisoft and is software development company. Which provides the development training and recruitments.