stymied by reg exp
Posted: Mon Dec 01, 2003 9:47 pm
my forehead is bloody... appreciate any help
looking to do a reg expression find for the following:
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
these sql settings may be either on or off, but its always the same 4 lines together as a group. I'm trying to find all 4 lines using a reg exp but have not spent alot of time using reg expressions and I'm going looney.
any help appreciated
mike
looking to do a reg expression find for the following:
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
these sql settings may be either on or off, but its always the same 4 lines together as a group. I'm trying to find all 4 lines using a reg exp but have not spent alot of time using reg expressions and I'm going looney.
any help appreciated
mike