Additional SQL Server features and topics not covered by specific categories
Is there any way to connect Hadoop to SSMS other than ODBC Driver.
We have jobs in SSMS. We are experiencing ODBC Error constantly when the job fails. but we could see other job which are running with same ODBC Driver its succeeding. To avoid this issue, we want to know is there any other way that we can connect Hadoop…
SQL Server | Other
How to accurately sequence Change Data Capture data?
We are using the Sql Server Change Data Capture feature to allow us to process data into our data warehouse which is working very well however, I have a quick question with regards to sequencing the data as I've read conflicting documents. We are…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How to share a report in SQL Server Reporting Services
I need to create a link to share a report that I created in SQL Server Reporting Services with other users. What is the best way to do this?
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
User Managed identity with failover group with servers in different regions
while using user managed identity with azure sql , the connection string or token acquired using DefaultAzureCredential is dependent on the clientID of user managed identity. for the scenario when there is a sql failover switch i.e due to outage in one…
Azure SQL Database
An Azure relational database service.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How can I resolve the "could not find server" error when using execute(@sql) at [linked_server] with a stored procedure?
I have created a stored procedure in SQL Server to execute a PL/SQL script to a linked Oracle server using either sp_executesql or execute(@sql). The former method works while the latter generates a "cannot find linked server" or…
SQL Server | SQL Server Transact-SQL
Programming language used to interact with SQL Server databases
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Install only SQL SERVER 2022 integration services on host
Hi, during the SQL SERVER 2022 installation process, I selected only the Integration Services and the master-out. With my surprise the process not required installation of the SQL SERVER engine. At the end, as I suspected, it also installed a SQL…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
When I apply the latest patches cu in the SQL server 2022 version. It uses high memory. What is the reason? It will happen sometimes or regular
When I apply the latest patches cu in the SQL server 2022 version. It is using high memory. What is the reason? It will happen sometimes or regular.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
When using execute(@sql) at [linked_server] I get "Could not find server" error
I have written the following stored procedure to execute a PL/SQL script to a linked Oracle server: ALTER PROCEDURE [dbo].[Oracle_s] ( @sql varchar(4000) ) AS BEGIN declare @result bit = 0; set nocount on; declare @temp nvarchar(4000) = 'SELECT *…
SQL Server | SQL Server Transact-SQL
Programming language used to interact with SQL Server databases
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
SQLEXPRADV 2022
Does the sql express 2022 still have a separate SQLEXPRADV download? Im trying to download Express with Advanced Services and although the download page for express 2022 lists Express with Advanced Services (SQLEXPRADV). There is no option to select…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
¿Existe una url oficial donde me digan que tipo de licencia de SQL server necesito para replicar 5 bases de sucursales a una base centralizada?
podrían darme información oficial de favor para poder utilizar cualquier tipo de replicación https://learn.microsoft.com/es-es/sql/relational-databases/replication/types-of-replication?view=sql-server-ver16 y cual licencia debo comprar para pode…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How do I transfer an on-premises license from one corporate user to another?
I need to transfer an on-premise license, but I'm having trouble finding materials explaining the step-by-step process, as well as which instrument should be used for the transfer. Can You help me?
Windows for business | Windows Client for IT Pros | User experience | Other
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
SSMS 20.1 Unable to see SSIS Execution Properties
Ever since I installed SSMS 20.1, I've been unable to look up the properties in SSIS jobs. I'm aware that 20.1 has changed the way connections are made but my connection is set up with "Trust server certificate" and multiple menus error…
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Ununable to install sql server (setup.exe) Exit code (Decimal): -2147467259 Error description: The service did not respond to the start or control request in a timely fashion.
I'm trying to download SQL express through the installation process it gives me an error Oops... Unable to install sql server (setup.exe) Exit code (Decimal) -2147467259E Error description: The service did not respond to the start or control request in…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How to fix NT AUTHORITY\ANONYMOUS LOGON login failure during MS SQL Server installation
Hi - I'm trying to install MS SQL Server on Microsoft Windows Server 2022 Standard 10.0.20348 Build 20348. I've tried installing both MS SQL Server 2019 and 2022. The installation fails with: Detailed results: Feature: Database…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
The transaction log for database is full due to 'REPLICATION'
Hi! I have a SQL 2019 database that is a member of 3 node always on availability group. It is also the subscriber being populated from a DB2 database. The log keeps filling up and I am unable to shrink or backup.. I get the message: The transaction log…
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Key store providers cannot be set more than once(Always Encrypted with JDBC and Java 8)
We are trying to use SQL Always Encrypted feature in our Java Web Application. Java 8 is the JRE and uses mssql-jdbc-9.2.1.jre8.jar as the jdbc driver. Azure-Key-vault as the column master key store provider Our application uses below code to…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Named Pipes Provider: Could not open a connection to SQL Server
Hi, Named Pipes Provider: Could not open a connection to SQL Server error (53) from public facing Server to Local SQL Server but Local to DMC Server possible Please any one can you advice to me Kind Regards R.Raja
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Scripting out 'Create Merge Replication' does not include 'processing_order'
We use Merge Replication and have defined a specific 'processing_order' for the Articles in the Publication. The Articles include tables, functions and stored procedures. When we want to setup or refresh a test environment, we will script out the…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Integration service on dedicated SQL instance
Based on an assessment I did on a client's server, I have to move all the integration services to a dedicated machine. We decided to separate ETL and data on two machines. My question is: having a dedicated instance, how do I manage the memory CAP on…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Text delimiter file
Hi, I have two tables: one for headers with 9 fields and another for lines with 6 fields. Both header and lines are highlited in yellow. I need to combine both the headers and lines using a UNION operation to display the result below. From the line…
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
SQL Server | SQL Server Transact-SQL
Programming language used to interact with SQL Server databases
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories