Microsoft .NET Framework while trying to load assembly id 65544. The server may be running out of resources, or the assembly may not be trusted
ALTER DATABASE SET TRUSTWORTHY ON;
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 here? We are using the custom ".net" code within the SQL Server. We recently migrated our database to a new server. While trying to execute the old commands on the new server, [...]
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 [...]
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 [...]
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.
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 [...]
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 [...]
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: [...]
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 [...]
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 [...]