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

Shrink Transaction Log File In SQL Server

Aug 18, 2018Oct 19, 2016 by Beaulin Twinkle
SQL Server shrink transaction log file

Shrink transaction log file In SQL Server database without altering the database files . I.e. shrinking the ldf file without affecting the mdf file.

Categories SQL Server Tags Database, SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016 Leave a comment

Generating More Data In WideWorldImporters Database

Aug 18, 2018Oct 15, 2016 by Beaulin Twinkle
Generating More Data In WideWorldImporters 01

Generating more and recent transaction data In SQL Server WideWorldImporters sample database. Steps for generating more data In WideWorldImporters database.

Categories SQL Server Tags Database, SQL, SQL Server 2016 Leave a comment

Check If Column Exists In Table Of SQL Server

Aug 18, 2018Oct 13, 2016 by Beaulin Twinkle
Check If Column Exists In SQL Server Table 05

Tips and tricks to check if column exists in a SQL Server database table. Also find the list of all tables and stored procedures having the column name.

Categories SQL Server Tags SQL, SQL Server 2005, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016 Leave a comment

Encrypting Stored Procedure, View & Function in SQL Server

Aug 18, 2018Sep 22, 2016 by Beaulin Twinkle
SQL Server Encrypting Stored Procedures Views and UDF

Encrypting stored procedure in SQL Server for hiding the source code of the stored procedure, view and function. Using WITH ENCRYPTION to hide source code.

Categories SQL Server Tags SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016 1 Comment

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

SQL Server: Update From Select Statement

May 7, 2022Jun 16, 2016 by Beaulin Twinkle
Update From Select

SQL Server: Update from select statement. 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

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
Post navigation
Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 Next →

Article Categories

  • Android (2)
  • Apple (19)
    • macOS (19)
  • Internet & Web Dev. (133)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (2)
    • Python (69)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (2)
  • Microsoft (288)
    • .Net (62)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (202)
    • Windows (23)
  • Networks And Distributed Systems (2)
  • Oracle (6)
    • Java (2)
    • Oracle Database (4)
  • Others (4)
  • Reviews (10)

Recent Articles

  • How to calculate Mean, Median and Mode in Python? Aug 3, 2022
  • How to calculate mode in C#? Jul 29, 2022
  • How to calculate mean In C#? Jul 21, 2022
  • How to calculate median in C#? Jul 20, 2022
  • How to calculate statistical mode in SQL Server? Jul 8, 2022
  • How to calculate mean in SQL Server? Jun 9, 2022
  • How to get execution time in milliseconds in SSMS? May 28, 2022
  • How to find whether the string contains a substring in Python? May 13, 2022
  • Reading XML file with PHP May 5, 2022
  • How to launch a PHP website on macOS? May 5, 2022

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators
  • Date & Time Calculators
  • Finance Calculators

Popular Articles

  • SQL Server: Concatenate Multiple Rows Into Single String
  • How to compare contents of two files in Visual Studio Code?
  • 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 - 2022 My Tec Bits. All Rights Reserved.