Month: November 2008
TraceMonkey and Javascript Engines Compared
One of the most impressive features in Google’s open source Chrome web browser is V8, a high-performance JavaScript virtual machine…
Sql Server 2008 – New Features
If you work with SQL Server on a regular basis, either writing custom queries, designing databases, or optimizing queries, this…
Powerfull Paging with Stored Procedure
Lets consider a simple table called employee( emp_id, name, salary). Now, suppose that we need to create a gridview with…
SQL SERVER – Reset sa Password
1.Open the SQL Server express management studio 2.Connect to SQL Server using windows authentication 3.Right click the server name and…