Securely Manage Database Credentials Using VS Manage User Secrets
In this tip we cover how to manage application secrets in a development environment to securely store database credentials.
In this tip we cover how to manage application secrets in a development environment to securely store database credentials.
Learn about some of the differences of char, nchar, varchar and nvarchar when working with SQL Server data.
In this tip I will show you a quick way to find database objects using SQL Server Management Studio.
The need to combine results in multiple SQL Server tables for producing a list of records or a summary reports are often a challenge to us as a developer. In this tip I will show you how I resolve a problem I have faced regarding joining tables where a nu
In this article I would like to share some tips on using concatenation efficiently for application development when using SQL Server.
Companies often need to generate reports and forms from scanned images and various government supplied formats. Proper knowledge of how to incorporate images in a report is a must. I am new to SQL Server 2008 Reporting Services (SSRS) and Business Intelli
You are assigned the task of creating an application to maintain the data for a new application from a data administration perspective. The application should be able to add new records, but first check to see if the record already exists. If the record a
In my project I need to retrieve and join data from two different SQL Server databases on two different SQL Server instances. The data retrieval can only be done via the existing stored procedures that have been created in these databases. In this tip we