Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can I create a table from another table without copying any values from the old table?

Answer Posted / arun

Select top 0
into newtable
from oldtable

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the instances when triggers are appropriate?

1016


What is difference between unique and primary key?

970


What is the meaning of resultset type_scroll_insensitive?

988


How to find tables without indexes?

1145


You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?

1047


What is self contained multi valued query?

1072


How do I find the default sql server instance?

988


You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?

123


is there a column to which a default can't be bound? : Sql server database administration

1049


How to list all objects in a given schema?

1102


How to drop an existing user defined function in ms sql server?

1063


Why we use functions in sql server?

1127


How to backup SQL Server Reporting Services ?

152


what is package and it uses and how can u call a package

2065


Write a sql query to display the current date?

1142