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..

Installing Wide World Importers Sample Database

Aug 18, 2018Aug 11, 2016 by Dahlia Sam
Wide World Importers Sample Database

Choosing, downloading and installing (restoring) Wide World Importers Sample Database for SQL Server for training purpose. What is WideWorldImporters?

Categories SQL Server Tags Database, SQL, SQL Server 2016 5 Comments

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 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

Free or Highly Discounted Microsoft Development Tools

Jan 27, 2021Mar 5, 2015 by Beaulin Twinkle
Microsoft Development Tools

Some useful options to get and use free or highly discounted Microsoft development tools and software. Microsoft is providing lot of free and discounted development tools for budding developers.

Categories .Net, Microsoft, SQL Server Tags Visual Studio 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

Types of DBMS

Aug 18, 2018Nov 8, 2014 by Beaulin Twinkle
RDBMS

What are the types of dbms or databases? What are the different database/dbms types?

Categories Oracle Database, SQL Server Tags Database, DBMS, RDBMS 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
Older posts
Newer posts
← Previous Page1 … Page9 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

  • Joining Tables from Databases on Different SQL Servers
  • Where is SQL Server Configuration Manager?
  • How to exit from single-user mode in SQL Server database?
  • Auto Generate INSERT Statements for a Table in SQL Server
  • RDP Error: The identity of the remote computer cannot be verified
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.