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…
This script provides an easier way of restoring the analysis DB and it is useful when replica or snapshot of…
This XMLA script that supports SQL Server Analysis Service is used to take the backup of Analysis database. Change the…
1. Background The purpose of this document is to describe a way of showing custom message in the report if…
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…
Below is the tabular function that converts comma or semi colon separated values of a string into rows of a…
TestCase ID Title Prerequisites Test Steps Expected results Actual Result Result (Pass/Failed) Review Comments
1. Background The purpose of this document is to describe how to enable SSIS package logging for SQL Server. 2. …