Will sql server 2005 allow you to reduce the size of a column?
Answer / Akanksha
Yes, SQL Server 2005 allows you to alter the data type and thus change the size of a column using the ALTER TABLE command. Here's an example:nnALTER TABLE EmployeesnALTER COLUMN Salary money(4,2);
| Is This Answer Correct ? | 0 Yes | 0 No |
write query for fourth maximum salary from employee table
14 Answers Mind Tree, SP Software,
Explain the difference between function and stored procedure?
What is the default server name for sql server?
How check triggers in sql server?
Can we move Resource database from one path to another? If yes,How can we?
Explain cdc and sql injection?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What is instead of trigger sql server?
where can you add custom error messages to sql server? : Sql server administration
What are the types of joins in sql?
What are the kinds of subquery?
Explain encryption of entire databases without the need for application changes in sql server 2008?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)