Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 how to read the default value from a table col ?

Author  Topic 

gpiva
Starting Member

47 Posts

Posted - 2004-09-01 : 20:57:10
Is possible to read the designated default value from a table column using a store proc. or sql statement ???

Any help will be appreciate.


Carlo.

mk_garg20
Constraint Violating Yak Guru

343 Posts

Posted - 2004-09-01 : 21:17:08
This will help you
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sp_ca-cz_92k8.asp

mk_garg
Go to Top of Page

gpiva
Starting Member

47 Posts

Posted - 2004-09-01 : 21:26:44
Thank you !!!!!!!

quote:
Originally posted by mk_garg20

This will help you
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sp_ca-cz_92k8.asp

mk_garg

Go to Top of Page
   

- Advertisement -