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 2014

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

Installing AdventureWorks Sample Database

Aug 18, 2018Jun 2, 2016 by Dahlia Sam
AdventureWorks Sample Database

Choosing, downloading and installing (restoring) AdventureWorks Sample Database for SQL Server 2014 for training purpose. What is AdventureWorks?

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

SQL Server Management Studio – Part-2

Aug 18, 2018May 17, 2016 by Dahlia Sam
SQL Server management Studio

Part-2 of the SQL Server Management Studio tutorial. Second part of SSMS tutorial with step by step instruction and video using SQL Server Developer Edition

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

SQL Server Management Studio – Part-1

Aug 18, 2018May 11, 2016 by Dahlia Sam
SQL Server management Studio

Step by step video tutorial on SQL Server Management Studio using SQL Server Developer Edition. This is part 1 of the SQL Server Management Studio tutorial.

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

SQL Server Installation

Aug 18, 2018Apr 28, 2016 by Dahlia Sam
SQL Server Installation

Step by step instruction with picture and video of SQL Server Installation Process. Download and install steps for Free SQL Server 2014 Developer Edition.

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

SQL Server 2014 Installation

Aug 18, 2018Apr 28, 2016 by Dahlia Sam
SQL Server 2014 Installation

Detailed Step by step instruction and video of SQL Server 2014 Installation Process. Download and install steps for Free SQL Server 2014 Developer Edition.

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

Get Free SQL Server Developer Edition By Microsoft

Jul 31, 2019Apr 21, 2016 by Dahlia Sam
SQL Server Developer Edition For Free

The SQL Server Developer Edition is now free to download. Microsoft is not allowing the developers to download the developer edition of SQL Server for free.

Categories SQL Server Tags SQL, SQL Server 2014 4 Comments

SQL Server 2014 Editions

Jan 27, 2021Apr 20, 2016 by Dahlia Sam
SQL Server Developer Edition For Free

Details about various SQL Server 2014 Editions and the major differences between each of the six editions in SQL Server 2014.

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

SQL Server Editions – Enterprise, Standard, etc.

Aug 18, 2018Apr 20, 2016 by Dahlia Sam
SQL Server Developer Edition For Free

Details about various SQL Server Editions and differences between each edition in SQL Server. Editions include enterprise, standard, web, express and dev.

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

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

Buffer Pool Extension In SQL Server 2014

Aug 18, 2018Nov 10, 2014 by Beaulin Twinkle
SQL Server 2014

What is Buffer Pool Extension in SQL Server 2014? What is it’s purpose and benefits of using buffer pool extension in sql server?

Categories SQL Server Tags SQL, 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 2014: In-Memory OLTP DLLs

Jul 31, 2019Aug 6, 2013 by Beaulin Twinkle
SQL 2014 IN Memory OLTP DLL

What are In-Memory OLTP DLLs? How are they created? What is the purpose of In-Memory OLTP DLL? Here you have the details about OLTP DLLs.

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

SQL Server 2014: Compiling Tables and Stored Procedures to Native Code

Jul 31, 2019Aug 5, 2013 by Beaulin Twinkle
SQL-2014-Native-Compilation-02

What is Native Compilation? How to compile tables and stored procedure to native code? Here are the details of native compilation with examples.

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

SQL Server 2014: Natively Compiled Stored Procedure

Jul 31, 2019Aug 4, 2013 by Beaulin Twinkle
SQL-Server-2014-Natively-Compiled-Stored-Procedure-01

SQL Server 2014 introduces Natively Compiled Stored Procedure. We will explore it and see the benefits of Natively Compiled Stored Procedure.

Categories SQL Server Tags SQL, SQL Server 2014 Leave a comment
Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 Next →

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?
  • SQL Server: Search and Find Table by Name
  • Convert UTC DateTime to different time zones in SQL Server
  • How to exit from single-user mode in SQL Server database?
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.