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 Sever Management Studio (SSMS)

Fix for Error: “FILESTREAM feature is disabled” while adding FILESTREAM

Jan 4, 2024Jan 4, 2024 by Beaulin Twinkle
Error: FILESTREAM feature is disabled.

Here is the solution for the error “FILESTREAM feature is disabled” while adding FILESTREAM.

Categories SQL Server Tags SQL Sever Management Studio (SSMS) Leave a comment

How to exit from single-user mode in SQL Server database?

Sep 14, 2023 by Beaulin Twinkle
exit from single-user mode

Exiting from single-user mode in SQL Server involves resetting the database to multi-user mode. Here’s how to exit single-user mode.

Categories SQL Server Tags SQL Server 2019, SQL Sever Management Studio (SSMS), Transact-SQL (T-SQL) Leave a comment

In SQL Server how to backup the database to a SQL script file?

Jul 4, 2023 by Beaulin Twinkle
Backup SQL Server database to a SQL script file

To backup a SQL Server database to a SQL script file, you can use the SQL Server Management Studio (SSMS). Here is the step-by-step instructions.

Categories SQL Server Tags SQL Server 2019, SQL Sever Management Studio (SSMS) Leave a comment

How to export a table to JSON file in SQL Server?

Jan 12, 2022 by Beaulin Twinkle

To export a table to JSON file, I have used FOR JSON clause to format the retrieved data as JSON and ran the BCP command through XP_CMSSHELL.

Categories SQL Server Tags SQL Server 2019, SQL Sever Management Studio (SSMS), Transact-SQL (T-SQL) 1 Comment

How to enable XP_CMDSHELL in SQL Server?

Jan 7, 2022 by Beaulin Twinkle
Enable XP_CMDSHELL In SQL Server

Enable XP_CMDSHELL to fix the error “SQL Server blocked access to procedure ‘sys.xp_cmdshell’ of component because this component is turned off”

Categories SQL Server Tags Azure Data Studio, SQL Server 2019, SQL Sever Management Studio (SSMS), Transact-SQL (T-SQL) Leave a comment

How To Troubleshoot IntelliSense in SSMS

Dec 17, 2021 by Beaulin Twinkle
Troubleshoot IntelliSense - Enable In Settings

Here are a few techniques which I have used to troubleshoot IntelliSense In SSMS if it stops working for some reason.

Categories SQL Server Tags SQL Server 2019, SQL Sever Management Studio (SSMS) Leave a comment

Why am I unable to save changes after editing table design in SSMS?

Nov 25, 2020 by Beaulin Twinkle
Unable To Save Changes After Editing A Table Design In SSMS

Solution for unable to save changes after editing table in design window of SQL Server Management Studio.

Categories Others, SQL Server Tags SQL, SQL Server 2019, SQL Sever Management Studio (SSMS), Transact-SQL (T-SQL) Leave a comment

Formatting SQL statements in SSMS

Dec 13, 2019 by Beaulin Twinkle
After Formatting SQL Statements in SSMS

Formatting SQL statements or source code of procedures or function in SSMS is a daunting task. Here you will see how to use a plugin to format T-SQL in SSMS.

Categories SQL Server Tags SQL, SQL Sever Management Studio (SSMS), SQL Tips, Transact-SQL (T-SQL) Leave a comment

Reduce Index Fragmentation

Sep 13, 2018Aug 29, 2018 by Beaulin Twinkle
Reduce Index Fragmentation - Reorganize Indexes popup window

Here is the T-SQL queries to reduce index fragmentation by using either INDEX REORGANIZE or INDEX REBUILD. You will also see when to REORGANIZE and REBUILD.

Categories SQL Server Tags SQL, SQL Server 2017, SQL Sever Management Studio (SSMS), Transact-SQL (T-SQL) Leave a comment

Compatibility Level Field Is Disabled In SQL Server

Apr 17, 2018Apr 13, 2018 by Beaulin Twinkle
SQL Server Compatibility Level Disabled

Unable to change SQL Server database compatibility level from management studio. Because the compatibility level field in the database properties window is disabled and grayed out.

Categories SQL Server Tags Database, SQL, SQL Sever Management Studio (SSMS), SQL Tips, Transact-SQL (T-SQL) Leave a comment

Auto Generate INSERT Statements for a Table in SQL Server

Aug 18, 2018Dec 27, 2017 by Beaulin Twinkle
Auto Generate Insert Script in SQL Server 05

Easy way to auto generate INSERT statements for a table in SQL Server using SSMS. Generate insert statements from sql server tables on the fly.

Categories SQL Server Tags SQL, SQL Server 2016, SQL Server 2017, SQL Sever Management Studio (SSMS), SQL Tips 7 Comments

SQL Server Development And Management Tools

Aug 18, 2018Nov 29, 2017 by Beaulin Twinkle
SQL Server Development And Management Tools

Top SQL Server Development And Management Tools. List of few popular tools which can be used for MS SQL Server development and management.

Categories SQL Server Tags Azure SQL Database, MSSQL-CLI, SQL Operations Studio (SQLOPS), SQL Server Data Tools (SSDT), SQL Sever Management Studio (SSMS), Visual Studio Code 1 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

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?
  • Joining Tables from Databases on Different SQL Servers
  • SQL Server: Search and Find Table by Name
  • How to exit from single-user mode in SQL Server database?
  • Upgrade python version in visual studio code python workspace
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.