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 |
|
noamg
Posting Yak Master
215 Posts |
Posted - 2001-07-31 : 10:30:06
|
| hi,we have a sql 2000 in our product, which is "shelf product", I need to install the db auto. by Java.I also have an index on view, that required:SET ANSI_PADDING, ANSI_WARNINGS,CONCAT_NULL_YIELDS_NULL,ARITHABORT,QUOTED_IDENTIFIER,ANSI_NULLS on AndSET NUMERIC_ROUNDABORT off the PerpareCall( ... ) function is fail for those "Set ..." statements.any idea ?thanksNoamNoam Graizer |
|
|
|
|
|