Migrating varbinary data from onprem SQL table to Azure blob storage.
Hi, I need to move the varbinary data in one of my on Prem SQL data table column Column(binary_data) which needs to be uploaded to azure blob storage. We have 2 million rows in the table and every row should create one file in the blob storage for…
Migrating varbinary data from onprem SQL table to Azure blob storage.
Hi, I need to move the varbinary data in one of my on Prem SQL data table column Column(binary_data) which needs to be uploaded to azure blob storage. We have 2 million rows in the table and every row should create one file in the blob storage for…
Autoloader in Synapse
I want to load data incrementally using Azure Synapse Analytics Notebook(dedicated spark pool) there is an option on databricks to load data incrementally which is autoloader so my question was can we use this option in Azure Synapse Analytics…
Error installing SQL SERVER EXPRESS on Windows 11
I am trying to install SQL Server Express 2019 on my new Windows 11 laptop. I have tried searching errors, but am not experienced enough to link solutions to my specific issue. Any help appreciated!
Unable to Install Microsoft Sql Server 2022 and 2019
Here's the Error LogSQLServer_ERRORLOG_2024-11-04T11.10.52.txt
Problems with passing Binary as a table-valued parameter
I'm using table-valued parameters to pass binary values. I used SQLBindParameter and passed the values as SQL_C_BINARY, SQL_BINARY, BinarySize, etc. as the arguments, but when I run SQLExecute, I get an error or the result is different from what I…
Can't run query if defining temp table
I have the following T-SQL: alter procedure myProc_sp AS BEGIN create table #myTable ( retireeId varchar(12) ) select getDate() return END With the 'create table' statement in there, it returns zero rows. If I comment out the 'create table' it…
SQL Server Database Engine Services Instance Features
I'm having trouble reinstalling SQL Server Express 2022 on my computer. My Windows is up to date, and my system meets the minimum requirements. I had SQL Server Express installed before, but since reformatting my system, I’ve been unable to install it…
Generate auto generated string while importing data using SSIS
Hi Team, Could you please help me on bellow issue. Am pushing data from snowflake to SQL server using SSIS and while loading need to generate incremental string in destination. For example: Source: Destination: Thanks in advance.
external component has thrown an exception. (system.data)
Server Management Studio Import Wizard external component has thrown an exception. (system.data)
Please provide windows powershell commands to import a database backup file which is on azure blob storage account to my azure SQL vm in which sql image is installed
we have a windows sql vm where we have a preinstalled sql windows 2022 image in it. Now there is a database backup file that is stored in azure blob storage now we want to import that file into this azure sql vm can we get any powershell commands for…
SQL Server 2022 won't install
Overall summary: Final result: Failed: see details below Exit code (Decimal): -2068119551 Exit facility code: 1211 Exit error code: 1 Exit message: Cannot find registry key…
In the UK South region, we face SQL Server login issues. The ensureCreated method fails with “Login failed for user ‘myUsername’.”
In the UK South region, we are experiencing issues with the SQL Server login. Although we are using the correct username and password, the login fails when attempting to call the method ensureCreated from Entity Framework, we encounter the error:…
Issue while connecting on-prem SQL server from Logic App standard workflow
Hello community members, I am trying to connect to on prem SQL server via Logic apps(standard) using on-prem data Gateway. I am getting below error while trying to connect. Failed to retrieve dynamic inputs. Error details: 'Error code: 'BadRequest',…
SSMS 20.0 doesn't allow to add publisher on Replication Monitor
I have installed SSMS 20.0 on my Windows 11 machine. I opened Replication Monitor and there is no option for me to add publisher to Replication Monitor. Any help greatly appreciated.
How to migrate large Sybase database using SSMA for Sybase
We are on Sybase/SAP ASE database of various sizes the larges one contains about 1TB of data. We are testing the migration it to on-premise MS SQL Server 2022 Linux, using SSMA for Sybase. Our concern is to move the full data during the downtime which…
How to migrate large Sybase database using SSMA for Sybase
We are on Sybase/SAP ASE database of various sizes the larges one contains about 1TB of data. We are testing the migration it to on-premise MS SQL Server 2022 Linux, using SSMA for Sybase. Our concern is to move the full data during the downtime which…
SSMA for Sybase truncating image data type to 32768
Hi, I am using SSMA for Sybase to migrate Sybase ASE 16 database to MS SQL Server 2022 on Linux. A table with image type column is migrated but the data in this column limited to 32768. I believe if this data migration program is using bcp - it might be…
SSMA for Sybase truncating image data type to 32768
Hi, I am using SSMA for Sybase to migrate Sybase ASE 16 database to MS SQL Server 2022 on Linux. A table with image type column is migrated but the data in this column limited to 32768. I believe if this data migration program is using bcp - it might be…
The certificate chain was issued by an authority that is not trusted.
Hello. I've got an existing server a few years old that we've never had any issues connecting to. However, all of a sudden when trying to create new connections we are getting the message "The certificate chain was issued by an authority that is…