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

Microsoft

Articles about Microsoft technologies like Windows, SQL server, MS Office, Sharepoint, IIS, Dot Net, etc..

How To Write Data Into CSV File In c#?

Aug 18, 2018Oct 20, 2017 by Beaulin Twinkle
Write Data Into CSV C# Sample Code

How to create a .CSV file in C# ? Creating csv file from c# application is quiet simple. Here are the methods to do it. Write data into csv file in c#.

Categories .Net Tags C# (C Sharp) Leave a comment

Using TRANSLATE() in SQL Server

Aug 18, 2018Oct 19, 2017 by Beaulin Twinkle
SQL Server - Using TRANSLATE

TRANSLATE() is a string function introduced in SQL Server 2017. Using TRANSLATE is simple and straightforward compared to REPLACE function.

Categories SQL Server Tags SQL, SQL Server 2017, Transact-SQL (T-SQL) Leave a comment

Redirect HTTP To HTTPS With web.config

Aug 18, 2018Oct 14, 2017 by Beaulin Twinkle
Redirect HTTP To HTTPS With web.config

Redirect HTTP To HTTPS in IIS using web.config. How to redirect the HTTP url requests to it’s equivalent HTTPS url in IIS ASP.NET website?

Categories IIS, Web Security Tags ASP.NET, IIS 7, IIS 7.5, IIS 8, IIS 8.5, IIS10, Web Site 2 Comments

HTTP Error 404.13 – Not Found: deny a request that exceeds the request content length

Aug 18, 2018Oct 14, 2017 by Beaulin Twinkle
HTTP Error 404.13

Solution for HTTP Error 404.13 – Not Found: The request filtering module is configured to deny a request that exceeds the request content length.

Categories .Net, IIS Tags ASP.NET, IIS 7, IIS 7.5, IIS10 Leave a comment

Using CONCAT_WS() in SQL Server

Dec 19, 2019Oct 11, 2017 by Dahlia Sam
SQL Using CONCAT

CONCAT_WS() is a new function introduced in SQL Server 2017. Here is the details on using CONCAT_WS() to concatenating strings with separator.

Categories SQL Server Tags SQL, SQL Server 2012, SQL Server 2014, SQL Server 2016, SQL Server 2017, Transact-SQL (T-SQL) 2 Comments

Row Number Without Using Order By In SQL Server

Jan 7, 2019Oct 8, 2017 by Beaulin Twinkle
SQL Row Number Without Using Order By

How to generate row number without using ORDER By clause in SQL Server. Simple technique to override the sequence ordering while using ROW_NUMEBR() function

Categories SQL Server Tags SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016, Transact-SQL (T-SQL) Leave a comment

TRIM() Function To Remove Space In SQL Server

Aug 18, 2018Sep 27, 2017 by Dahlia Sam
Trim Function In SQL Server

TRIM() Function In SQL Server 2017 and equivalent custom made TRIM UDF in 2016 and older versions ti trim the spaces at the starting and ending of a string.

Categories SQL Server Tags SQL, SQL Server 2005, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016, SQL Server 2017, Transact-SQL (T-SQL) Leave a comment

Union vs Union All – Usage and Performance In SQL Server

Jul 31, 2019Sep 6, 2017 by Dahlia Sam
UNION vs UNION ALL in SQL Server

Difference between union and union all. Performance comparison of union vs union all and identifying the best one to use and the scenarios to use them.

Categories SQL Server Tags Performance, SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016, Transact-SQL (T-SQL) Leave a comment

Installing SQL Server Management Studio (SSMS)

Aug 18, 2018Aug 9, 2017 by Dahlia Sam
Installing SQL Server Management Studio SSMS

SSMS for SQL Server 2016 and higher. Installing SQL Server Management Studio Release 15 and higher for SQL Server 2008 or higher.

Categories SQL Server Tags SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016, SQL Sever Management Studio (SSMS) Leave a comment

Char Vs Varchar Data Types In SQL Server

Aug 18, 2018Aug 2, 2017 by Dahlia Sam
char vs varchar in sql server

Similarities, differences usage of char vs varchar. Differences and similarities between char and varchar data types In SQL Server.

Categories SQL Server Tags SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016, Transact-SQL (T-SQL) Leave a comment

Nchar Vs Char Data Types In SQL Server

Aug 18, 2018Jul 27, 2017 by Dahlia Sam
Nchar vs Char in SQL Server

Similarities, differences, advantages and disadvantages of nchar vs char. Differences and similarities between char and nchar data types In SQL Server.

Categories SQL Server Tags SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016, Transact-SQL (T-SQL) Leave a comment

Nvarchar Vs Varchar Data Types In SQL Server

Jul 31, 2019Jul 21, 2017 by Dahlia Sam
Nvarchar vs Varchar in SQL Server

Similarities, differences, advantages and disadvantages of nvarchar vs varchar. Differences and similarities between varchar and nvarchar data types In SQL Server.

Categories SQL Server Tags SQL, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016, Transact-SQL (T-SQL) Leave a comment

Using Filters In SQL Server Management Studio

Aug 18, 2018Jul 7, 2017 by Beaulin Twinkle
Using Filters In SSMS

Using filters in SQL Server Management Studio (SSMS) to find or filter objects like tables, views, functions and stored procedures for your convenience.

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

Escape Single Quote In String In SQL Server

Jul 31, 2019Jul 6, 2017 by Beaulin Twinkle
Escape Single Quote

How to escape single quote in SQL Server? There are several ways to escape single quote. Here are few of the methods to escape quote in a string.

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

ASP.NET Core Razor Tag Helper IntelliSense in Visual Studio 2017

Jul 31, 2019Jun 27, 2017 by Beaulin Twinkle
Razor Tag Helper IntelliSense 01

How to activate ASP.NET Core Razor Tag Helper IntelliSense in Visual Studio 2017? Steps to install Razor Language Service extension for activating IntelliSense in Tag Helpers.

Categories .Net Tags ASP.NET Core, ASP.NET Core MVC, Core MVC 1, Razor, Visual Studio, Visual Studio 2017 Leave a comment

Using Bootstrap In ASP.NET Core MVC

Jul 31, 2019Jun 23, 2017 by Beaulin Twinkle
Bootstrap In ASP.NET Core MVC 03a

Simple illustration for using Bootstrap In ASP.NET Core MVC. Using bower package manager you can install and update Bootstrap 4 in MVC Core application.

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags .NET Core, ASP.NET Core, ASP.NET Core MVC, Bootstrap 4, Core MVC 1 5 Comments

Using Bootstrap In ASP.NET GridView

Jul 31, 2019Jun 15, 2017 by Beaulin Twinkle
Bootstrap In ASP.NET GirdView 04

Tricks for using bootstrap in ASP.NET GridView in web forms. You can use bootstrap table classes in GridView in web form with some additional setting.

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags ASP.NET, ASP.NET Web Forms, Bootstrap 3, Visual Studio, Visual Studio 2017 3 Comments

Move Database To Emergency Mode In SQL Server

Aug 18, 2018Jun 14, 2017 by Dahlia Sam
SQL Move Database To Emergency Mode

How to move database to emergency mode in SQL Server. For repair and troubleshooting purpose you may need to set the status of database to emergency.

Categories SQL Server Tags Database, SQL, SQL Server 2012, SQL Server 2014, SQL Server 2016, Transact-SQL (T-SQL) Leave a comment

Offline Vs Detach Vs Emergency Database In SQL Server

Aug 18, 2018Jun 10, 2017 by Dahlia Sam
SQL Offline vs Detach vs Emergency

Differences between taking database offline, detaching it and moving it to emergency mode in SQL Server? Offline Vs Detach Vs Emergency in table format.

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

Detach And Attach Database In SQL Server

Jul 31, 2019Jun 8, 2017 by Dahlia Sam
SQL Detach And Attach Database 05

Simple method to detach and attach database in SQL Server. T-SQL method and SSMS method to detach an database and attach it back.

Categories SQL Server Tags Database, SQL, SQL Server 2005, SQL Server 2008, SQL Server 2012, SQL Server 2014, SQL Server 2016, Transact-SQL (T-SQL) Leave a comment
Older posts
Newer posts
← Previous Page1 … Page8 Page9 Page10 … Page16 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?
  • How to exit from single-user mode in SQL Server database?
  • Adding image to Python Django web app
  • Upgrade python version in visual studio code python workspace
  • Auto Generate INSERT Statements for 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 - 2025 My Tec Bits. All Rights Reserved.