In Focus
C# Corner Mumbai Chapter: Learn Windows Presentation Foundation (WPF) with CMUG
Jabalpur Chapter Meet July 13: Register Now
Chandigarh Chapter: Developers Day on 29 June 2013
Delhi Chapter Hands On June 22: Limited Seats Register Now
Email :
Password :
Remember me?
Forgot password
Contribute
An Article
A Blog
A News
A Video
A Link
An Interview Question
Ask a Question
TECHNOLOGIES
.NET 4.5
Chapters
JavaScript, CSS
SharePoint 2010
Web Development
.NET Assemblies
Coding Best Practices
JQuery
SharePoint 2013
Web Services in C#
ADO.NET in C#
Current Affairs
JSP
Silverlight with C#
Windows 8
AJAX in C#
Databases & DBA
Leadership
Smart Devices
Windows Azure
Android Programming
Design & Architecture
Learn .NET
SQL
Windows Controls C#
Articles C#
Exception Handling C#
LightSwitch 2012
SQL Server 2012
Windows Forms C#
ASP.NET Controls in C#
Expression Studio
LINQ
Testing
Windows Phone 8
ASP.NET MVC with C#
Graphics Design
Mobile & Embedded
TypeScript
Windows Server 2012
ASP.NET Programming
How do I
Office 2013
Visual C#
Windows Store Apps
BizTalk Server
HTML 5
OOP/OOD
Visual Studio .NET
Workflow Foundation in C#
C# Language
Internet & Web
Operating Systems
Visual Studio 2010
WPF
C# Tutorials
iPhone/iPad
PHP
Visual Studio 2012
XAML
C, C++, MFC
Java
Products
WCF with C#
XML
Career Advice
Java and .NET
Project Management
Request a new Category
|
View All
ANSWERS
BLOGS
VIDEOS
INTERVIEWS
BOOKS
LINKS
NEWS
CHAPTERS
CAREER ADVICE
Simple Tooltip Using HTML and CSS
Kolkata Chapter Developer Day Official Recap
Object Oriented Programming Using C#: Part 9
JsAction with T4 Template
Logging Using Log4net in Compact Framework 2 ...
Learn OOP Interface Using C#
S.O.L.I.D Principle Inversion of Control and ...
How To Find A Doctor Near Your Home in SQL S ...
Creating Simple MVVM Application With Data B ...
How to Add an Alias (CNAME) Resource Record ...
SIMILAR ARTICLES
Magic Tables in SQL Server
Posted by
Vikrant More
on 9/10/2012 5:32:19 PM
In this article I would like to discuss the Magic tables used in the SQL Server.
Magic Tables in SQL Server 2012
Posted by
Rohatash Kumar
on 10/20/2012 4:33:01 PM
This article will give you an idea of how to use the magic table and also defines where you can use it.
Magic's and Validation Nature of a Round Function in SQL Server
Posted by
Venkatesan Jayakantham
on 5/15/2012 12:58:23 PM
In this article you will learn how to use Magic's and validation nature of a Round function in SQL Server
Temporary Table in SQL Server
Posted by
Nishu
on 11/14/2012 11:53:34 AM
In this article I described Temporary Tables in SQL Server.
Creating Various Types of Tables in SQL Server 2012
Posted by
Rohatash Kumar
on 11/22/2012 11:47:08 AM
In this article, I am going to give a quick overview of the various types of tables in SQL Server.
Dynamic Query to Search by Column Value in All Referencing Tables in SQL SERVER
Posted by
Amit Choudhary
on 7/12/2011 12:30:36 PM
In this article I'll show you how to search a column value in all the referencing tables.
Temporary Table vs Temporary Variable in SQL Server
Posted by
Venkatesan Jayakantham
on 5/20/2012 2:38:06 AM
We have seen lot of difference between temporary variable and temporary table. Here is a nice difference in Transaction perspective.
Dynamic Archiving of Tables and Data in MS SQL Server
Posted by
Jayachandran K
on 5/20/2012 2:26:55 AM
It is a common and business requirement to backup the data. The archiving is part of back ups and most of the applications and system will be following some procedure to archive the data.
What are Temporary Tables in Sql Server?
Posted by
Vishal Nayan
on 5/19/2012 7:24:05 AM
Temporary tables are a useful tool in SQL Server provided to allow for short term use of data
SQL Optimization Tips
Posted by
Amit Choudhary
on 5/20/2012 2:45:07 AM
This article lists some of the optimization tips for SQL Server development.
Table Valued Parameter in SQL SERVER 2008
Posted by
Manikavelu Velayutham
on 2/23/2011 6:09:23 PM
Here we are going to discuss the new parameter type which is introduced in SQL Server 2008 version.
Creating Duplicate Table With New Name From Existing Table in SQL Server 2012
Posted by
Rohatash Kumar
on 10/28/2012 2:32:10 PM
In this article, you will see how to create a duplicate table with a new name using a script in SQL Server.
How to Bind Multiple SQL Server Tables With a TreeView in a Hierarchical Order
Posted by
Deepak Sharma
on 2/13/2012 2:25:25 AM
In this article we will bind three SQL Server tables with a TreeView in a hierarchical order
FileUpload saving data to SQL Server table
Posted by
Micke Blomquist
on 2/10/2011 3:08:16 PM
This article describes two simple ASP.NET pages for handling the stuff; one page for uploading and saving files to a SQL Server table and one for sending the selected file back to the user when requested. There is also a db class for the database jobs, separating the logic from the presentation layer.
Disable Saving Changes is Not Permitted Dialog Box in SQL Server
Posted by
Rohatash Kumar
on 5/15/2012 3:11:49 PM
When we try to change an existing table in SQL Server 2008, you might receive a Save (Not Permitted Dialog) box pop-up. This article explains the error and what to do about it.
Using Table Variables Instead of Temporary Tables in SQL Server
Posted by
Karthika Palaniswamy
on 5/20/2012 2:53:56 AM
This article demonstrates how to use Table variables in SQL Server instead of temporary tables.
Common Table Expression(CTE) in Sql server 2005
Posted by
Senthilkumar
on 9/15/2009 12:24:05 AM
This article explains about Common Table Expression(CTE) in sql server 2005 with sample sql queries.
Temporary Tables in SQL Server 2012
Posted by
Rohatash Kumar
on 9/19/2012 3:42:09 PM
In this article, I am going to give a quick overview of temporary tables in SQL Server 2012.
Magic's and Validation Nature of a Round Function in SQL Server
Posted by
Venkatesan Jayakantham
on 5/15/2012 12:50:32 PM
I happened to be working with the round function. I found some interesting / peculiar nature of the round fucntion. Hope you will enjoy this article.
Table Value Parameter Use With C#
Posted by
Jignesh Trivedi
on 7/24/2012 1:29:47 PM
In this article, we learn how use a Table Valued Parameter with a C# application.
1
-
20
of
20
1
PREMIUM SPONSORS
DynamicPDF Developer Components
DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and add new content to existing PDF documents from within your applications.
TOP LEADERS
View All
TRENDING UP
Simple Tooltip Using HTML and CSS
Kolkata Chapter Developer Day Official Recap
Object Oriented Programming Using C#: Part 9
JsAction with T4 Template
Logging Using Log4net in Compact Framework 2.0 in Visual Studio 2008
Learn OOP Interface Using C#
S.O.L.I.D Principle Inversion of Control and Resolution With Dependency Injection
How To Find A Doctor Near Your Home in SQL Server
Creating Simple MVVM Application With Data Binding
How to Add an Alias (CNAME) Resource Record to a Zone
View All
MOST LIKED ARTICLE
WCF Introduction and Contracts - Day 1
Create SSRS Report Using Report Wizard
CREATE READ UPDATE and DELETE - CRUD Operation Using LINQ to SQL
WCF - Data Contract - Day 4
Factory Design Pattern
Follow @twitterapi
HOT KEYWORDS
.NET Framework 4
Access
BIDS
BLOB
FTP Task in SSIS Package
Functions
Import Data
Microsoft SQL Server 2008
Mobile Device
Mysql server
performance tuning
remote
Send Mail Task in SSIS
source code
SQL Query
SQL Server 2008
sql server 2012
SQL Server Integration Services
SQL Server Interview Questions
SQL server Management Studio
SQL Server tutorials
sqlserver 2008
Sridhar Rama subramanian
SSIS
SSIS tutorials
SPONSORED BY
Download Your Free HTML5/jQuery Grid Now!
Make Your Data Do More with the Ignite UI Grid. Launch eye-popping, performance-driven HTML5 apps w/ Ignite UI's free jQuery Grid.
WHITEPAPERS AND BOOKS
Interview Questions on SharePoint 2013
SharePoint 2010 Administration & Development
Getting Started with Managed Metadata Service in SharePoint 2010
Windows Phone 7 Hileleri
Windows Phone Development Step by Step Tutorial
Essentials of SharePoint 2010: Business Intelligence Capabilities
Working with Directories in C#
FileInfo in C#
Programming List with C#
Source Code: Graphics Programming with GDI+
View All
Poll
Result
All Polls
Speed of C# Corner
How do you find speed of C# Corner when visiting the site?
Very Fast
OK
Slow
Very Slow
How do you find speed of C# Corner when visiting the site?
Options
Votes
%
Very Fast
5
8.33
OK
47
78.33
Slow
5
8.33
Very Slow
3
5.00
Total
60
100%