We are considering the possibility of upgrading from MSFT SQL 2000 to 2005. I am trying to run a windows file search on our code base, but it looks like searching for '*=' doesn’t work right off the bat. Perhaps the * is some kind of wildcard?
We are considering the possibility of upgrading from MSFT SQL 2000 to 2005. I
Share
Where are your queries stored? If they’re procedures in the database, no file-based search will help you. If they’re in your client code, use the search feature in your IDE. If they’re really in sql files on disk, that would seem very odd to me.