Skip to content

../notes_to_myself

  • Home
  • Portfolio
  • Sample Page

Tag: systables

Find A Field Name In SQL Server

SELECT sysobjects.name
FROM syscolumns
LEFT JOIN sysobjects on sysobjects.id = syscolumns.id
WHERE syscolumns.name LIKE ‘%fieldname%’
ORDER BY 1

Author Chrystal SanderPosted on December 15, 2010July 26, 2023Categories SQLTags SQL Server, systables
  • 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