3
Answers

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

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)