Groups | Blog | Home
all groups > sql server programming > november 2003 >

sql server programming : enterprise manager connection options


John A Grandy
11/20/2003 10:12:14 PM
when creating a stored procedure or a user defined function using enterprise
manager, how to determine the settings for the connection under which the
create sql is being executed ....

i'm talking about settings such as ANSI_NULLS

enterprise manager : <database name> : properties : options

provides a variety of settings for each database -- do these refer settings
refer to the connection under which enterprise manager executes t-sql ?



lindawie
11/20/2003 11:09:57 PM
John,

[quoted text, click to view]

Look at Server Properties, Connections tab to view and change the
settings currently in effect.

You can determine which settings were in effect for ANSI nulls and
quoted identifiers when an object was created by scripting out the
object and then looking at the script.

Linda

Tibor Karaszi
11/21/2003 8:25:37 AM
Linda,

Wouldn't this change the default setting for all connections (not only EM)? Might cause problem for
other users/applications :-).

--
Tibor Karaszi, SQL Server MVP
Archive at: http://groups.google.com/groups?oi=djq&as_ugroup=microsoft.public.sqlserver


[quoted text, click to view]

lindawie
11/21/2003 9:12:45 AM
Tibor,

[quoted text, click to view]

Yes, you are right.:( It would be better to check the database
properties.

Linda

[quoted text, click to view]

AddThis Social Bookmark Button