How to enable xp_cmdshell in SQL Server
Xp_cmdshell is an extended stored procedure that provides an environment analogous to a Windows command shell and passes in a…
Wiring Intelligence, Driving Innovation
Xp_cmdshell is an extended stored procedure that provides an environment analogous to a Windows command shell and passes in a…
Approach: Sys.objects table contains information about all the objects of a database We are filtering the trigger objects with TYPE…
1. Background The purpose of this document is to describe a way of processing OLAP cube using SQL Server Agent…
1. Background The purpose of this document is to describe how to create connection string for OLE DB provider and…
SQL Server Business Intelligence Model basically consists of four main services i.e. SQL Server Relational services, Integration Services, Analysis Services…
Below are the SQL statements by which we can get the required formats: DDMMYYYYHHMMSSMMM format : SELECT REPLACE(CONVERT(VARCHAR(10), GETDATE(),…
Background The purpose of this article is to provide a way of scripting out all the SQL Agent jobs in…
For shrinking the transaction log of any SQL Server database, simply run the below script on that database: USE YourDatabase_Name…
1. Background This article describes and helps the users to take different types of SQL database backups using T-SQL script.…
1. Background SQL Server Agent Jobs play an important role in the process automation of any application. Apart from Job…
Background To monitor various automation processes of a system, alert and notification plays an important role that allows Users/Operation/Support team…
1. Background The purpose of this article is to provide a way of cleaning up of HTML tags within the…