6 lines
142 B
Transact-SQL
6 lines
142 B
Transact-SQL
INSERT INTO [dbo].[DefaultProperties] (
|
|
[PropertyId],
|
|
[PropertyName],
|
|
[DefaultValue])
|
|
VALUES
|
|
(480, 'AllowStreamingModes', 'False') |