answersLogoWhite

0

plz reply me argent

You can do it through Management Studio by right clicking on the table that you want to add the column to and select design.

Or you can run a ALTER TABLE statement

ALTER TABLE <TableName>

Add <NewColumnName> <DataType> <DefaultValue> <NULL or NOT NULL>

Keep in mind you do not need to specify a Default Value. Also note that it will drop to the bottom of the column list based on ordinal position.

ALTER TABLE ErrorLog

Add IsDeleted BIT DEFAULT (0) NOT NULL

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you store images in sql server 2005?

The column data type would have to be 'binary'. Your application/development tool would have to be able to use 'Blob' fields - most do.


Difference between sql server 2003 sql server 2005?

There is no such thing as SQL Server 2003. Microft released SQL Server 2005 as the next version of SQL Server 2000.


Describe IDE of SQL Server 2005?

An IDE for SQL Server 2005 refers to an Integrated Development Environment for SQL Server 2005. This is a tool that can be used by a programmer to create and maintan a SQL server database. Some commonly used IDE tools for SQL Server 2005 are:SQL Server Management StudioTOAD for SQL ServerTOAD for Data Analysts


Differences between set and select in sql server 2005?

SELECT word is use to retrieve the records from the database. SET word is use whenever you want to update the the table.


When was SQL Server Management Studio created?

SQL Server Management Studio was created in 2005.


When was Subsonic - media server - created?

Subsonic - media server - was created on 2005-02-10.


Where can one get SQL Server 2005 downloads?

The best way in order to get an SQL Server 2005 installation package would be to go to the related Microsoft SQL Server 2005 download page. The "Express" edition is free of cost and can be redistributed with own applications - all other versions of Microsoft SQL server can only be legally purchased.


What kind of databases and database servers does MySpace use?

MySpace is use Microsoft SQL server 2005 for database & database server.


What has the author Louis Davidson written?

Louis. Davidson has written: 'Pro SQL Server 2005 Database Design and Optimization' 'Pro SQL server 2008 relational database design and implementation' -- subject(s): Client/server computing, SQL server 'Pro SQL Server 2005' 'SQL Server 2000 Stored Procedures Handbook (Expert's Voice)'


What are the release dates for The Table - 2005?

The Table - 2005 was released on: USA: 17 September 2005 (Big Bear Lake International Film Festival)


How do you fix the electronic power steering in your 2005 Chevy Cobalt?

The steering column has to be replaced. The steering column has to be replaced.


What is the advantage and disadvantage of sql server 2000 and sql server 2005?

The list of changes is too long to type so here is a website that has everything you ned to know:http://www.eweek.com/c/a/Database/Change-Is-Good-for-SQL-Server-2005/