(VBScript)</h1> <H2>RDS API Code Examples</H2> <H3>Remote Data Service Server Property Set at Run Time</H3> <!-- RDS.DataControl with no parameters set at design time --><OBJECT classid="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33" ID=RDC HEIGHT=1 WIDTH=1></OBJECT> <TABLE...
Azure Machine Learning SDK (v2) examples 2024/10/31 Top-level directory for official Azure Machine Learning Python SDK v2 sample code. Azure Python 添加 添加到集合 添加到计划 Implementing the FacePile component Power Apps component framework React sample 2024/10/31 This sample shows how...
Usage: sqlcmd [flags] sqlcmd [command] Examples: # Install/Create, Query, Uninstall SQL Server sqlcmd create mssql --accept-eula --using https://aka.ms/AdventureWorksLT.bak sqlcmd open ads sqlcmd query "SELECT @@version" sqlcmd delete # View configuration information and connection strings...
Usage: sqlcmd [flags] sqlcmd [command] Examples: # Install/Create, Query, Uninstall SQL Server sqlcmd create mssql --accept-eula --using https://aka.ms/AdventureWorksLT.bak sqlcmd open ads sqlcmd query "SELECT @@version" sqlcmd delete # View configuration information and connection strings...
Connections, variables, events, and logging features are available as members of the Dts property as shown in the following examples. To reference a variable, call Dts.Variables["MyCaseSensitiveVariableName"].Value; To post a log entry, call Dts.Log("...
Examples The following example creates a SqlConnection, a SqlCommand, and a SqlDataReader. The example reads through the data, writing it to the console. Finally, the example closes the SqlDataReader and then the SqlConnection as it exits the Using code blocks. C# Copy private static void ...
In this tip, we will look at a few ways (with examples) about how Microsoft handles some common DBA tasks, and what we can learn from Microsoft. Review SQL Server System Object Code One common question we have is “what is the largest table (in terms of rows, or used space) in this...
sys.sql_modules See example E in the Examples section. sys.assembly_modules Displays information about CLR user-defined functions. sys.parameters Displays information about the parameters defined in user-defined functions. sys.sql_expression_dependencies Displays the underlying objects referenced by a fun...
Note The integration of .NET Framework CLR into SQL Server is discussed in this topic. CLR integration does not apply to Azure SQL Database.Jump to Simple Examples to skip the details of the syntax and get to a quick example of a basic stored procedure....
SQL TEXT Updated March 8, 2023 Introduction to SQL TEXT TEXT is a variable width character string data type that supports non-Unicode data in the code page of a SQL database server and with a maximum string length of 2,147,483,647. This data type is used for storing large pieces of ...