Tables to search on the SQL Server 2005 with query

If you want to list table with query , run the following query.

select * from INFORMATION_SCHEMA.TABLES where
TABLE_NAME LIKE '%USER%';

Result:

Hiç yorum yok:

BlackListIP control on Serenity platform (.NET Core)

 In the Serenity platform, if you want to block IPs that belong to people you do not want to come from outside in the .net core web project,...