Skip to content

Database Blogs

Sql, Oracle, MySql Problems & Solutions

Category: Table

How to check if a column exists in SQL Server table

Posted on December 5, 2018 By Solaiman

 20,213 Total Views There are different ways to check whether specific column is exists in a sql server table Solution:1 IF COL_LENGTH('schemaName.tableName', 'columnName') IS NOT NULL…

Recent Posts

  • How to check if a column exists in SQL Server table
  • how to drop a stored procedure in sql server
  • how to drop a store procedure if exists in sql server
  • how to insert result of stored procedure into temporary table in sql server
  • how to replace null with 0 in sql server

Recent Comments

  • md abdur rouf on How to check if a column exists in SQL Server table
  • Yeasmin on how to drop a store procedure if exists in sql server
  • Syed Maftahur Rahman Sohel on how to replace null with 0 in sql server
  • Yeasmin on how to replace null with 0 in sql server
  • Arif on String or binary data would be truncated

Archives

  • December 2018
  • March 2018
  • December 2017
  • November 2017
  • October 2017

Categories

  • Sql Server
  • Table

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
All Right Reserved 2016 Proudly powered by WordPress | Theme: Placid by ParagonThemes.