Hi Eric,

I've had this problem before.  If you open the sproc from Query Analyzer
you should see at the top of the sproc:
SET QUOTED_IDENTIFIER ON 
GO
SET ANSI_NULLS ON 
GO

ALTER          PROCEDURE GetEhotline AS ......

I would add another line for SET ANSI_WARNINGS ON then save the sproc
and try again.

You can also try running these sprocs:
sp_dboption <your_database_name>, 'warnings' (to find out how they are
set now)
sp_dboption <your_database_name>, 'warnings', true (to set warnings to
ON)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191574
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to