c#
StatCounter
View My Stats
Saturday, February 14, 2009
Difference b/w COUNT_BIG and COUNT in SQL server
Difference b/w COUNT_BIG and COUNT in SQL server
1.Count_big always returns the Bingint values...but count returns the
int values
2.Both count the No of Rows in a table
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Taskkill.exe (Kill the task that running on local and remote machine)
Taskkill.exe (Kill the task that running on local and remote machine) Examples: TASKKILL /S system /F /IM notepad.exe /T TASKK...
Name value collection in C#
Name value collection in C# The name value collection is same like the HashTable. We can set the Object value and the Key to that par...
Creating a Cookie in ASP.NET
Creating a Cookie in ASP.NET #region Creating Cookies HttpCookie JayaCookie = Request.Cookies["CookieExample"]; ...
No comments:
Post a Comment