3
Answers

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

Photo of Nigel Fernandes

Nigel Fernandes

8y
564
1
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)