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

Find Indexes On A Table In SQL Server

Mar 11, 2020Jan 24, 2017 by Beaulin Twinkle
SQL Server Find Indexes On A Table 03

Finding Indexes On A Table In SQL Server: There are several ways to list the indexes on a table. We’ll see few easy methods to find indexes on a table

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

Find Size Of Tables In Database – SQL Server

Aug 18, 2018Jan 18, 2017 by Beaulin Twinkle
SQL Server Find Size Of Tables 01

Easy method to find the size of tables in an SQL Server database. Get the size of all the tables in a database using SSMS standard report and queries.

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

SQL Server: Concatenate Multiple Rows Into Single String

Sep 10, 2020Jan 6, 2017 by Beaulin Twinkle
SQL Server Concatenate Multiple Rows into String 01

Combine multiple rows into one string in SQL Server. Simple query in SQL Server to concatenate multiple rows Into single string.

Categories SQL Server Tags SQL, SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, SQL Server 2014, SQL Server 2016, SQL Server 2017, SQL Server 2019 25 Comments

Shrink VirtualBox Vdi On Mac With Windows 10 Guest OS

Aug 18, 2018Dec 7, 2016 by Beaulin Twinkle
shrink virtualbox vdi On Mac with Windows 10 as guest 07

Step by step instructions to shrink VirtualBox Vdi on Mac with Windows 10 64 bit Guest OS. Easy yaw to compact Windows 10 virtual machine vdi on Mac OS.

Categories macOS, Windows Tags MacBook Pro, VirtualBox, Windows 10 6 Comments

Shrink Database File (mdf) In SQL Server

Aug 18, 2018Oct 19, 2016 by Beaulin Twinkle
sql server - shrink database file 02

Shrink database file (mdf) In SQL Server database and reduce it’s size. I.e. shrinking the mdf file without affecting the ldf file.

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

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

Bootstrap 3 With MVC 5 And Entity Framework 6 Database First

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

Bootstrap 3 With MVC 5 And Entity Framework 6: Step by step instruction for creating ASP.NET MVC 5 with EF 6 web application using Bootstrap 3

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags ASP.NET, C# (C Sharp), Entity Framework, MVC, MVC 5, Visual Studio, Visual Studio 2015, Web Site 9 Comments

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

ViewModel vs ViewData vs ViewBag vs TempData vs Session in MVC

Aug 7, 2021Jul 28, 2016 by Beaulin Twinkle
ViewModel vs ViewData vs ViewBag vs TempData vs Session in MVC

When to use ViewModel, ViewData, ViewBag, TempData or Session in MVC? What are the similarities & differences? ViewModel vs ViewData vs ViewBag vs TempData.

Categories .Net Tags ASP.NET, MVC, MVC 4, MVC 5 9 Comments

Using DNN Visual Studio Project Template

Aug 18, 2018Jul 22, 2016 by Beaulin Twinkle
DNN Visual Studio Project Template 01

Installing and using the DNN visual studio project template for developing web application modules for Dotnetnuke

Categories .Net, DNN, Internet & Web Dev. Tags CMS, Content Management System, DotNetNuke, Visual Studio, Visual Studio 2013, Visual Studio Web Express, Web Site Leave a comment

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
Older posts
Newer posts
← Previous Page1 … Page15 Page16 Page17 … Page23 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?
  • Convert UTC DateTime to different time zones in SQL Server
  • How to exit from single-user mode in SQL Server database?
  • 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.