Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Search a value to complete database

    Hi Gaurav,

    very helpfull query, thank you.

    Can i suggest to add checks if the temporary tables already exists before creating them?

    Something like:

    IF OBJECT_ID('tempdb..#SearchResult') IS NOT NULL DROP TABLE #SearchResult

    IF OBJECT_ID('tempdb..#SearchTestResult') IS...

Viewing post 1 (of 1 total)