source of the procedure is DBName, tablename
I hard code the tablename , the proc will check for the data type of the field, if it is char then it will take the field data for validation(checking whether it has leading space or not) if it does have leading space, the procedure inserting the field name into another temp table but instead of that right now I am getting field value.
source of the procedure is DBName, tablename
I hard code the tablename , the proc will check for the data type of the field, if it is char then it will take the field data for validation(checking whether it has leading space or not) if it does have leading space, the procedure inserting the field name into another temp table but instead of that right now I am getting field value.