News

Today’s README file explains how to create connection strings to SQL Server databases using Visual Studio’s built-in tools. To provide an example using real source, I created a simple Winforms ...
Learn how ADOMD.NET server objects are helper objects that can be used to create user defined functions (UDFs) or stored procedures in Microsoft SQL Server Analysis Services. Interaction with the ...
For instance, a Workspace Object can represent a SQL Server connection with properties like server name, database name, username, and password. Instead of defining distinct connection for every SQL ...
To differentiate from a traditional backup to URL to object storage, SQL Server 2022 uses “S3://” as an URL prefix. For security reasons, an HTTPS endpoint must be established between SQL Server 2022 ...
Finally, there is a FOR JSON clause that can format any result set returned by SQL query as JSON text: SELECT object_id, name FROM sys.tables FOR JSON PATH. Check out the other posts in this four-part ...