what is meant by deafult in sql server?
Answers were Sorted based on User's Feedback
Default is the column value used in the sql.
if you set default value in the columns when creating the
table then the insertion part if you are not passing the
value to this column the the default value will set for
this column.
For example varchar columns are defined as null value for
default value.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kishore
select count(*) NoOfColumns from SYSCOLUMNS
WHERE id= (Select id from SYSOBJECTS where name = 'city')
In this querry may name is Tablename
| Is This Answer Correct ? | 0 Yes | 5 No |
What's new in sql management studio for sql server? : sql server management studio
What is “asynchronous” communication in sql server service broker?
What is a result set object returned by odbc_exec()?
What is the diff between Dynamic queries and static queries
1 Answers CGG, ICS Integrated Computer Solutions,
mention different types of relationships in the dbms?
how will add additional conditions in sql?
0 Answers Amdocs, Apps Associates,
what is the maximum size of sql row in mssql?
What is the importance of three tier architecture?
What is the system function to get the current user's user id?
What is the use of RDBMS?
What is application role in sql server database security? : sql server security
Lets say due to N/W or Security issues client is not able to connect to server or vice versa. How do you troubleshoot?
Oracle (3259)
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)