Categories
Sql Server

How to Search all Stored Procedures in a Database for a Particular String

How to Search all Stored Procedures in a Database for a Particular String Hi friends in this post we will discuss How to Search all Stored Procedures in a Database for a Particular String or Search all stored Procedures having a particular string. I have been asked by my Manager to send him a report all […]

Categories
Sql Server

Send SQL SERVER Query Result by Database Mail

Send SQL SERVER Query Result by Database Mail Hi friends in this topic we will learn how can we send query results through database mail in SQL SERVER, or you can say also how to Send SQL SERVER Query Result by Database Mail. Earlier we had discussed SQL Query Result set to Html Table. My manager told […]

Categories
Sql Server

TSQL-Checking Database Recovery Model

TSQL-Checking Database Recovery Model In this post we will learn how to check recovery model of all database hosted on your SQL Server or you can say TSQL-Checking Database Recovery Model. This is very easy we just have to run a script to do this. Earlier we had discussed about Change Data Capture in SQL Server, DDL Triggers […]

Categories
Sql Server

How To Know Uptime Of SQL Server By TSQL

How To Know Uptime Of SQL Server By TSQL Hi friends, in this post we will discuss how to know uptime of SQL Server by TSQL or you can say how to check sql server uptime through tsql. Earlier we had discussed about SQL Server Schema Ownership, How to create a database in sql server with Tsql, Enable […]