Hey that worked, thanks. I tried this below the create statement and kept failing. Now i get a new error. Any idea/ i am searching for it on line as we speak, but everything I am find is for import not export.
Error as follow: Server: Msg 7399, Level 16, State 1, Line 1 OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error. Authentication failed. [OLE/DB provider returned message: Cannot start your application. The workgroup information file is missing or opened exclusively by another user.] -----Original Message----- From: Cynthia Reece [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 3:00 PM To: CF-Talk Subject: RE: OT- SQL2K stored proc ANSI_NULLS and ANSI_WARNINGS help needed. 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:191578 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

