Skip to content

../notes_to_myself

  • Home
  • Portfolio
  • Sample Page

SQL Server : Query Definition of an Object

— Another way to query the definition of an object:

SELECT OBJECT_NAME(object_id), *

FROM sys.sql_modules

WHERE LOWER(DEFINITION) LIKE ‘%tbl%’

Author Chrystal SanderPosted on March 15, 2013July 26, 2023Categories Databases, SQLTags Query Def, SQL Server

Post navigation

Previous Previous post: Web Development: Introduction To Localhost and IIS
Next Next post: SQL Server : Query For A Quick Overview Of Your Partitions
  • Get Command Line Help
  • Online C# Sandbox

Android Architecture Arduino ASP.NET AWS Azure Caching Constraints CSharp cybersecurity Design Patterns DotNet Excel git IIS IOT Linq log4net Master Chief MinIO mstest MVC Notes nunit oracle Partitioning PHP PowerShell Query Def Raspberry Pi REST S3 SQL SQL Server Stored Procedures Swagger systables tools Visual Basic Visual Studio WebApi windows WordPress Xml xunit

  • Home
  • Portfolio
  • Sample Page
../notes_to_myself