Below function mostly will be used for automated tasks in SQL Server to produce the insert statements for data population and migration from other systems.
make sure to use the schema name with the table name eg: dbo.customers or sales.customer.
select dbo.fnColList 'dbo.customers'
make sure to use the schema name with the table name eg: dbo.customers or sales.customer.
select dbo.fnColList 'dbo.customers'
No comments:
Post a Comment