Quantcast
Channel: DotNetShoutout - Stories tagged with sql-server-interview-questions-2
Browsing latest articles
Browse All 16 View Live

Image may be NSFW.
Clik here to view.

.NET and SQL Server interview question: - What is difference between truncate...

Both Truncate and Delete are used to delete data from the tables. Below are some important differences.

View Article



Image may be NSFW.
Clik here to view.

SQL Server Interview Question - What are the differences between INNER JOIN,...

This article is about the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server

View Article

Image may be NSFW.
Clik here to view.

.NET and SQL Server Interview Question - How does index makes search faster?

For better understanding, let us consider a simple search example which shows differences between a table, declared with index and without index.

View Article

Image may be NSFW.
Clik here to view.

.NET and SQL Server Interview Question - What are difference between Cluster...

Answer: Both of these indexes uses "B-tree" structure but in Cluster index the "Leaf Node" actually points the physical data, but in Non-Cluster index it point’s to the "Row ID" and then the "Row ID"...

View Article

Image may be NSFW.
Clik here to view.

.NET and SQL Server Interview Question - What is trigger and different types...

Answer: Trigger is a SQL server code, which execute when a kind of action on a table occurs like insert, update and delete.

View Article


Image may be NSFW.
Clik here to view.

.NET and SQL Server interview questions - Select second highest salary...

Let's us assume that we have the following table of Employee.

View Article

Image may be NSFW.
Clik here to view.

Video on ‪.NET and C# Interview questions and answers :- What is Garbage...

In this video we will try to understand the basic concept of garbage collector, generation 0,1, and 2. ‪.NET and C# Interview questions

View Article

Image may be NSFW.
Clik here to view.

Video on ‪ASP.NET 4.0 Web.config transformation‬‏

Many times you have different config files for different environments. This video talks about how the new feature in ASP.NET 4.0 Web.config transformation helps to minimize the confusion. ASP.NET...

View Article


Image may be NSFW.
Clik here to view.

Video on ‪.NET 4.0 MEF‬‏

This video talks about .NET 4.0 feature called as MEF Managed extenesibility framework. It starts with a simple example which explains import , export and compose feature of MEF. Finally the video ends...

View Article


Image may be NSFW.
Clik here to view.

Video on sharepoint - ‪What is sharepoint 2010 , sharepoint foundation 2010...

In this video we will understand what is sharepoint 2010 , differences between sharepoint foundation and sharepoint server 2010 and finally we will try to understand the different software and hardware...

View Article

Image may be NSFW.
Clik here to view.

Video on .NET and c# interview questions :- Why anonymous types are better...

In this video we will try to understand what are tuples , what are anonymous types in .NET 4.0 and we will also discuss why anonymous types are better than tuples. .NET and C# interview questions

View Article

Image may be NSFW.
Clik here to view.

c# interview questions :- What is the use of checked and unchecked keyword ?

In this video we will understand what is the use of checked and unchecked keyword in c#. .NET and C# interview questions

View Article

Image may be NSFW.
Clik here to view.

Learn .NET in 60 days - Day 1

Learn .net in 60 days .NET interview questions

View Article


Image may be NSFW.
Clik here to view.

Visual studio tip and trick 2 : Generate methods automatically. - YouTube

In this video we will learn very awesome trick how can we generate methods using already existing lines of code. TIP and Trick 2

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Application and Page Life Cycle.

n this article, we will try to understand what the different events are which take place right from the time the user sends a request, until the time the request is rendered on the browser. ASP.NET...

View Article


Image may be NSFW.
Clik here to view.

SQL Server interview questions: – Mention Fragmentation in SQL Server? |...

In this article we will explain about Fragmantation in SQL Server. For articles and videos visit us on http://www.questpond.com/

View Article
Browsing latest articles
Browse All 16 View Live


Latest Images