Quantcast
Channel: shantanu's blog
Browsing all 9 articles
Browse latest View live

"Error: 26 – Error Locating Server/Instance" Specified SQL Server

“An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not...

View Article



"Create your own FTP Server" on Windows XP, Windows Server 2003 and Windows...

Hi !I was trying to create an FTP Server for last few days. After googling a lot I finally got the process of creating an FTP server, I would like to share this helpfull knowledge of creating ftp...

View Article

How to create a session variable in ASP.NET

Define an ASP.NET web site.Create two pages within the site. The first page will contain an ASP.NET Web Form that will post back to itself and then redirect to the second page. Note: The reason this...

View Article

Index in Sql Server

Understanding Indexes Indexes speed up the querying process by providing filtered access to rows in the data tables (just like book’s index) if they are used efficiently.Indexes are created on columns...

View Article

How Sql Joins Works

To make this article, I have taken Table A and Table B as reference tables for explaining.SELECT*FROM A id name RowState ----------- ------------------------------ -------- 1 A1 1 2 A2 1 3 A3 0 4 A4 0...

View Article


SQL Server: Backup and Restore Database using T-SQL

Its very easy to take Backup and Restore your Database using T-SQL even if you are not a DBA. In one of the client application, I wanted to take periodic Backup without logging in to SQL Server...

View Article

SQL Server 2005 error 10061

I needed to connect to sql server from a remote computer which is on my home lan. But got this error message.read more

View Article

Row Number function in SQL Server

I used to create temporary tables and subqueries to add a row number to every row in the result set. But somedays ago, I came across to the Row_Number() function provided in Sql Server, which simply...

View Article


Difference between Delete and Truncate

Removing records from a table is a crucial operation. So I would like to pen down my knowledge about removing records from a table. There are two ways to do the same, Truncate and Delete.I would like...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images