About 1,130 results
Open links in new tab
  1. Configuring IIS, ASP.NET, and SQL Server - CodeProject

    Oct 29, 2013 · If you opt to use this method, you need to take into consideration that everytime you add a new database, you will need to go and configure the permissions for that database. It can become quite a tedious process if you need to configure permissions for databases on a weekly basis. Open SQL Server Management Studio (shortcut: Start -> Run -> ssms)

  2. Install and Configure SQL Server Reporting Services (SSRS)

    Oct 30, 2021 · You will see Report Server Database Configuration Wizard. We are going to create a new database but if you have already an existing database for the report server, you can also configure it. For now, I will create a new report server database. Select the first option and click Next. Step 7. Now specify details to connect SQL Server Instance on ...

  3. SQL Server CLR Integration Part 1: Security - CodeProject

    Mar 4, 2007 · By default, within SQL Server, CLR objects run in the execution context of the session of the caller. If an assembly marked as EXTERNAL_ACCESS or UNSAFE attempts to access resources external to SQL Server the execution context will be that of the SQL Server services account. Be default, SQL Server is installed under the LocalService account.

  4. Deploying Full Stack ASP.NET Core with API and SQL Server …

    Dec 1, 2022 · sql-server-volume-name – the name of the Docker volume for data persistence; sql-server-container-name – the name of the container; network-name – the name of the Docker network the SQL Server container will run in. sql-server-name – the name of the SQL Server so that the API container can find it

  5. Using Docker for Local SQL Server Development - CodeProject

    Feb 4, 2020 · Download the latest SQL Server docker image locally; Create a docker container and connect to it from SQL Server Management Studio; Setup a volume mount to store the database files outside of the container so we can persist the data when we tear down our container; Set this up with a docker-compose file; 1. Download the SQL Server Docker Image

  6. Configuring SQL Server Accent-Insensitivity - CodeProject

    Jan 4, 2012 · A collation in SQL Server is a defined set of rules for sorting and comparing data. This includes rules for case-sensitivity and accent-sensitivity. When you select a collation (for your server, database, column, or expression), you assign specific characteristics to your data that affect the results of database operations.

  7. Using Async/Await Task Methods With SQL Queries .NET 4.5

    Sep 2, 2016 · Example 1: Function to Fill a dataset Based on the SQL Query. In this example, code has been added to the body of the function which uses a standard SQL connection string and objects from the System.Data.SQLClient.NET library to connect to the database and fill a dataset based on the query.

  8. Build Configurations for Publishing SQL Server Database Projects

    Dec 30, 2018 · 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 sometimes faster to use SQL Server Data Projects for small projects versus handwritten migration scripts. However, these projects do not work with Visual Studio Build configurations (VS 2017.15.3.0).

  9. How to Create SQL Server Database Project With Visual Studio

    Apr 4, 2021 · In this article, we are going to learn about SQL Server Database Project (Template) available in Visual Studio. I will cover the following points: SQL Server Database Project - Introduction; Create New SQL Server Database Project; Import database schema from an existing database, a .sql script file or a Data-tier application (.bacpac) the Project

  10. 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. SQL Server database applications can communicate with users through an email system. It provides features like scalability, security, and reliability. It uses an SMTP server to send mail. SQL Server 2000 supports SQL Mail, which supports MAPI ...

Refresh