jagadeep's profileWelcome to jagadeep's s...PhotosBlogListsMore Tools Help

jagadeep

Occupation
Location

Xbox Live Recent Games

An error occurred loading this module.

Thanks for visiting!
Please wait...
Sorry, the comment you entered is too long. Please shorten it.
You didn't enter anything. Please try again.
Sorry, we can't add your comment right now. Please try again later.
To add a comment, you need permission from your parent. Ask for permission
Your parent has turned off comments.
Sorry, we can't delete your comment right now. Please try again later.
You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
Complete the security check below to finish leaving your comment.
The characters you type in the security check must match the characters in the picture or audio.
April 01

Puli Title Song

   
   >>Hello Folks a small surprise for you, Click here to download PULI title song. NoteNote
March 04

New books Uploaded

   
 
          Hello Guys, i have uploaded new books in the SHAREPOINT SECTION
February 10

To Copy a table from one database to another or within the Database in SQL Server 2005

 
 

  >>If you have a table in a database and you would like to copy the table to another database, then use this query

       Select * into AdventureWorks.dbo.Employees_New from Nothwind.dbo.Employees

      Executing the above query will copy your table to a new database.
      Just remember that using this query will only transfer the schema and data. It does not transfer the indexes, foreign keys.

      If you want to transfer all the objects from one database to another, open Sql Server Management Studio >
      Right click on your database > All Tasks > Generate SQL Scripts. Then run these scripts against the new database.

    To Transfer both schema and data
     To copy both data and schema, use the Microsoft SQL Server Database Publishing Wizard 1.1.
     This tool works for both SQL 2000 and SQL 2005 and generates a single SQL script file which can be used to recreate
     a database (both schema and data).

     

To Set the Cursor Focus to a Textbox when the page loads

 
  >>To set the Cursor Focus to a Textbox when the page loads, just a piece of code in your Page_Load

       this.Page.Form.DefaultFocus = TextBoxID.ClientID;

Count Number of User CreatedTables in SQL Server Database

 
  >>Here is a simple query to find/count the number of user created tables in a particular database in SQL Server.

       SELECT COUNT(*) from information_schema.tables WHERE table_type = 'base table'

Fashion Song

  
   >> Hello Mr.SeethamRajuShivaArun, here is the song you requested MARJAWA

Java Query

                
   >> The latest version of java Query ie., jquery-1.3.1.min.js has been released. you can download it here..