Dear All,
Am new to sql server, i have a doubt in the execution of big sql queries.
I have a SQL Query with 1000 line and in this query some sections should work as per the conditions, so i need to split this query into multiple strings and at the end as per condition, i need to concatenate each string an execute this. i would like write table valued function for this.