set ansi_nulls true for database connection

  • error 7405 - set ansi_nulls true for database and still getting the error when trying to created stored procedure. Accessing outside SQL Server to Oracle. SQL works in Query Analyzer correctly. Just need to create the stored procedure.

  • I think I had to do something like that earlier today, just for a SQL Server to SQL Server connection, not to Oracle. I added the following:

    SET ANSI_NULLS ON

    GO

    SET ANSI_WARNINGS ON

    GO

    above my stored proc code, and it worked fine. I actually added this through the proc code window in Enterprise Manager, I think.

    RD Francis


    R David Francis

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

You must be logged in to reply to this topic. Login to reply