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

Articles related to SQL Server, SQL Queries, Stored procedures, databases, etc..

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

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

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

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

Does Index Improve SQL Server Query Performance?

Jul 31, 2019Jun 18, 2013 by Beaulin Twinkle
SQL-Server-Index-Performance-2

Does Index Improve SQL Server Query Performance. Yes Index improves the SQL Server query performance to a large extend. Let’s do an experiment.

Categories SQL Server Tags Performance, SQL Leave a comment

MSDB – What is msdb database?

Jan 7, 2019Jun 14, 2013 by Beaulin Twinkle
SQL-Server-MSDB-Database

MSDB – What is msdb database in sql server and what is it used for? Id this database important? Where is it located? Can we delete this database?

Categories SQL Server Tags SQL Leave a comment

Fix for “unable to load client print control” Error

Jan 27, 2021Jun 12, 2013 by Beaulin Twinkle
My-Tec-Bits

Steps to fix the error “unable to load client print control” received during printing reports SQL Reporting Services reports.

Categories IIS, Internet Explorer, SQL Server Tags Reporting Services, SQL Server 2005, SSRS 1 Comment

Clear Cache and Buffer of Stored Procedure in SQL Server

Jul 31, 2019Jun 6, 2013 by Beaulin Twinkle
DBCC-FREEPROCCACHE-DROPCLEANBUFFERS

Professional way to clear cache and buffer of SQL Server Stored Procedure for performance testing without restarting the server or recreating the procedure.

Categories SQL Server Tags Performance 1 Comment
Older posts
Newer posts
← Previous Page1 … Page10 Page11 Page12 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?
  • Joining Tables from Databases on Different SQL Servers
  • How to store images in SQL Server?
  • SQL Server: Search and Find Table by Name
  • 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.