Hi,
I need to do an extention to SSMS to intercept the query execution command & display a warning message if the query is UPDATE / DELETE without WHERE clause (update/delete the whole table by mistake)
I have search looking for SSMS SDK documentations, but i couldn't find anything (only that microsoft is not providing it)
I wanted to check here if anyone can give me a hint or a starting point. I have played with SSMS DLLs & they are too many, so anything you can help with will be very appreciated.
Thanks