tag

home / developersection / tag

Connecting to a SQL Server Instance with SQL Server Management Studio: Step-by-Step Guide
database 30-Oct-2023
Connecting to a SQL Server Instance with SQL Server Management Studio: Step-by-Step Guide

SQL Server Management Studio (SSMS) is a powerful tool for working with SQL Server databases. To harness its capabilities.

Oracle Data Integrator University Training
mysql 19-Sep-2019
Oracle Data Integrator University Training

You get many benefits by Investing in Oracle Training. Millions of professionals around the world take online Training by Oracle University. That is every course is Designed for maximizing your thinking.

Is VPS hosting a worthy decision?
mssql server 02-Sep-2019
Is VPS hosting a worthy decision?

A VPS server is produced through the route of virtualization. It is a server for hosting “websites (e-commerce, content, media, etc.) and/or software applications, particularly web-based ones (portals, extranet, collaborative solutions, wiki, CRM so

All you need to know about a Career in SQL
mysql 17-May-2019
All you need to know about a Career in SQL

SQL means Structured Query Language. It is a domain-specific language which is used for communications and also manipulation of data which is stored

WHAT ARE TRIGGERS?
database 07-Jul-2017
WHAT ARE TRIGGERS?

A trigger is a set of SQL statements stored in the database structure. A Trigger is a database object that is attached with the table in SQL.A SQL trigger is fired whenever an event or function associated with a table occurs ....

Cursor in Sql server database
database 17-Feb-2017
Cursor in Sql server database

The Cursor is database object use for getting data and manipulating particular row at a time. It is associated with select query it processes each row returned by select query.

Temporary Tables Magic Table and Injection in SQL
database 06-Oct-2016
Temporary Tables Magic Table and Injection in SQL

Tempopary tables are created at runtimes and ability to perform all the operation like the normal table. These tables have limited scope. This table is stored in tempdb.

User Define function in Sql Server
database 21-Jul-2016
User Define function in Sql Server

User Defined Functions play a major role in SQL. User Defined functions can be used to perform a complicated logic, can accept parameters and return data. Many a times we have to write complex logic which cannot be written using a single query.

View in SQL
mysql 05-Jul-2016
View in SQL

A view is a SQL statement which is stored in the database with a name. A view is actually a formation of a table in the form of a predefined Structured Query Language (SQL) query.

Trigger In SQL
mysql 05-Jul-2016
Trigger In SQL

Triggers are store procedure, which are automatically executed or fired when some events occur like deletion, insertion of data. Triggers are database object which is attached to a table and is executed automatically.

SQL Functions
mysql 29-Jun-2016
SQL Functions

These functions return a single value, calculated from the values in the column.Scalar functions return a single value, based on input data. Following are the various types of scalar functions.

Create database mail profile  in sql server step by step.
database 07-Mar-2016
Create database mail profile in sql server step by step.

In this article I would discuss about the Database Mail which is used to send the Email using SQL Server.  Database Mail Configuration To Create a D