Latest developer linksBookmark and Share
 
HomeThis WeekTop MonthTop AlltimeSearchRegisterFAQ
  
 
Submit Your Link
Please login to submit your Link
 
SQL Server
SQL Query Optimization FAQ Part 1 (The SQL Plan)
This tutorial will explain what is SQL Plan and also As we read the SQL plan we will try to understand different operators like table scan, index seek scan, clustered scan etc. As we understand the logic of these operator

Posted : Feb/03/2010   By: pankaj    Category: SQL Server    Total Views :79   Vote Up: 0   Vote Down: 0

Selecting Records from Different Tables
In a Query window or the Query Designer, you can show the records of as many tables as you want and those tables don't need to have anything in common. They don't even have to belong to the same database. Consider the f

Posted : Oct/07/2009    By: pankaj    Category: SQL Server   Total Views :57   Vote Up: 0   Vote Down: 0

Triggers Tutorial
When an action has been performed on a table, such as adding a new record, changing (editing/updating) an existing record, or deleting a (or some) records, the table produces a notification. We say that the table fires an

Posted : Oct/07/2009   By: pankaj    Category: SQL Server    Total Views :64   Vote Up: 0   Vote Down: 0

Transact-SQL Built-In Stored Procedures
To assist you with managing Microsoft SQL Server databases, Transact-SQL provides many built-in stored procedures.

Posted : Oct/07/2009    By: pankaj    Category: SQL Server   Total Views :70   Vote Up: 0   Vote Down: 0

Logical Conjunctions and Disjunctions
So far, we have stated the conditions one at a time. This made their interpretation easier. Sometimes, you will need to test a condition that depends on another. Boolean algebra allows you to combine two conditions and us

Posted : Oct/07/2009   By: pankaj    Category: SQL Server    Total Views :61   Vote Up: 0   Vote Down: 0

Restrictions on Data Selection
We know that we can analyze data from the table or using a Query window. Instead of selecting all data as we have done so far using the SELECT keyword, you can present a condition that the database would follow to isolate

Posted : Oct/07/2009    By: pankaj    Category: SQL Server   Total Views :64   Vote Up: 0   Vote Down: 0

Data Import/Export
One of the techniques used to get data into one or more tables consists of importing already existing data from another database or from any other recognizable data file. Microsoft SQL Server provides various techniques a

Posted : Oct/07/2009   By: pankaj    Category: SQL Server    Total Views :55   Vote Up: 0   Vote Down: 0

SQL Server - SQL Scripts Tutorial
In the previous lesson, we added data to our database table using the "Edit Top 200 Rows" option. In this lesson, we will look at how to write SQL scripts to update and run queries against our database. Create a New Qu

Posted : Oct/07/2009    By: pankaj    Category: SQL Server   Total Views :84   Vote Up: 0   Vote Down: 0

SQL Server - Views Tutorial
In SQL Server, a view is a pre-written query that is stored on the database. A view consists of a SELECT statement, and when you run the view, you see the results of it like you would when opening a table. Some people lik

Posted : Oct/07/2009   By: pankaj    Category: SQL Server    Total Views :68   Vote Up: 0   Vote Down: 0

SQL Server Integration Services (SSIS)
SQL Server Integration Services (SSIS) allows you to integrate smoothly with other applications and data sources. You can use Integration Services to copy or download files, send e-mail messages in response to events,

Posted : Oct/07/2009    By: pankaj    Category: SQL Server   Total Views :57   Vote Up: 0   Vote Down: 0

« Previous12Next »
 
 
Categories:
.NET
Java
PHP
C/C++/VC++
HTML/XML
SAP
MainFrames
Data Warehousing
Testing
MySQL
SQL Server
Oracle
Javascript/VB Script
Others
Login
 
 
 
 
 Forgot password
 Contact Us   Terms Of use   Share your knowledge