In SQL How to Get the dropped column details
I need to find out is there any columns dropped from a table recently. Issue is in one of my database table some one removed the columns and because of that when deploying my scripts it throwing error.
Get the dropped column details
I need to find out is there any columns dropped from a table recently. Issue is in one of my database table some one removed the columns and because of that when deploying my scripts it throwing error.