Category: SQL Server

How to get specific columns from a Table in SQL Query ?

If you want to get the data from the specific columns from a table in your database , you can specify them in the query. For example, This would return the data of all the columns available in the Department table. If you want to get the data of the specific columns from the Department table , you can specify the column names in the…

SQL Server Error Code – 10900 failed to configure resource governor du

In this blog post, you’ll learn more about the SQL Server Error Code 10900 and the error message description that is shown SQL Server Error Code 10900 SQL Server Error Description for the Code :10900 Failed to configure resource governor during startup. Check SQL Server error log for specific error messages or check the consistency of master database by running DBCC CHECKCATALOG(‘master’).