Congratulations to all the winners of April 2013, they have won INR 3400 cash and INR 20147 worth prizes !
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 5744 |  Welcome, Guest!   Register  Login
 Home > Articles > Sql Server Articles

Sql Server Articles (158)

Latest Sql Server related Articles

Articles

SET VS. SELECT in SQL Server

SET and SELECT both key words are used to Assign Variables in SQL Server. SET and SELECT both specifies the columns to be changed and the new values for the columns. The values in the specified columns are updated with the values specified in the SET and SELECT in all rows that match the WHERE clause search condition. If no WHERE clause is specified, all rows are updated.

Views: 4063 | Posted by: Chikul |

Join Multiple Tables In SQL

This article describes about how you can join different tables in SQL. It describes different join operations.

Views: 5547 | Posted by: Abhisek |

Triggers in SQL

This article describes you how to use triggers in SQL.

Views: 3920 | Posted by: Abhisek |

Load Test SSRS Report

SQL Server Reports are one of the key components in many of the applications and when we do Load test on an application we also make sure that the SQL Server is also capable of delivering the report in time on Load Conditions during concurrent scenarios. This Article will help to create a Web Test using Visual Studio Test Edition and and run the load test with.

Views: 4991 | Posted by: Sudhakarj21 |

Programming and Performance Tips for ADO .NET applications using Sql Server

This articles shares the better programming standards and practices in database application programming using C# and Sql Server.

Views: 3513 | Posted by: Mouli |

Querying and Modifying XML Data in SQL Server 2005

Querying XML instances stored in an XML column requires parsing binary XML data in the column. Parsing binary XML is much faster than parsing the text form of the XML data.

Views: 5714 | Posted by: Lakhangarg |

SET NOCOUNT (Transact-SQL)

This article explains the SET NOCOUNT keyword's importance.

Views: 11106 | Posted by: Virendradugar | Votes: 1 | Rating: 4 out of 5

TOP WITH TIES clause in SELECT queries

This article explains the TOP with TIES clause.

Views: 2641 | Posted by: Virendradugar | Votes: 1 | Rating: 4 out of 5

How to use XML Data Type in SQL Server 2005

This post describes how to use XML DataType and shows varrious methods to query it.

Views: 4857 | Posted by: Goldytech | Votes: 1 | Rating: 4 out of 5

How to calculate total at the BackEnd using Trigger?

In General we take input values what we had entered in textboxes and calculating displaying the result through front end coding.But this may not be secure to your data.so calculation have to be done at the Back end in Sqlserver using Triggers.Trigger will take input of inserted values from a table,after calculating them it insert the result at the particular result column.

Views: 4887 | Posted by: Syedshakeer |

Read Data From XML File in SQL Server

Read Data From XML File in SQL Server using OPENXML

Views: 12763 | Posted by: Lakhangarg |

Difference Between SCOPE_IDENTITY() and @@IDENTITY

Both SCOPE_IDENTITY() and @@IDENTITY will return the last identity value generated in the table.

Views: 8163 | Posted by: Lakhangarg |

Checking Integrity Constraint - SQL Server

While loading data into a table I am disabling all the integrity constraints and after once I finished loading I am enabling all of them. Now the problem is some data which is not at all valid(Referred data not exists in parent table). How can I perform the integrity check on the loaded data and remove the unwanted same ?

Views: 6866 | Posted by: Pandians |

Weird Thing with Inner Queries in SQL SERVER 2005

This article demonstrated how inner queries work in SQL Server and what problems it can create if not used in best way.

Views: 2149 | Posted by: Virendradugar | Votes: 1 | Rating: 5 out of 5

Common Table Expressions in SQL Server

In one of my recent project works, I was assigned to deliver the silverlight 2.0 solution to display Organization Chart. I was required to represent the flat or relational data into a hierarchy. Though there are number of traditional ways of achieving the same. I wanted to do something new which can increase the weightage of my decision to use Microsoft Technologies.

Views: 5559 | Posted by: Goldytech |

Navigate to Page: 1 | ... | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/18/2013 7:23:41 PM