
Configuring IIS, ASP.NET, and SQL Server - CodeProject
Oct 29, 2013 · This article is an updated one discussing the configuration of IIS, ASP.NET and SQL Server.
Install and Configure SQL Server Reporting Services (SSRS)
Oct 30, 2021 · SQL Server Reporting Services (SSRS) provides a set of on-premises tools and services that create, deploy, and manage reports. You can design reports using data, tables, …
SQL Server CLR Integration Part 1: Security- CodeProject
Mar 4, 2007 · SQL CLR This is the first in what I plan to be a series of articles examining the Common Language Runtime (CLR) hosted by SQL Server 2005. This installment looks at the …
Sharded Multi-Tenant Database using SQL Server Row-Level Security
Nov 20, 2021 · An overview of how to design a scalable Multi-Tenant Database using Row-Level Security Predicate Functions and DDL triggers to enforce that all shared tables are always …
Using Docker for Local SQL Server Development - CodeProject
Feb 4, 2020 · In this article, we are going to: Download the latest SQL Server docker image locally Create a docker container and connect to it from SQL Server Management Studio Setup a …
WCF Service Library with Windows Service Hosting - CodeProject
Jul 15, 2009 · We get the result from the database which is retrieved by the service program and which is in turn accessed by a proxy class at the client. Till now we have seen about …
Configuring SQL Server Accent-Insensitivity - CodeProject
Jan 4, 2012 · This article describes the steps to re-configure SQL Server so that queries return accent-insensitive results. It includes source code (using Microsoft SQL Server 2008 R2 …
Build Configurations for Publishing SQL Server Database Projects
Dec 30, 2018 · Download demo - 320 KB Abstract There are multiple ways to develop and deploy a SQL Server database in Visual Studio. SQL Server Database Projects is one of them. It is …
ASP.NET Core 6.0 Blazor Server APP and Working with MySQL DB
Oct 11, 2022 · For any server-side business logic or for using the database, we need to create a ASP.NET Core WEB API or other server-side project and bind the server-side data to the …
Configuring Database Mail in SQL Server- CodeProject
Dec 30, 2013 · This is an enterprise solution for sending mails from the SQL Server database engine to SMTP servers.