task
stringlengths
24
71
input
stringlengths
8
2.38k
output
stringlengths
1
2.34k
options
list
pageTitle
stringlengths
4
140
outputColName
stringlengths
1
79
url
stringlengths
41
160
wdcFile
stringlengths
71
74
fa7d2e71_OpenMP_Directives__Description
[Directive] sections (OpenMP) [Description]
Identifies code sections to be divided among all threads.
[]
OpenMP Directives
Description
https://msdn.microsoft.com/en-US/library/0ca2w8dk(v=vs.90).aspx
23/1438042988930.94_20150728002308-00229-ip-10-236-191-2_890879176_1.json
fa7d2e71_OpenMP_Directives__Description
[Directive] single [Description]
Lets you specify that a section of code should be executed on a single thread, not necessarily the master thread.
[]
OpenMP Directives
Description
https://msdn.microsoft.com/en-US/library/0ca2w8dk(v=vs.90).aspx
23/1438042988930.94_20150728002308-00229-ip-10-236-191-2_890879176_1.json
fa7d2e71_OpenMP_Directives__Description
[Directive] threadprivate [Description]
Specifies that a variable is private to a thread.
[]
OpenMP Directives
Description
https://msdn.microsoft.com/en-US/library/0ca2w8dk(v=vs.90).aspx
23/1438042988930.94_20150728002308-00229-ip-10-236-191-2_890879176_1.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
The QUOTED IDENTIFIER session setting is honored when multistatement table-valued functions are created. [Possibility of impact] Medium
The QUOTED_IDENTIFER setting is always set to ON for multistatement table-valued functions when they are created regardless of the session level setting.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
The current language setting is used to evaluate datetime and smalldatetime literals in the partition function. [Possibility of impact] Medium
When you create or alter a partition function, datetime and smalldatetime literals in the function are evaluated assuming US_English as the language setting.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
The FOR BROWSE clause is not allowed in INSERT and SELECT INTO statements. [Possibility of impact] Medium
The FOR BROWSE clause is allowed (and ignored) in INSERT and SELECT INTO statements.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
Full-text predicates are not allowed in the OUTPUT clause. [Possibility of impact] Low
Full-text predicates are allowed in the OUTPUT clause.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
CREATE FULLTEXT STOPLIST, ALTER FULLTEXT STOPLIST, and DROP FULLTEXT STOPLIST are supported. [Possibility of impact] Low
CREATE FULLTEXT STOPLIST, ALTER FULLTEXT STOPLIST, and DROP FULLTEXT STOPLIST are not supported. The system stoplist is automatically associated with new full-text indexes.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
MERGE is a fully reserved keyword. The MERGE statement is supported under both 100 and 90 compatibility levels. [Possibility of impact] Low
MERGE is not enforced as a reserved keyword.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
You can capture the results of an OUTPUT clause in a nested INSERT, UPDATE, DELETE, or MERGE statement, and insert those results into a target table or view. This is done using the argument of the INSERT statement. [Possibility of impact] Low
Using the argument of the INSERT statement raises a syntax error.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
Unless NOINDEX is specified, DBCC CHECKDB or DBCC CHECKTABLE performs both physical and logical consistency checks on a single table and on all its nonclustered indexes. However, on XML indexes, spatial indexes, and indexed views, only physical consistency checks are performed by default. If WITH EXTENDED_LOGICAL_CHECKS is specified, logical checks are performed on indexed views, XML indexes, and spatial indexes, where present. By default, physical consistency checks are performed before the logical consistency checks. If NOINDEX is also specified, only the logical checks are performed. [Possibility of impact] Low
Unless NOINDEX is specified, DBCC CHECKDB or DBCC CHECKTABLE performs both physical and logical consistency checks on a single table or indexed view and on all its nonclustered and XML indexes. Spatial indexes are not supported.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
When an OUTPUT clause is used with a data manipulation language (DML) statement and a run-time error occurs during statement execution, the behavior depends on the SET XACT_ABORT setting. If SET XACT_ABORT is OFF, a statement abort error generated by the DML statement using the OUTPUT clause will terminate the statement, but the execution of the batch continues and the transaction is not rolled back. If SET XACT_ABORT is ON, all run-time errors generated by the DML statement using the OUTPUT clause will terminate the batch, and the transaction is rolled back. [Possibility of impact] Low
When an OUTPUT clause is used with a data manipulation language (DML) statement and a run-time error occurs during statement execution, the entire transaction is terminated and rolled back.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
CUBE and ROLLUP are reserved keywords within the GROUP BY clause. [Possibility of impact] Low
CUBE and ROLLUP are not enforced as reserved keywords.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
Lax validation is applied to elements of the anyType type. For more information, see Wildcard Components and Content Validation. [Possibility of impact] Low
Strict validation is applied to elements of the XML anyType type.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
The special attributes xsi:nil and xsi:type are stored as regular attributes and can be queried and modified. For example, executing the query SELECT x.query('a/b/@*') returns all attributes including xsi:nil and xsi:type. To exclude these types in the query, replace @* with @*[namespace-uri(.) != "insert xsi namespace uri" and not (local-name(.) = "type" or local-name(.) ="nil". [Possibility of impact] Low
The special attributes xsi:nil and xsi:type cannot be queried or modified by data manipulation language statements. This means that /e/@xsi:nil fails while /e/@* ignores the xsi:nil and xsi:type attributes. However, /e returns the xsi:nil and xsi:type attributes for consistency with SELECT xmlCol, even if xsi:nil = "false".
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
A user-defined function that converts an XML constant string value to a SQL Server datetime type is marked as non-deterministic. [Possibility of impact] Low
A user-defined function that converts an XML constant string value to a SQL Server datetime type is marked as deterministic.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
The union and list types are fully supported including the following functionality: Union of list Union of union List of atomic types List of union [Possibility of impact] Low
The XML union and list types are not fully supported.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
The SET options required for an xQuery method are validated when the method is contained in a view or inline table-valued function. An error is raised if the SET options of the method are set incorrectly. [Possibility of impact] Low
The SET options required for an xQuery method are not validated when the method is contained in a view or inline table-valued function.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
XML attribute values that contain end-of-line characters (carriage return and line feed) are normalized according to the XML standard. That is, all line breaks in external parsed entities (including the document entity) are normalized on input by translating both the two-character sequence #xD #xA and any #xD that is not followed by #xA to a single #xA character. Applications that use attributes to transport string values that contain end-of-line characters will not receive these characters back as they are submitted. To avoid the normalization process, use the XML numeric character entities to encode all end-of-line characters. [Possibility of impact] Low
XML attribute values that contain end-of-line characters (carriage return and line feed) are not normalized according to the XML standard. That is, both characters are returned instead of a single line-feed character.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
The column properties ROWGUIDCOL and IDENTITY cannot be named as a constraint. Error 156 is returned. [Possibility of impact] Low
The column properties ROWGUIDCOL and IDENTITY can be incorrectly named as a constraint. For example the statement CREATE TABLE T (C1 int CONSTRAINT MyConstraint IDENTITY) executes, but the constraint name is not preserved and is not accessible to the user.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
Updating columns by using a two-way assignment produces expected results because only the statement starting value of the column is accessed during statement execution. [Possibility of impact] Low
Updating columns by using a two-way assignment such as UPDATE T1 SET @v = column_name = can produce unexpected results because the live value of the variable can be used in other clauses such as the WHERE and ON clause during statement execution instead of the statement starting value. This can cause the meanings of the predicates to change unpredictably on a per-row basis. This behavior is applicable only when the compatibility level is set to 90.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
Variable assignment is not allowed in a statement containing a top-level UNION operator. Error 10734 is returned. To resolve the error, rewrite the query as shown in the following example. Copy DECLARE @v int; SELECT @v = BusinessEntityID FROM (SELECT BusinessEntityID FROM HumanResources.Employee UNION ALL SELECT BusinessEntityID FROM HumanResources.EmployeeAddress) AS Test; SELECT @v; [Possibility of impact] Low
Variable assignment is allowed in a statement containing a top-level UNION operator, but returns unexpected results. For example, in the following statements, local variable @v is assigned the value of the column BusinessEntityID from the union of two tables. By definition, when the SELECT statement returns more than one value, the variable is assigned the last value that is returned. In this case, the variable is correctly assigned the last value, however, the result set of the SELECT UNION statement is also returned. Copy ALTER DATABASE AdventureWorks2012 SET compatibility_level = 90; GO USE AdventureWorks2012; GO DECLARE @v int; SELECT @v = BusinessEntityID FROM HumanResources.Employee UNION ALL SELECT @v = BusinessEntityID FROM HumanResources.EmployeeAddress; SELECT @v;
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
The ODBC function {fn CONVERT()} uses style 121 (a language-independent YMD format) when converting to the ODBC data types SQL_TIMESTAMP, SQL_DATE, SQL_TIME, SQLDATE, SQL_TYPE_TIME, and SQL_TYPE_TIMESTAMP. [Possibility of impact] Low
The ODBC function {fn CONVERT()} uses the default date format of the language. For some languages, the default format is YDM, which can result in conversion errors when CONVERT() is combined with other functions, such as {fn CURDATE()}, that expect a YMD format.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
The ODBC function {fn CURDATE()} returns both date and time, for example 'YYYY-MM-DD hh:mm:ss. [Possibility of impact] Low
The ODBC function {fn CURDATE()} returns only the date in the format 'YYYY-MM-DD'.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
1bc69f19_atibility_Level__Transact_SQL___patibility_level_setting_of_90
Datetime intrinsics such as DATEPART require string input values to be valid datetime literals. Error 241 is returned when an invalid datetime literal is used. [Possibility of impact] Low
Datetime intrinsics such as DATEPART do not require string input values to be valid datetime literals. For example, SELECT DATEPART (year, '2007/05-30') compiles successfully.
[]
ALTER DATABASE Compatibility Level (Transact-SQL)
Compatibility-level setting of 90
https://msdn.microsoft.com/en-us/library/bb510680(v=sql.110).aspx
28/1438042989301.17_20150728002309-00131-ip-10-236-191-2_883870223_0.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Create a text file.
How to: Write Text to a File
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Write to a text file.
How to: Write Text to a File
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Read from a text file.
How to: Read Text from a File
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Append text to a file.
How to: Open and Append to a Log File File.AppendText FileInfo.AppendText
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Get the size of a file.
FileInfo.Length
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Get the attributes of a file.
File.GetAttributes
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Set the attributes of a file.
File.SetAttributes
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Determine if a file exists.
File.Exists
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Read from a binary file.
How to: Read and Write to a Newly Created Data File
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
13916c9e_StringReader_Class__System_IO___e_the_example_in_this_topic___
[To do this...] Write to a binary file.
How to: Read and Write to a Newly Created Data File
[]
StringReader Class (System.IO)
See the example in this topic...
https://msdn.microsoft.com/library/windows/apps/system.io.stringreader(v=vs.110).aspx
28/1438042990112.92_20150728002310-00126-ip-10-236-191-2_880571715_3.json
2c415fea_lity_in_SQL_Server_Replication__Description
[Feature] Creating push subscriptions without a connection to the Subscriber in the New Subscription Wizard [Description]
Creating push subscriptions in the New Subscription Wizard now requires an active connection to the Subscriber during configuration. For more information about using the wizard, see How to: Create a Push Subscription (SQL Server Management Studio).
[]
Discontinued Functionality in SQL Server Replication
Description
https://msdn.microsoft.com/en-us/library/ms143723(v=sql.105).aspx
28/1438042989301.17_20150728002309-00328-ip-10-236-191-2_892826757_1.json
2c415fea_lity_in_SQL_Server_Replication__Description
[Feature] Using file transfer protocol (FTP) to initialize Subscribers running SQL Server version 7.0 [Description]
This feature is available for Subscribers running SQL Server 2000 or later versions. For more information, see Transferring Snapshots Through FTP.
[]
Discontinued Functionality in SQL Server Replication
Description
https://msdn.microsoft.com/en-us/library/ms143723(v=sql.105).aspx
28/1438042989301.17_20150728002309-00328-ip-10-236-191-2_892826757_1.json
2c415fea_lity_in_SQL_Server_Replication__Description
[Feature] Creating subscriptions in Windows Synchronization Manager [Description]
You can no longer create subscriptions in Synchronization Manager, but you can still synchronize subscriptions. For more information, see Windows Synchronization Manager.
[]
Discontinued Functionality in SQL Server Replication
Description
https://msdn.microsoft.com/en-us/library/ms143723(v=sql.105).aspx
28/1438042989301.17_20150728002309-00328-ip-10-236-191-2_892826757_1.json
2c415fea_lity_in_SQL_Server_Replication__Description
[Feature] Subscribing to a publication by locating it in Active Directory [Description]
Adding a publication to Active Directory using the @add_to_active_directory parameter of sp_addpublication or sp_addmergepublication has been deprecated. Subscribing to a publication by locating it in Active Directory has been discontinued.
[]
Discontinued Functionality in SQL Server Replication
Description
https://msdn.microsoft.com/en-us/library/ms143723(v=sql.105).aspx
28/1438042989301.17_20150728002309-00328-ip-10-236-191-2_892826757_1.json
2c415fea_lity_in_SQL_Server_Replication__Description
[Feature] Snapshot ActiveX control [Description]
This control allows you to embed the Snapshot Agent in applications. Use the new managed Snapshot Agent instead. For more information, see SnapshotGenerationAgent and How to: Create the Initial Snapshot (RMO Programming).
[]
Discontinued Functionality in SQL Server Replication
Description
https://msdn.microsoft.com/en-us/library/ms143723(v=sql.105).aspx
28/1438042989301.17_20150728002309-00328-ip-10-236-191-2_892826757_1.json
2c415fea_lity_in_SQL_Server_Replication__Description
[Feature] Remote agent activation [Description]
SQL Server 2000 supported running the Distribution Agent or Merge Agent on another computer and then activating that agent remotely using DCOM. Support has been discontinued for Distributors running SQL Server 2005 and later; it has been deprecated for Distributors running earlier versions of SQL Server. For more information, see "Remote Agent Activation" in SQL Server 2000 Books Online.
[]
Discontinued Functionality in SQL Server Replication
Description
https://msdn.microsoft.com/en-us/library/ms143723(v=sql.105).aspx
28/1438042989301.17_20150728002309-00328-ip-10-236-191-2_892826757_1.json
2c415fea_lity_in_SQL_Server_Replication__Description
[Feature] Microsoft Access (Jet 4.0) Subscribers [Description]
Jet is the underlying database used by Access, and replication supported subscriptions to Jet databases in SQL Server 2000. These subscriptions are no longer supported. We recommend using SQL Server Express instead. Access can use a SQL Server database as a backend, and SQL Server databases are not affected by this issue.
[]
Discontinued Functionality in SQL Server Replication
Description
https://msdn.microsoft.com/en-us/library/ms143723(v=sql.105).aspx
28/1438042989301.17_20150728002309-00328-ip-10-236-191-2_892826757_1.json
7906e2fc_Garbage_Collection__Title
[Description] Describes how garbage collection works, how objects are allocated on the managed heap, and other core concepts. [Title]
Fundamentals of Garbage Collection
[]
Garbage Collection
Title
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
7906e2fc_Garbage_Collection__Title
[Description] Describes the performance checks you can use to diagnose garbage collection and performance issues. [Title]
Garbage Collection and Performance
[]
Garbage Collection
Title
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
7906e2fc_Garbage_Collection__Title
[Description] Describes how to make a garbage collection occur. [Title]
Induced Collections
[]
Garbage Collection
Title
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
7906e2fc_Garbage_Collection__Title
[Description] Describes the modes that determine the intrusiveness of garbage collection. [Title]
Latency Modes
[]
Garbage Collection
Title
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
7906e2fc_Garbage_Collection__Title
[Description] Describes how to optimize garbage collection on servers shared by several small Web sites. [Title]
Optimization for Shared Web Hosting
[]
Garbage Collection
Title
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
7906e2fc_Garbage_Collection__Title
[Description] Describes how to determine when a full garbage collection is approaching and when it has completed. [Title]
Garbage Collection Notifications
[]
Garbage Collection
Title
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
7906e2fc_Garbage_Collection__Title
[Description] Describes how to monitor CPU and memory usage by an application domain. [Title]
Application Domain Resource Monitoring
[]
Garbage Collection
Title
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
7906e2fc_Garbage_Collection__Title
[Description] Describes features that permit the garbage collector to collect an object while still allowing the application to access that object. [Title]
Weak References
[]
Garbage Collection
Title
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Alter [Description]
Updates any StoredProcedure object property changes on the instance of Microsoft SQL Server.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] ChangeSchema [Description]
Changes the schema for the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Create [Description]
Creates a stored procedure on the instance of Microsoft SQL Server as defined by the StoredProcedure object.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Deny(ObjectPermissionSet, String) [Description]
Denies the specified set of permissions for the specified grantee on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Deny(ObjectPermissionSet, String[]) [Description]
Denies the specified set of permissions for the specified grantees on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Deny(ObjectPermissionSet, String, Boolean) [Description]
Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Deny(ObjectPermissionSet, String[], Boolean) [Description]
Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Discover [Description]
Discovers a list of type Object. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Drop [Description]
Removes the stored procedure from the instance of SQL Server.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] EnumObjectPermissions() [Description]
Enumerates a list of object permissions for the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] EnumObjectPermissions(String) [Description]
Enumerates a list of object permissions for a specified grantee on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] EnumObjectPermissions(ObjectPermissionSet) [Description]
Enumerates a list of object permissions for a specified permission on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] EnumObjectPermissions(String, ObjectPermissionSet) [Description]
Enumerates a list of object permissions for a specified grantee and a specified permission on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Equals [Description]
(Inherited from Object.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] FormatSqlVariant [Description]
Formats an object as SqlVariant type. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] GetContextDB [Description]
Gets the context database that is associated with this object. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] GetDBName [Description]
Gets the database name that is associated with the object. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] GetHashCode [Description]
(Inherited from Object.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] GetPropValue [Description]
Gets a property value of the SqlSmoObject object. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] GetPropValueOptional [Description]
Gets a property value of the SqlSmoObject object. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] GetPropValueOptionalAllowNull [Description]
Gets a property value of the SqlSmoObject object. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] GetServerObject [Description]
Gets the server of the SqlSmoObject object. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] GetType [Description]
(Inherited from Object.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Grant(ObjectPermissionSet, String) [Description]
Grants the specified set of permissions to the specified grantee on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Grant(ObjectPermissionSet, String[]) [Description]
Grants the specified set of permissions to the specified grantees on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Grant(ObjectPermissionSet, String, Boolean) [Description]
Grants access to the specified permission to the grantee and the ability to grant access to other users on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Grant(ObjectPermissionSet, String[], Boolean) [Description]
Grants access to the specified permission to the grantees and the ability to grant access to other users on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Grant(ObjectPermissionSet, String, Boolean, String) [Description]
Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the stored procedure under an assumed role.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Grant(ObjectPermissionSet, String[], Boolean, String) [Description]
Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the stored procedure under an assumed role.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Initialize() [Description]
Initializes the object and forces the properties be loaded. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Initialize(Boolean) [Description]
Initializes the object and forces the properties be loaded. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] IsObjectInitialized [Description]
Verifies whether the object has been initialized. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] IsObjectInSpace [Description]
Verifies whether the object is isolated or connected to the instance of SQL Server. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] ReCompileReferences [Description]
Recompiles any stored procedure or trigger that depends on the base SMO object.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Refresh [Description]
Refreshes the script name. (Inherited from ScriptNameObjectBase.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Rename [Description]
Renames the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Revoke(ObjectPermissionSet, String) [Description]
Revokes a previously granted set of permissions from a grantee on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Revoke(ObjectPermissionSet, String[]) [Description]
Revokes a previously granted set of permissions from a list of grantees on the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Revoke(ObjectPermissionSet, String, Boolean, Boolean) [Description]
Revokes previously granted permissions from a grantee on the stored procedure and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Revoke(ObjectPermissionSet, String[], Boolean, Boolean) [Description]
Revokes previously granted permissions from grantees on the stored procedure and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Revoke(ObjectPermissionSet, String, Boolean, Boolean, String) [Description]
Revokes previously granted permissions from a grantee on the stored procedure and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Revoke(ObjectPermissionSet, String[], Boolean, Boolean, String) [Description]
Revokes previously granted permissions from grantees on the stored procedure and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Script() [Description]
Generates a Transact-SQL script that can be used to re-create the stored procedure.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Script(ScriptingOptions) [Description]
Generates a Transact-SQL script that can be used to re-create the stored procedure as specified by the script options.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] ScriptHeader [Description]
Returns the text header with the option to modify the text.
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] SetParentImpl [Description]
Sets the parent of the SqlSmoObject to the newParent parameter. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] ToString [Description]
Returns a String that represents the referenced object. (Inherited from SqlSmoObject.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
a44eeec2_soft_SqlServer_Management_Smo___Description
[Name] Validate [Description]
Validates the state of an object. (Inherited from SmoObjectBase.)
[]
StoredProcedure Class (Microsoft.SqlServer.Management.Smo)
Description
https://msdn.microsoft.com/en-us/library/Microsoft.SqlServer.Management.Smo.StoredProcedure.aspx
28/1438042990112.92_20150728002310-00283-ip-10-236-191-2_880997472_2.json
3d74288b_ference__Integration_Services___Description
[Event] SQLISService_256 [Description]
Indicates that the service is about to start.
[]
Errors and Events Reference (Integration Services)
Description
https://msdn.microsoft.com/en-US/library/aa337415(v=sql.105).aspx
28/1438042990112.92_20150728002310-00305-ip-10-236-191-2_860470973_3.json
3d74288b_ference__Integration_Services___Description
[Event] SQLISService_257 [Description]
Indicates that the service has started.
[]
Errors and Events Reference (Integration Services)
Description
https://msdn.microsoft.com/en-US/library/aa337415(v=sql.105).aspx
28/1438042990112.92_20150728002310-00305-ip-10-236-191-2_860470973_3.json