Content
issue in modifying transaction replication articles sql server 2022
While modifying an article in a transactional publication after saving I get this error that seems new to sql server 2022: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure…


Select row based on 2 column values
Please I have this table that looks like the below(schema script in the post) The table when selected will look like the below I need to get the value in A(XCHGRATE) where my desired date falls between B(EXCHDATE) and C(EXPNDATE) In this case my date…


Sql select most repeated value
Hi, I have a database called a “reader”, and a table called "dailyreader". The dailyreader has 6 columns and i am looking to create a query to select the most repeated values in all columns and show how many times has been repeated. Thanks,


How to get Existed Key Which is more than 1 count compare to source Table
Hi All, Lets say I have two sets of table which is tb1 and tb2. How can write the SQL query to get entire rows from @tb1 if I comparing the keys(CHDRNO and RSKNO) which the @tb2 and the count is more than 1 matching keys. The keys is CHDRNO and RSKNO.…
Sql DB Backup
Hello, As we know from yesterday some azure resources is down for southeast asia region including SQL server. So can we know where azure sql db store the backup? Can we download the backup and attach to sql server onprem version?


How to show new line in SSAS tabular model attribute
Hello there, I have values in SQL column as "Project Name: MSP \n\n Project Description: Billable \n\n Project Status: In Progress." I am using this field in SSAS tabular model as an attribute and need to show a new line instead of \n. How can…


ERROR: Method not found: 'Void Microsoft.NetEnterpriseServers.ExceptionMessageBox.SetButtonText(System.String[])'. (Microsoft.DataWarehouse)
Hello, When I want to edit the configuration file at Package Configuration Wizard, I get this error: Method not found: 'Void Microsoft.NetEnterpriseServers.ExceptionMessageBox.SetButtonText(System.String[])'. (Microsoft.DataWarehouse) Please refer to the…


Is an availability group listener a proxy?
Is a SQL Server availability group listener an application-layer proxy? In other words, which of the following methods does a SQL Server availability group listener use to get traffic to SQL Server instance?: Method A(non-proxy): SQL Server client…


Trying to install SQL Server
I have successfully downloaded SQL SMS and it is running, but when I try to download and install SQL Server 2022 it gets stuck during the installation process. I have tried both the Express and Developer versions. The program downloads but freezes at the…


Can't login SSRS web portal with AADDS account on other VM in same VNet
I have two VMs on Azure in same VNet, VM1 is running SQL 2016 with SSRS. I can connect SQL services fine with domain account from the VM2 but SSRS web portal is not logging in with domain account. Local SQL server account logs in to SSRS web portal on…


Quotename Error
I have the following statement and am getting an error near keyword 'end' Declare @Col Nvarchar(Max)= '' Select @Col +=Quotename(CAST(Datepart(Year, CAST([STARTDATE] AS DATE)) AS NVARCHAR(10)) + ' - Q' + (CAST(Datepart(Quarter, CAST([STARTDATE] AS…


SSIS tool tips are not disappearing VS2019 16.11.22
Various tags pop-up, seemingly at random, when I'm editing an SSIS package. They often stay there for quite a while always at the front of the screen as I move the VS window around. If I select another app, they disappear. In the case of this…


Saving all sql server agent jobs
Hello, I know there is a powershell script out there to copy all sql server agent jobs (dbatools). Is there a sql script to backup (basically, script out all the sql server agent jobs) and copy them to a local folder? Example: If there are 10 sql server…


Microsoft Reporting Services PDF Rendering Extension 11.0.0.0 - What is the Release Date?
Can Someone please tell me how to find out the release date of: Microsoft Reporting Services PDF Rendering Extension 11.0.0.0 ? I have a PDF document that has the following as the producer. It looks altered (all Metadata except create date and PDF…


Design Access control in SSAS Tabular Model
Hi Everyone, I need some help to design the dynamic access control in SSAS tabular model. Below is the requirement: Row level security but access aggregate level data Using AD groups (AD groups contain the employee email address - UserId) Note: I…


Cannot get Project Values to display in Report Writer
I am relatively new to Report Builder and am encountering an issue getting data to populate in a test report I am making. Here is an example of what is created when I click to Run. Here is a small sample of the data being uploaded: Input Project Cost…


MS SQL 2019 Developer Edition Download Link
Hi, I'm trying to find link for MS SQL 2019 Developer Edition. But all links lead to https://www.microsoft.com/en-us/sql-server/sql-server-downloads where SQL 2022 is. Where can I find link to download SQL 2019 Dev?


How to cleanup Python directories Launchpad service
I have installed the Python 3.7 machine learning feature in SQL Server but the memory growth is huge after executing several Python scripts. When you execute a SQL job with a python statement the launchpad creates folders in the…


Expression Field Does Not Word Wrap in Excel
I have an SSRS report created in Report Builder. When I use a report field as part of a formula expression, the column does NOT word wrap when exported to Excel. However, if I remove the expression and use just the report field, then the column does…