Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Handling Simple XML Using T-SQL

    The biggest concerns with this approach is how to deal with the big XML documents. Obviousely, it is limited to 8000 chars.

    David Zeng

  • RE: Question of the Day for 28 Jul 2004

    This is actually a big topic in database world--3 values logic!

    Basically, when you SET ANSI_NULLS ON, the database is following 3 values logic, where whatever opperations with NULL will be...

  • RE: Question of the Day for 27 Jul 2004

    I am not sure what the behavior would be in DB2, Oracle or other database. But I think this is not a good implementation (probably a flaw?) in SQL Server, because it...

  • RE: DTS Packages and UDL Files

    Could you post your DTS to let us take a look? I guess you should turn on execution option "Close connection on completion" in your DTS.

    Hope it help,

    David Zeng

  • RE: best way to copy database from one server to another?

    It sounds like you have almost gotten it done. Next time, you could try taking offline your database to make copy of the database files. Then copy the files to...

  • RE: Question of the Day for 15 Jun 2004

    The changes would not be captured when the orderid is changed. I would write 2 statement, one to capture changes from inserted, the other to capture changes from deleted. It would be complete...

Viewing 6 posts - 1 through 6 (of 6 total)