Possible duplicate:Delete date / time in my sql script generated with EM?
Database - Tasks - Scripting
I use this operation to create a script database and save it in the version control system. But this script has lines like this:
/ ****** Object: Table [dbo]. [statuses] script Date: 01/19/2012 11:32:16 ****** /
The date in such lines changes every time I create it. Is it possible to create a script database without these lines?
Based on the comments on the question, change the SSMS settings ...
Tools..Options..SQL Server Object Explorer..Scripting
Uncheck "Include descriptive headings"
Source: https://habr.com/ru/post/906390/More articles:Display current branch name in Eclipse / Subclipse - eclipseWhy do CMake prefixes have backslashes when executing a command? - escapingDo I need more arrays of arrays of "non-zero" primitives? - javaScalable repeating background images in SVG - cssstd, boost, or another widespread implementation of a hash table container with implicit keys - c ++How is the java "this" keyword implemented? - javaremove ppa in ubuntu without using ppa-purge - ubuntujetty: updated static resources in reversal mode - mavenJava conversion of images to byte sizes of an array - javaHow can I control the speed with which Spring gets out of the queue? - javaAll Articles