About Mayank Sanghvi

This author has not yet filled in any details.
So far Mayank Sanghvi has created 19 blog entries.

Execution of user code in the .NET Framework is disabled. Enable clr enabled configuration option

Step-by-Step Guide to Solve "Execution of user code in the .NET Framework is disabled. Enable "clr" enabled configuration option."Okay, so what's going on herunre? We are using the custom ".net" code within the SQL Server. We recently migrated our database to a new server. We encountered the above issue while trying to execute the old [...]

By |2024-11-13T09:31:54+00:00April 13th, 2024|Blog|Comments Off on Execution of user code in the .NET Framework is disabled. Enable clr enabled configuration option

Step by Step guide to know Logged in User Information

Step by Step guide to know Logged in User InformationHello everyone, this is Mayank Sanghvi from Vlemon.com, and I welcome you all in another Step-by-Step guide. In it, we will learn How to know logged-in user information. Sometimes we need to track logged-in user activity and find the logged-in user information. If we use SQL [...]

By |2023-01-14T05:44:28+00:00January 13th, 2023|Blog, Microsoft SQL Server|Comments Off on Step by Step guide to know Logged in User Information

Power BI Data Analysis Expressions or DAX Step by Step Guide by Mayank Sanghvi

Microsoft PowerPivot, Power BI Desktop, and SQL Server Analysis Services (SSAS) Tabular models have a native formula and query language named DAX or Data Analysis Expression. DAX includes a set of functions and operators to perform Dynamic aggregation with the relational data. This page helps you find the list of operators and functions with the [...]

By |2022-06-10T03:30:16+00:00June 10th, 2022|Blog|1 Comment

SQL Server MSDB database recovery pending

ALTER DATABASE msdb SET SINGLE_USER;DBCC CHECKDB (msdb,REPAIR_REBUILD) WITH NO_INFOMSGS,ALL_ERRORMSGS;ALTER DATABASE msdb SET ONLINE;ALTER DATABASE msdb SET MULTI_USER;  Working on more detailed document. Coming Soon.

By |2022-06-09T00:06:59+00:00June 9th, 2022|Blog|Comments Off on SQL Server MSDB database recovery pending

Step by Step Guide to Learn about Android Custom ListView with ImageView EditText and Button using Kotlin

Step by Step Guide to create an android application for an Electronic E-Commerce store with a ListView to display products with the product name, image, price, an edit box to edit the product quantity, and two image buttons to increment decrement the product quantity. We will use Kotlin in this guide. If you are looking for [...]

By |2022-01-03T19:46:10+00:00January 3rd, 2022|Android, Blog, Kotlin|Comments Off on Step by Step Guide to Learn about Android Custom ListView with ImageView EditText and Button using Kotlin

Step by Step Guide to Learn about Android Custom ListView with ImageView EditText and Button using Java

Step by Step Guide to create an android application for an Electronic E-Commerce store with a ListView to display products with the product name, image, price, an edit box to edit the product quantity, and two image buttons to increment decrement the product quantity. Before moving ahead, the following is the demo video that we [...]

By |2022-01-03T18:51:18+00:00January 3rd, 2022|Android, Blog|Comments Off on Step by Step Guide to Learn about Android Custom ListView with ImageView EditText and Button using Java

Step by Step guide to create Google Cloud SQL Instance for Microsoft SQL Server

This is a Step By Step guide for creating a Microsoft SQL Server service using Google Cloud SQL. We will cover the following key points in this article. Create a new Cloud SQL environment. Whitelist IP address to connect with Cloud SQL. Test Cloud SQL Connectivity from allowed IPs. Create a Sample Database. Step 1: [...]

By |2021-12-21T06:56:37+00:00December 20th, 2021|Blog, Cloud SQL, Google Cloud|Comments Off on Step by Step guide to create Google Cloud SQL Instance for Microsoft SQL Server

Step By Step Guide to Create Windows 11 USB Installation Media

Hello everyone, this is Mayank Sanghvi from vlemon.com, and I welcome you all to another Step By Step Guide to create a Windows 11 USB Installation Media. To create a Windows 11 Installation media, we need a good internet connection and a USB Drive with at least 8GB space. You can read the same article [...]

By |2021-11-07T18:03:42+00:00November 7th, 2021|Blog, Windows 11|Comments Off on Step By Step Guide to Create Windows 11 USB Installation Media

Step by step guide to upgrading from Windows 10 to Windows 11

Windows 11 is out, and it is available for the general public. However, if you are using a Windows 10 machine, you can upgrade it to Windows 11. The eligible system may receive an automatic update for Windows 11 by mid-2022. If you don't want to wait for automatic updates, you can refer to this [...]

By |2021-11-07T17:49:41+00:00October 8th, 2021|Blog, Windows 11|Comments Off on Step by step guide to upgrading from Windows 10 to Windows 11
Go to Top