Advertisement

1 - 10 of 41 containing alltags:("ansi_nulls") (0 seconds)
Hello experts, here is one for you geniouses out there. Background: I have an SQL Server that Transfers several tables from an AS400 daily and adds the data to a database. This is done so that ...
Zones: MS SQL ServerDate Answered: 08/29/2005 Grade: A Views: 0
I've added a stored procedure into an existing database which is trying to delete records in a table based on where clause criteria. When I try to execute it I get a 'DELETE failed due to setting A...
Zones: MS SQL ServerDate Answered: 11/14/2003 Grade: A Views: 0
How to set ansi_null on a database level in MS  SQL Server 2000
Zones: MS SQL ServerDate Answered: 02/08/2005 Grade: A Views: 0
the ANSI_Nulls and ANSI_Warnings options to be set for the connection.  This ensures consitent query semantics. Not being a dba, or database guru, I am hoping that someone could explain this in ...
Zones: MS SQL ServerDate Answered: 07/18/2005 Grade: A Views: 0
Hi Experts, I'm using SQL Server 2000. I'm trying to create an index on a view but SQL Server is complaining, 'Object 'tblIndividuals' was created with the following SET options off: 'ANSI_NU...
Zones: MS SQL ServerDate Answered: 09/21/2005 Grade: A Views: 0
I have a number of stored procedures which I have created via the Server Explorer in Visual Studio. Subsequently I have created indexes on the (MSSQL) database which need the following database opt...
Zones: .NETDate Answered: 10/06/2005 Grade: B Views: 0
what is the purpose of this statement in a sql stored procedure SET ANSI_NULLS ON because all it does is allows null values to be unknown....whats the purpose of doing something like that? ...
Zones: MS SQL ServerDate Answered: 06/07/2006 Grade: A Views: 0
I am trying to write a function that will look up a value in the database but it is not returning anything: set ANSI_NULLS OFF set QUOTED_IDENTIFIER OFF GO ALTER FUNCTION [dbo].[fn_ProdBom_...
Zones: MS SQL ServerDate Answered: 10/02/2006 Grade: A Views: 0
In the procedure below I am removing duplicates from a table. The script works when run as a script but when put in a stored procedure it complains because the field reference is not created yet. ...
Zones: MS SQL ServerDate Answered: 07/30/2007 Grade: A Views: 0
Hi all,       I have setup a merge replication between two sqlservers and wrote a custom conflict resolver function to resolve conflicts in a table. The code of this stored procedure is as foll...
Zones: MS SQL ServerDate Answered: 02/01/2004 Grade: A Views: 0