Category: SQL Server

Using Where clause in T-SQL Query

If you want to restrict the results of the query to only the records that you need instead of returning all the records from the table , you can use the WHERE clause to filter the records. You can simply specify the WHERE clause and also specify the conditions that the rows must meet. How to Filter records using WHERE clause in SQL Server ?…

SQL Server Error Code – 3422 database %ls was shutdown due to error %

In this blog post, you’ll learn more about the SQL Server Error Code 3422 and the error message description that is shown SQL Server Error Code 3422 SQL Server Error Description for the Code :3422 Database %ls was shutdown due to error %d in routine ?%hs?. Restart for non-snapshot databases will be attempted after all connections to the database are aborted.