Skip to content
  • Facebook
  • GitHub
  • YouTube
  • Pinterest
My Tec Bits
  • Home
  • Microsoft
    • .Net
      • ASP.NET
      • MVC
      • Visual Studio
    • IIS
    • SQL Server
      • SQL Server 2019
      • SQL Server 2017
      • SQL Server 2016
      • SQL Server 2014
      • SQL Server 2012
      • SQL Server 2008
    • Windows OS
  • Web Development
    • Java Script
    • Jquery
    • Python
    • Bootstrap
    • Zurb Foundation
    • Web Security
  • More
    • macOS
    • Reviews
  • Online Tools
    • Fitness Calculators
    • Encoders & Decoders
    • Cryptography
    • Unit Converters
    • Math. Calculators
    • Date & Time Calculators
    • Finance Calculators

SQL Server 2012

Check If Column Exists In Table Of SQL Server

Aug 18, 2018Oct 13, 2016 by Beaulin Twinkle
Check If Column Exists In SQL Server Table 05

Tips and tricks to check if column exists in a SQL Server database table. Also find the list of all tables and stored procedures having the column name.

Categories SQL Server Tags SQL, SQL Server 2005, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016 Leave a comment

Encrypting Stored Procedure, View & Function in SQL Server

Aug 18, 2018Sep 22, 2016 by Beaulin Twinkle
SQL Server Encrypting Stored Procedures Views and UDF

Encrypting stored procedure in SQL Server for hiding the source code of the stored procedure, view and function. Using WITH ENCRYPTION to hide source code.

Categories SQL Server Tags SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016 1 Comment

Update From Select Statement in SQL Server

Feb 25, 2023Jun 16, 2016 by Beaulin Twinkle
Update From Select

Update from select statement in SQL Server. Updating a table using select statement form the same table or different tables using join.

Categories SQL Server Tags SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016 3 Comments

Joining Tables from Databases on Different SQL Servers

Mar 11, 2021Jun 15, 2016 by Beaulin Twinkle
Joining Tables from Databases on Different SQL Servers

How to write a SQL select query joining multiple tables from databases located on different SQL Server Instances? Accessing table from remote SQL Server.

Categories SQL Server Tags SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014 3 Comments

SQL Server: Search And Find Stored Procedure

Aug 18, 2018Feb 27, 2016 by Dahlia Sam
Find Stored Procedure By Name

How to search and find stored procedure by its name, part of the name, containing text and containing table name? Methods to search for stored procedures.

Categories SQL Server Tags SQL, SQL Server 2012, SQL Server 2014 Leave a comment

SQL Server: Search and Find Table by Name

Aug 18, 2018Feb 26, 2016 by Dahlia Sam
MS SQL Find Table By Name

How to search and find the tables by their name in SQL Server? Methods to search and find table in sql server using table name or column name or a phrase.

Categories SQL Server Tags SQL, SQL Server 2012, SQL Server 2014 4 Comments

SQL Server: Find Table Creation Date

Aug 18, 2018Feb 17, 2016 by Dahlia Sam
MS SQL Table Creation Date

How to get the table created date time and modified date time in SQL server? There is an easy query to find the table creation date time in MS SQL Server.

Categories SQL Server Tags SQL, SQL Server 2012, SQL Server 2014 Leave a comment

SQL Server: Joining Tables from Different Databases on the Same Server

Aug 18, 2018Feb 26, 2014 by Beaulin Twinkle
SQL Server Query To Join-Tables From Different Databases

SQL query for joining tables from multiple databases on the same server. Joining tables from different databases in a single select query.

Categories SQL Server Tags Database, SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014 4 Comments

SQL Server 2012 Configuration Manager in Windows 8

Aug 18, 2018Jul 21, 2013 by Beaulin Twinkle
SQL-Server-2012-Configuration-Manager-01

Launching the Configuration Manager of SQL Server 2012 or 2008 on Windows 8. Locating the sql server 2012 configuration manager.

Categories SQL Server Tags SQL Server 2008, SQL Server 2012, Windows 8 3 Comments

SQL Server: Does WITH (NOLOCK) increase performance?

Jul 31, 2019Jun 28, 2013 by Beaulin Twinkle
SQL-Server-With-NoLock-2

Does with (nolock) increase performance in T-SQL Queries? Can you increase the performance of SQL queries by adding WITH NOLOCK? Lets find out.

Categories SQL Server Tags Performance, SQL, SQL Server 2012, SQL Server 2014, SQL Server 2016 1 Comment

Case Sensitive String Comparison on SQL Server

Feb 17, 2021Jun 22, 2013 by Beaulin Twinkle
SQL Server Case Sensitive Compare

How to do a case sensitive string comparison on SQL Server using COLLATE. Case sensitive comparison in SQL Server 2008, SQL Server 2012, SQL Server 2014.

Categories SQL Server Tags SQL, SQL Server 2012 Leave a comment

SQL Server Case Sensitive Search: Fetching lowercase or uppercase string

Jul 31, 2019Jun 21, 2013 by Beaulin Twinkle
SQL Server Case Sensitive Search

How to fetch lowercase or uppercase or mixed case, case sensitive string in SQL Server. Case sensitive search using select query. There are two simple ways .

Categories SQL Server Tags SQL, SQL Server 2012 11 Comments

count(*) or count (1) or count(”) Which is better in SQL server?

Jul 31, 2019Jun 19, 2013 by Beaulin Twinkle
SQL-Server-Count-2

SQL Server: count(*) or count (1) or count(”) Which is better? Let’s do an experiment to find the better option among the count.

Categories SQL Server Tags Performance, SQL, SQL Server 2012, SQL Server 2014, SQL Server 2016 Leave a comment

What is SQL Server? How to get SQL Server?

Aug 18, 2018Sep 9, 2012 by Beaulin Twinkle
what-is-sql-server

Do you want to know about SQL Server and how to get it. Here is a brief article about SQL server. This article will provide you a basic understanding about SQL Server.

Categories SQL Server Tags SQL Server 2008, SQL Server 2012, SQL Server 2014 Leave a comment
Newer posts
← Previous Page1 … Page3 Page4

Article Categories

  • Android (2)
  • Apple (22)
    • macOS (22)
  • Internet & Web Dev. (152)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (7)
    • Python (83)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (4)
  • Microsoft (318)
    • .Net (69)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (225)
    • Windows (24)
  • Networks And Distributed Systems (2)
  • Oracle (7)
    • Java (2)
    • Oracle Database (5)
  • Others (6)
  • Reviews (10)

Recent Articles

  • Installing .NET SDK in Linux Mint and debugging C# code using VS Code Jun 21, 2024
  • Generating random number in C#  Jun 6, 2024
  • How to calculate running total in SQL Server? Apr 27, 2024
  • How to import XML data into SQL Server using SELECT query? Apr 10, 2024
  • How to prevent VS Code from replacing an already opened preview tab with a subsequently opened one? Mar 13, 2024
  • Separating letters and numbers from strings in SQL Server Mar 6, 2024
  • How to call or run another application from python code? Feb 15, 2024
  • How to store images in SQL Server? Jan 17, 2024
  • Error: A table that has FILESTREAM columns must have a nonnull unique column with the ROWGUIDCOL property. Jan 8, 2024
  • Fix for Error: “FILESTREAM feature is disabled” while adding FILESTREAM Jan 4, 2024

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators
  • Date & Time Calculators
  • Finance Calculators

Popular Articles

  • Joining Tables from Databases on Different SQL Servers
  • Where is SQL Server Configuration Manager?
  • Convert UTC DateTime to different time zones in SQL Server
  • RDP Error: The identity of the remote computer cannot be verified
  • Formatting SQL statements in SSMS
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. Learn more...
  • Home
  • About Us
  • Contact Us
  • Site Map
  • Terms Of Use
  • Privacy Policy
© 2012 - 2025 My Tec Bits. All Rights Reserved.