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

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 Basics – Tutorial

Aug 18, 2018Apr 1, 2016 by Dahlia Sam
SQL Server Basics

A simple step by step tutorial on SQL Server basics. This tutorial is focused for the beginners who are trying to learn Microsoft SQL Server from scratch.

Categories SQL Server Tags SQL, SQL Server 2016 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

SQL Server 2014: Triggers on Memory Optimized Tables

Jul 31, 2019Aug 4, 2013 by Beaulin Twinkle
SQL-Server-2014-Trigger-On-Memory-Table-02

Creating Triggers on Memory Optimized Tables. Is it possible to create triggers on OLTP In-Memory optimized tables? Steps to create memory optimized tables.

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

SQL Server 2014: Non-Durable Table

Aug 18, 2018Jul 25, 2013 by Beaulin Twinkle
SQL-Server-2014-Create-In-Memory-Tables-02

In SQL Server 2014, Non-Durable Table is a kind of memory optimized table, which can handle In-Memory OLTP. Some brief details about Non-Durable Table.

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

SQL Server 2014: In-Memory OLTP Optimized Tables

Jan 27, 2021Jul 24, 2013 by Beaulin Twinkle
SQL-Server-2014-CPT1-01

Salient features of In-Memory OLTP Optimized Tables.

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

Durable Table In SQL Server 2014 – Create Durable Table

Aug 18, 2018Jul 20, 2013 by Beaulin Twinkle
SQL-Server-2014-Create-In-Memory-Tables-01

What are Durable Tables? How to create durable table In SQL Server 2014? Durable Table is a kind of memory optimized table, which can handle In-Memory OLTP.

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

SQL Server 2014: Creating Table Optimized for In-Memory OLTP

Aug 18, 2018Jul 19, 2013 by Beaulin Twinkle
SQL-Server-2014-Create-In-Memory-Tables-01

How to create a table optimized for In-Memory OLTP to use the memory optimizations introduced in SQL Server 2014. Creating In-Memory OLTP table.

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

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
Older posts
Newer posts
← Previous Page1 … Page6 Page7 Page8 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

  • Where is SQL Server Configuration Manager?
  • Fix for "unable to load client print control" Error
  • Installing Python Packages For Visual Studio Code On macOS
  • Getting The List Of Column Names Of A Table In SQL Server
  • How To Add Bootstrap In ASP.NET (MVC & Web Forms)
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.