aspx Tutorial

.NET Articles,jQuery demo, asp.net with jQuery, online tutorial,Jquery, SilverLight, Javascript, asp.net,JSON, MVC,.NET Articles,demo, Web Services, .NET articles, Sharepoint 2010, visual studio 2010,Aamir Hasan,IT, Building Your First Web Application Project
Advertise Here

Toolbar

Get our toolbar!

Advertize



{#advanced_dlg.about_title}
by Aamir Hasan   on Tuesday, August 23, 2011
This example demonstrates how to rename the store procedure using Transact-SQL... More
{#advanced_dlg.about_title}
by Aamir Hasan   on Saturday, August 20, 2011
This example demonstrates how to modify a store procedure in the current database... More
{#advanced_dlg.about_title}
by Aamir Hasan   on Friday, May 27, 2011
In this example, you will see how to get the length of a string in T-SQL. Len function returns the numeric. Len function is used to get the length. Len function can be used in SELECT query. Len function takes only one argument More
{#advanced_dlg.about_title}
by Aamir Hasan   on Wednesday, November 17, 2010
how to get all databases name in MS SQL 2005/2008 More
{#advanced_dlg.about_title}
by Aamir Hasan   on Friday, November 5, 2010
yesterday, some one asked me , how to get the file size of all databases in MS SQL 2008 using SQL query, So i have decided to write a query in this blog to help to all those developers who don't know. T-SQL Script SELECT DB_NAME(DATABASE_ID) AS [DATABASE NAME] , CAST(( CAST(SIZE * 8 AS FLOAT) ) / 1024 AS VARCHAR) + ' MB' AS [SIZE] FROM SYS.MASTER_FILES Output
{#advanced_dlg.about_title}
by Aamir Hasan   on Saturday, May 15, 2010
Here Aamir Hasan has explained difference between primary key and unique key constraints. More
Advertizement 1
Advertizement 2
Advertizement 3
Advertizement 4
Advertizement 5