About 2,620,000 results
Open links in new tab
  1. Download SQL Search - Redgate Software

    Download Redgate SQL Search - a free tool which finds SQL in your SQL Server databases.

  2. SQL LIKE Operator - W3Schools

    The SQL LIKE Operator The LIKE operator is used in a WHERE clause to search for a specified pattern in a column. There are two wildcards often used in conjunction with the LIKE operator: …

  3. SQL Search - Visual Studio Marketplace

    Speed up SQL Server database development by finding SQL objects fast in Visual Studio. Redgate SQL Search is a free extension for Visual Studio to quickly search for fragments of …

  4. Free SQL Search add-in for SSMS - dbForge Search

    Search for SQL Server is a FREE add-in for Microsoft SQL Server Management Studio that allows you to quickly locate SQL objects, data, and text in your databases.

  5. Search condition (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Specifies the search for an expression, based on whether the expression is included in or excluded from a list. The search expression can be a constant or a column …

  6. Full-Text Search in SQL: Going Beyond LIKE Queries

    May 22, 2025 · Learn how to go beyond basic LIKE queries with full-text search in sql. I will show you how to make your searches faster, smarter, and more accurate by using real-world …

  7. How do I search an SQL Server database for a string?

    Dec 8, 2019 · If you need to find database objects (e.g. tables, columns, and triggers) by name - have a look at the free Redgate Software tool called SQL Search which does this - it searches …

  8. Find SQL fast in SQL Server Management Studio and Visual Studio

    Get SQL Search, a free tool from Redgate, which finds SQL in your SQL Server databases, finds all references to an object, and helps you quickly select objects.

  9. SQL 'LIKE' query using '%' where the search criteria contains

    May 18, 2025 · What if you're trying to search for a literal % character rather than using it as a wildcard? Learn how to escape special characters in LIKE queries for accurate results.

  10. SQL Tutorial - W3Schools

    SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use SQL in: MySQL, SQL Server, MS Access, Oracle, Sybase, …