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

SQL Server

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

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

SP_WHO and SP_WHO2

Jul 31, 2019Jun 5, 2013 by Beaulin Twinkle

SP_WHO and SP_WHO2 – Brief description about Microsoft system stored procedures SP_WHO and SP_WHO2. SP_WHO vs SP_WHO2 which one to use when.

Categories SQL Server Tags Performance, SQL Leave a comment

What is DBMS? What is RDBMS? DBMS vs RDBMS

Aug 18, 2018Sep 9, 2012 by Beaulin Twinkle
DBMS vs RDBMS

What is DBMS? What is RDBMS? This article will give you a basic idea about SQL DBMS & RDBMS as wells as the difference between DBMS and RDBMS in tabular form.

Categories Oracle Database, SQL Server Tags Database, DBMS, Oracle, RDBMS 12 Comments

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

ASP.NET Caching with SqlCacheDependency

Jan 7, 2019Aug 14, 2012 by Beaulin Twinkle
Bootstrap3 with ASP.NET MVC5 and EF6 18

ASP.NET caching technology has various technique for specific caching requirements. SqlCacheDependency class is one among them.

Categories .Net, IIS, SQL Server Tags ASP.NET, Performance Leave a comment
Post navigation
Older posts
Newer posts
← Previous 1 … 8 9 10 Next →

Article Categories

  • Android (2)
  • Apple (16)
    • macOS (16)
  • Internet & Web Dev. (127)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • Python (65)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (2)
  • Microsoft (263)
    • .Net (59)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (181)
    • Windows (22)
  • Networks And Distributed Systems (2)
  • Oracle (4)
    • Oracle Database (4)
  • Others (4)
  • Reviews (10)

Recent Articles

  • Finding triggers on table or schema in SQL Server DB Feb 26, 2021
  • Escaping square brackets in LIKE clause in SQL Server Feb 17, 2021
  • FOR LOOP in SQL Server? Feb 7, 2021
  • Search the whole database for a string in SQL Server Jan 29, 2021
  • How to avoid the error “string or binary data would be truncated” and insert string with truncation in SQL Server? Jan 18, 2021
  • How to execute SQL Server stored procedure from Python? Dec 18, 2020
  • Error: ‘SqlConnection’ could not be found in the namespace (Solved) Dec 11, 2020
  • How to execute an SQL Server stored procedure from a C# program? Dec 11, 2020
  • Why am I unable to save changes after editing table design in SSMS? Nov 25, 2020
  • GETDATE() vs CURRENT_TIMESTAMP in SQL Server Nov 18, 2020

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators

Popular Articles

  • SQL Server: Concatenate Multiple Rows Into Single String
  • How To Add Bootstrap In ASP.NET (MVC & Web Forms)
  • How To Get Day Of Week In SQL Server?
  • SQL Server: Search and Find Table by Name
  • Find Indexes On A Table 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 - 2021 My Tec Bits. All Rights Reserved.
Scroll back to top