(Tim Smith) We’ve been experiencing longer transaction latency with data for our near real-time reports, which require precise times for the data to appear for the reports that we send to our clients.
Tag: sql server
Powershell Script – Backup SQL databases to a remote drive
(Jack Vamvas) Question: Do you have a powershell script to backup SQL databases on a single SQL Server Instance , and direct them to a network share or a local drive? Also , I’d like an email notification with a screen output sent to my email box.
Perfect Storm for Upgrading to a Modern Version of SQL Server
(Glenn Berry) A number of ongoing and upcoming developments in software, hardware, and storage technology are shaping up to make the next twelve to eighteen months an ideal time to migrate from a legacy version of SQL Server to a modern version of SQL Server.
Displaying and Removing Unprintable Hexadecimal Characters from SQL Server Data
(Greg Larsen) There are times when you might need to look at your SQL Server data in hexadecimal format. Occasionally some string data in my database will contain unprintable characters erroneously.
SQL SERVER – Install Error – The Reporting Services Catalog Database File Exists. Select a Reporting Services files-only mode installation
(Pinal Dave) One of my clients was doing a remote installation of SQL Server via command prompt. During the testing phase, they encountered an error. In this blog, we would learn how to fix error The Reporting Services catalog database file exists.
What are my permissions?
(Kenneth Fisher) Permissions are a common concern. One of the most frequent requests I get is I need X, Y and Z permissions. And all too often the conversation goes like this:
How to create a read only user for a SQL Azure database
(benjamin perkins) I am updating, or should I say, re-coding a website I have from ASP.NET Web Forms (aspx) to ASP.NET Core Razor Pages (chtml). The database it connects to only has a global admin, full access user identity.
Graph processing with SQL Server
(Jayendra Viswanathan) I came across Graph processing in SQL Server which to me is an advanced version of using Common Table Expressions (CTE). SQL Server offers graph database capabilities to model many-to-many relationships.
SQL SERVER – FIX: Error 17836: Length Specified in Network Packet Payload Did Not Match Number of Bytes Read; the Connection has been Closed
(Pinal Dave) One of my clients reported that they are seeing below error in SQL Server ERRORLOG. He noticed a strange error of the network packet.
Using the Data Migration Assistant (DMA) tool to migrate from SQL Server to Azure SQL database
(Mohammed Moinudheen) We have an on-premises SQL Server database and we have used the Data Migration Assistant (DMA) to check for any compatibility issues before migration to Azure SQL database. Is it possible to use this tool to perform the actual migration of the database to the new target?
