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.
Author |
Topic |
sonal6.agg@gmail.com
Starting Member
1 Post |
Posted - 2007-08-28 : 13:12:39
|
i have a database in sql server 7 and i want to see all the constraints applied on a the table .I want to get it through java code so i need a query ,i don't want to use enterprise manager.i want an sql query for dat.Also i want to create a backup of my database through sql query only.please tell me how can i do these things. |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-08-28 : 22:22:03
|
Try query sysconstraints table, and use 'backup database' statement. |
|
|
|
|
|