SQL Server – How to select a row randomly from a table
/************************************************************************* * Title : How to select a row from a table randomly * Solution : We can get the…
Wiring Intelligence, Driving Innovation
/************************************************************************* * Title : How to select a row from a table randomly * Solution : We can get the…
/*************************************************************************** * Title : How to find the list of all the failed SQL Jobs in SQL Server * Problem…
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) If we have a table with a column named EmailID that contains emailIDs like Ram.sharma@gmail.com Shayam.singh@gmail.com How to get…
1. Background The article describes how we can start the unit testing of SSRS reports. Unit testing helps us in…
1) How to implement Stepped-down group in Report? 2) How to use Gauge in the column of the Report to…
Objective: Create a report that’s gives complete information about a mobile user and its call history. Report should have a parameter…
1. Background The purpose of this article is to provide a way of showing different color in alternate rows in…
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…
Agenda What is Data Mining Data Mining Techniques Data Mining Algorithms Data Mining Architecture What is Data Mining Data Mining…