michelleqw
Programmer
Dear sqlserver users,
We have made a stored procedure to get a table from an other server database.
Syntax:
Select * into tblX from [sourceServer].sourcedb.dbo.tblX
As we do this sentence in the query analyzer, everything goes well.
When we place this sentence in a SP a warning goes up about ANSI_NULLS en ANSI_WARNINGS.
Warning 7405 says: for connection the options ANSI_NULLS and ANSI_WARNINGS must be set.
When these options are set in the SP to on, the same error still occurs!
Knows someone a solution??
Michelle.
We have made a stored procedure to get a table from an other server database.
Syntax:
Select * into tblX from [sourceServer].sourcedb.dbo.tblX
As we do this sentence in the query analyzer, everything goes well.
When we place this sentence in a SP a warning goes up about ANSI_NULLS en ANSI_WARNINGS.
Warning 7405 says: for connection the options ANSI_NULLS and ANSI_WARNINGS must be set.
When these options are set in the SP to on, the same error still occurs!
Knows someone a solution??
Michelle.