I have used these identifiers in my proc. But still it fails while inserting any value that contains single quote in it. Can any one help
SET ANSI_NULLS ON;
GO
SET QUOTED_IDENTIFIER ON;
GO
I have used these identifiers in my proc. But still it fails while inserting any value that contains single quote in it. Can any one help
SET ANSI_NULLS ON;
GO
SET QUOTED_IDENTIFIER ON;
GO