Wednesday, July 11, 2012

How to restore Database in sql server

How to restore Database in sql server


How to restore Database in sql server

Posted: 21 Jun 2012 06:10 AM PDT

In this article I have explained about how to Restore Database using SQL Server. Each steps I have clearly explained in this article.

.NET, C# ,SQL Server Interview Questions

Posted: 22 Jun 2012 01:35 AM PDT

I attended interviews on .NET. I faced some 4 tecnical interviews. Some, I cleared and some I did not. Thought it would be useful if I post the questions.Here, I have compiled a list of all the questions in 4 interview questions. I think I have covered most of them.

How to show simple popup window using jQuery

Posted: 22 Jun 2012 04:15 AM PDT

In this article I have explained about how to show simple Popup window using jQuery. Each steps I have clearly explained in this article .

What is SET NOCOUNT ON in SQL Server?

Posted: 22 Jun 2012 11:45 PM PDT

By using SET NOCOUNT ON in Sql Server Stored Procedure the number of rows affected by the Sql Statements will not be returned. It will increase the overall performance of the database. By giving command SET NOCOUNT OFF the number of affected rows will again returned.

How to pass Query String value from java script

Posted: 22 Jun 2012 11:54 PM PDT

In this article I have explained about how to pass Query String value from java script with Example. Each steps I have clearly explained in this article.

How to validate email address using jQuery

Posted: 23 Jun 2012 02:08 AM PDT

In this article I'm going to explain how to validate the email address using jQuery.

XML to HTML TRANFORMATION through XSLT

Posted: 23 Jun 2012 04:45 AM PDT

In this article, I will explain XML to HTML transformation through XSLT. Stylsheet helps to convert xml to html view in the browser. The XML document can be serialized (output) by the processor in standard HTML view using XSLT.

How to set accpac session using Accpac COMAPI?

Posted: 24 Jun 2012 06:51 AM PDT

Create the session using Accpac Session manager and we should to give Application id, Application Version ,Program name and one important thing We should Create object handle to open accpac Session.

How to import bulk data from excel sheet to SQL Server?

Posted: 24 Jun 2012 06:52 AM PDT

In this article I am going to explain about how to insert bulk data from excel in to SQL server table. This code snippet is may be help you in future to import data from excel.

How to read content from PDF in ASP.NET?

Posted: 24 Jun 2012 06:57 AM PDT

In this article I am going to explain about how to read PDF data in ASP.NET. I have read that PDF content using iTextSharp.dll. This technique is will be used in the various scenario for you.

How to calculate distance using Google API?

Posted: 24 Jun 2012 07:04 AM PDT

In this article I am going to explain about how to calculate distance between origin and destination place using Google API . This code snippet is be used in travel related websites.

How to create web services in ASP.NET?

Posted: 24 Jun 2012 07:08 AM PDT

In this article I am going to explain about how to create webservices in ASP.NET and how to implement webservice in .NET. And also in this webservice article I have return bulk of data as a Class.

How to integrate PayPal in ASP.NET?

Posted: 24 Jun 2012 07:13 AM PDT

In this article I am going to explain about how to integrate PayPal in ASP.NET. Most of website Seller to get money from the buyer through PayPal. Here I have explained in detail each step with screen shot.

What is WCF? How to create WCF in ASP.NET?

Posted: 24 Jun 2012 07:27 AM PDT

In this article I am going to explain about what is WCF and how to create WCF in ASP.NET basic example program. Through this article learn about WCF basic and integrate WCF services in ASP.NET .

How to resize uploaded image in ASP.NET?

Posted: 24 Jun 2012 07:35 AM PDT

In this article I am going to explain about how to resize image in ASP.NET. In many cases user upload large images in the website using this code we can resize that each image and save in the server folder

How to UnZip files in ASP.NET?

Posted: 24 Jun 2012 07:38 AM PDT

In this article I am going to explain about how to Unzip zip files through ASP.NET. I have used Ionic.Zip dll to extract that zip files into normal files.

How to get last inserted ID from ASP.NET Code behind?

Posted: 24 Jun 2012 07:41 AM PDT

In this article I am going to explain about how to get last inserted id or name or no etc. from database in code behind. This code sample is help you in future to get insertion id.

How to Edit / Delete Data using Datagridview in .NET?

Posted: 24 Jun 2012 07:45 AM PDT

In this article I am going to explain about how to Edit and delete data through data grid view. Instead of writing loop here I get only modified row and update in the sql server table.

How to show images from folder into Picture box?

Posted: 24 Jun 2012 07:48 AM PDT

In this article I am going to explain about how to show all images from a specified folder with previous and next button in windows application. Here I have stored lots of pictures in the folder user view all images in the picture box.

How to read XML data based on condition and display in gridview?

Posted: 24 Jun 2012 07:52 AM PDT

In this article I am going to explain about how to read xml data based on condition and display it. This can be help your project to get particular xml records for manipulation.

How to manipulate dropdownlist using jQuery

Posted: 25 Jun 2012 10:51 PM PDT

In this article I have explained about How to manipulate dropdownlist using jQuery. Each steps I have clearly explained in this article .

How to select and unselect checkbox using Java script

Posted: 25 Jun 2012 11:49 PM PDT

In this article I have explained about how to select and unselect checkbox values using Java script

Shortcuts to work with Visual Studio

Posted: 27 Jun 2012 07:24 AM PDT

There are many shortcuts in Visual studio, that makes work easier to the .NET programmers. Below are some of them for editing, intellisense, debugging, navigation between different views, windows, snippets and to build programs in a solution.

Important jQuery Interview questions

Posted: 27 Jun 2012 10:45 PM PDT

In this article I'm going to explain Some of the most important jQuery interview question.

How to enable and disable all control of page using jQuery?

Posted: 27 Jun 2012 11:02 PM PDT

In this article I have explained about How to enable and disable all control of page using jQuery. Each steps I have clearly explained in this article.

How to save your time with Microsoft Word 2010?

Posted: 29 Jun 2012 02:30 AM PDT

We all must have used Microsoft office. This article will give to brief idea about how to save your time while working in Microsoft Word 2010? Some of the features have been included in this article. You can use Microsoft Word 2010 efficiently after reading this. I hope it will be useful for you all.

Know more about Code Refactoring

Posted: 29 Jun 2012 04:07 AM PDT

This article will explain about code refactoring, When to do code refactoring and what are the things need to be taken care of while coding. Code refactoring is a technique for restructuring an existing body of code so that your application will give you higher performance. I hope it will be useful for you.

Windows Service for taking screenshots

Posted: 29 Jun 2012 04:11 AM PDT

This is a windows service which takes screenshots at a specific interval. This might be useful to monitor the activities of the user. This will be helful toapplication servers. This is created using C# .NET

Debug your stored procedure

Posted: 30 Jun 2012 05:50 AM PDT

In this article i have explained how to debug your stored procedure with the digramatic representation. Many developer unaware of debugging in Stored Procedure with the help of visual studio SQL server addins, this article really helpful for them

How to create Dynamic Image button using asp.net

Posted: 02 Jul 2012 02:44 AM PDT

In this article I'm going to explain how to create dynamic image button with click events using asp.net.

Introduction to SQL Server 2012

Posted: 02 Jul 2012 03:52 AM PDT

Microsoft has released SQL Server 2012 on march 2012 and the licensed version was available for download from April 2012. SQL Server database has the primary focus on Business Intelligence functionality high-availability self-service and a good query performance. It has introduced a new tool to unify itself with cloud "SQL Azure" for integration of business intelligence tools with unstructured data.

How to delete all stored procedures

Posted: 05 Jul 2012 12:21 AM PDT

This a example to delete all stored procedures and delete all the tables from a database. Here cursor is used to fecth the consecutive objects and tables from the database. In this example you can also get an example Query for the cursor implementaition.

How to Reverse string using asp.net

Posted: 05 Jul 2012 12:46 AM PDT

In this article I'm going to explain how to reverse a string using asp.net.

To create Xml using xmldocument,xmlwriter and xmltextreader

Posted: 05 Jul 2012 02:24 AM PDT

There are various methods of creating an xmldocument and they are as follows a)using Xmldocument b)using xmlwriter c)Using xmltextwriter The XmlDocument is a read/write consisting of a tree of XML nodes in memory. One can perform as many edits as possible anywhere in the document prior to writing it out to a stream,whereas XmlWriter is a write-only object which helps to write a well-formed XML to a stream. There are no read capabilities and the write capabilities are forward-only as ...

What is page lifecycle for master and content page in asp.net

Posted: 05 Jul 2012 11:44 PM PDT

page life cycle for master and content page in asp.net and page life cycle for master and content page with user control in asp.net This is commonly asked interview questions It will help others...

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home