3
Reply

When Generating scripts , do we need to run all the code?

Nigel Fernandes

Nigel Fernandes

Sep 28 2016 10:59 PM
217
When Generating scripts using SQL Server Management it also generates lots of other lines .. Is it necessary to execute all these?
Aren't these default settings ?
 
Example:
 
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO


 

Answers (3)