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

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 2014: Database Compatible for In-Memory OLTP

Aug 18, 2018Jul 17, 2013 by Beaulin Twinkle
Database Compatible for In-Memory OLTP

How to convert an existing SQL Server 2014 database compatible for In-Memory OLTP? Preparing In-Memory OLTP compatible database.

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

SQL Server 2014: Creating In-Memory OLTP Database

Aug 18, 2018Jul 17, 2013 by Beaulin Twinkle
Database Compatible for In-Memory OLTP

Creating an In-Memory OLTP Compatible Database in SQL Server 2014. Simple step by step instructions for creating a In-Memory OLTP Database.

Categories SQL Server Tags SQL Server 2014 Leave a comment

SQL Server 2014 CTP1 is now available

Aug 18, 2018Jul 15, 2013 by Beaulin Twinkle
SQL Server 2014

SQL Server 2014 CTP1 is now available for the public to download. Ways to get SQL Server 2014 CTP1 for testing in your local computer.

Categories SQL Server Tags SQL Server 2014 Leave a comment

SQL Server 2014: What can we expect?

Aug 18, 2018Jul 14, 2013 by Beaulin Twinkle
SQL Server 2014

What’s next? Microsoft SQL Server 2014? What can we expect from SQL Server 2014?

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

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 … Page4 Page5

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?
  • Joining Tables from Databases on Different SQL Servers
  • Formatting SQL statements in SSMS
  • Installing .NET SDK in Linux Mint and debugging C# code using VS Code
  • Getting MAX of multiple columns in SQL Server
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.