TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SQL
FOLLOW
Learn SQL, a language to query and manipulate relational database management systems.
Articles
(398)
Blogs
(505)
Resources
(18)
Videos
(9)
News
(4)
Blogs
About SQL Performance
Avoid Cursor and In when you developing query it reduce the performance when you retrieve the large no of records use inner join to do like in Sql Server .
Kunal Vaishya
May 30, 2012
Creating and Executing a Parameterized SQL statement
Here we create a form that executes a parameterized query by allowing user to enter a value into textbox that will be passed to database as the parameter in query.
Farukh Mujawar
May 30, 2012
Autoincrement value using stored procedure
In this blog we will know how to autoincrement int datatype as well as varchar datatype values in database using stored procedure while inserting records into the tables.
Satyapriya Nayak
May 28, 2012
Upgrading the version from Evaluation to Standard/Enterprise/Developer version
Upgrading the version from Evaluation to Standard/Enterprise/Developer version
Venkatesan Jayakantham
May 20, 2012
Understanding Stored Procedure Basics
This blog discusses the basics of stored procedures and how to create and use them.
mahesh p
May 18, 2012
How to get the second highest from a Table
How to get the second highest from your table like second highest salary or second highest number.
Dileep Kumar Patel
May 16, 2012
Difference between Stored Procedure (SP) and User Defined Function
Difference between Stored Procedure (SP) and User Defined Function
Venkatesan Jayakantham
May 15, 2012
SET or SELECT -- is there any performance difference?
SET or SELECT -- is there any performance difference?
Venkatesan Jayakantham
May 15, 2012
How to use dynamic sql for a nvarchar of more than 4000 characters?
How to use dynamic sql for a nvarchar of more than 4000 characters?
Venkatesan Jayakantham
May 15, 2012
Get the Top Data from SQL Server
Get the Top Data from SQL Server.
Venkatesan Jayakantham
May 15, 2012
Get the Top Data with Ties from SQL Server (If there are same data….Ties in data will happen. If ...
Get the Top Data with Ties from SQL Server (If there are same data….Ties in data will happen. If we need all the data.
Venkatesan Jayakantham
May 15, 2012
Variable in Top Clause (Dynamic value for the top clause):
Variable in Top Clause (Dynamic value for the top clause):
Venkatesan Jayakantham
May 15, 2012
REBUILDING VS REORGANIZE THE INDEX
REBUILDING VS REORGANIZE THE INDEX
Venkatesan Jayakantham
May 15, 2012
Query in one of the forum:
Query in one of the forum:
Venkatesan Jayakantham
May 15, 2012
How can we force SQL Server to use a specific index when executing a query?
How can we force SQL Server to use a specific index when executing a query?
Venkatesan Jayakantham
May 15, 2012
Query to Create comma separated Output.
Query to Create comma separated Output.
Venkatesan Jayakantham
May 15, 2012
Configuring & Checking CLR integration in SQL Server
In this blog we see, How to Configure CLR integration in SQL Server.
Lajapathy Arun
May 11, 2012
Deleting backup and restore history
Deleting backup and restore history in MSDB.
Venkatesan Jayakantham
May 10, 2012
Avoiding prefix 'sp_' in the name of user stored procedure
Avoiding prefix 'sp_' in the name of user stored procedure in SQL Server
Venkatesan Jayakantham
May 10, 2012
Find the execution time of a stored procedure
Find the execution time of a stored procedure in SQL Server
Venkatesan Jayakantham
May 10, 2012
No Records Available.
321
-
340
of
498
<<
15
16
17
18
19
>>
Mastering SQL
Challenge yourself
SQL Skill
E-Book Download
Get Certified
C# Advanced