18,140 questions with SQL Server-related tags

Sort by: Updated
1 answer

Sweet Money Customer Care toll-free Number - 9054032958 (((((call))))) 8891102031toll free

Phone number and your question about

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
903 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,947 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,391 questions
asked 2024-05-24T16:59:08.22+00:00
Anjali Kumari 0 Reputation points
answered 2024-05-24T16:59:08.2433333+00:00
Q&A Assist
1 answer

Dataset format needed for azure blob storage

How do I select what format is right for me while moving documents from SQL Server to Azure blob storage using Azure Data Factory pipeline? The existing documents in the Blob storage show the type as Block Blob, but it doesn't show the format. I need to…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,489 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-05-24T13:53:47.7833333+00:00
Reema DSouza 0 Reputation points
commented 2024-05-24T16:11:06.9433333+00:00
Gowtham CP 1,255 Reputation points
1 answer

SSMS not flagging basic errors after IIF statement

DMF_SSMS_SQL_IIF_Err.pdf I just wanted to notify Microsoft of an error I believe I found with SSMS error notification. Going thru some scripts, I came across one that had a CASE and IIF in it. I accidently did a typo, no errors, but failed. I then…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,563 questions
asked 2024-05-20T15:07:50.28+00:00
AdamG Devl 0 Reputation points
commented 2024-05-24T16:02:35.9133333+00:00
AdamG Devl 0 Reputation points
1 answer

SSRS Report Subscription Windows Share File Option Failed

We have configured SSRS Report Subscription export report automatically and place the file in shared path location, we did all the configurations but getting error like "Failure writing file acctbalrw : The permissions granted to user '' are…

SQL Server Reporting Services
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.
2,825 questions
asked 2024-05-24T14:47:14.9633333+00:00
Vinaya Velli 0 Reputation points
answered 2024-05-24T15:34:02.9833333+00:00
Olaf Helper 41,411 Reputation points
0 answers

Can a deadlock issue be raise while running two select queries in sql server

Do we get a deadlock issue while running two select statements of two different table in sql server

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2024-05-24T13:21:28.4666667+00:00
Khan-CW, P Ali Altaf 63769 0 Reputation points
4 answers One of the answers was accepted by the question author.

SQL Server Snapshot Agent suddenly getting error 1130 when trying to connect to Azure File Storage

I have the following SQL Server Replication Setup Publisher server is an Azure SQL Managed Instance, Subscriber server is the same server Storage is Azure File Share I'm trying to setup replication from a database on a managed instance (DB_1) to another…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,186 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2024-05-20T14:03:49.28+00:00
Bert 0 Reputation points
accepted 2024-05-24T12:19:17.9933333+00:00
Bert 0 Reputation points
4 answers

Microsoft.ReportingServices.ReportViewerControl.WebForms version 150.1404.0 returns invalid HTML for Reserved.ReportViewerWebControl.axd?ResourceStreamID=Blank.gif

The HTML returned by the reporting services viewer is missing the " at the end of the src attribute. It's resulting in: <img…

SQL Server Reporting Services
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.
2,825 questions
asked 2020-10-22T16:44:23.957+00:00
Alan Waiss 31 Reputation points
commented 2024-05-24T10:46:53.24+00:00
Tomas Wall 0 Reputation points
4 answers

how to specify folder for backup command when using sqlcmd

Sql Server 2019 express edition. I am trying to setup a backup (temporarily) using task scheduler in windows 10. I have sqlcmd as the command. I have -S mymachine\sqlexpress -U myuser -P myuserpass -i c:\mytools\backupdbcommand.sql In the…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2023-06-07T20:59:19.81+00:00
Darryl Hoar 141 Reputation points
answered 2024-05-24T10:12:12.04+00:00
Shanto Islam 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can I setup an SQL Server on Virtual Machine via a json script

Hello, I tried to setup a vitual machine together with sql server multiple times, but everytime there was finally any problem with SQL Iaas Extension and/or SQL Server, so the VM is running, but no SQL Server, Currently I am in the validation phase of…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,280 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,007 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2024-05-23T18:50:56.6566667+00:00
Peschlow 20 Reputation points
commented 2024-05-24T09:48:49.55+00:00
Peschlow 20 Reputation points
2 answers

How can I sync data from a source database table without primary key to the destination database table with primary key

Hi all, If the source MS SQL SERVER 2017 database table does not have primary key but destination MS SQL SERVER 2019 database table has primary key, what is the best way or method to make both tables data in sync? Please take into consideration that…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2024-05-23T01:45:18.7933333+00:00
Cindy See 166 Reputation points
edited an answer 2024-05-24T09:43:33.26+00:00
LucyChenMSFT-4874 1,355 Reputation points
0 answers

Transfer documents from sqlserver in varbinary to Azure Blob storage

I am looking to move a large set of documents from a Managed Instance of SQL Server database where the documents are saved in varbinary data type on the sql server table. The ADF dataflow I created doesn't let me select a Azure Blob 'Binary' as the sink…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-05-23T16:42:11.0466667+00:00
Reema DSouza 0 Reputation points
edited a comment 2024-05-24T08:05:09.94+00:00
Harishga 4,175 Reputation points Microsoft Vendor
4 answers One of the answers was accepted by the question author.

sql data store is causing errors on sql server 2022

We have recently upgraded our servers to SQL Server 2022, and are currently hosting three Microsoft SQL servers running version 16.0.4015.1. We have enabled the query store on all of our databases, with between 5 to 9 databases hosted per server. Since…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2023-04-04T12:24:49.7933333+00:00
Boon, Hendrik (GRQ-BGE) 35 Reputation points
edited a comment 2024-05-24T07:23:33.6533333+00:00
Lykakis, Janis 0 Reputation points
2 answers

framework realated question

what is frame in framework for .net applicatons like .net framework 3.5 and what it indicates for frames

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
702 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,380 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
306 questions
asked 2024-05-10T16:37:37.01+00:00
Siddangoud Bharamagoudar 61 Reputation points
commented 2024-05-24T07:17:27.83+00:00
Lan Huang-MSFT 26,516 Reputation points Microsoft Vendor
2 answers

Unable to connect to private linked SQL server from azure web apps

I have a group of linux web apps with VNet Integration enabled on a subnet called web-tier and an azure server with private link configured on another subnet called data-tier. I have also added nsg rules to the data-tier subnet nsg to allow inbound…

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
472 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,032 questions
asked 2024-05-21T15:35:47.5633333+00:00
ParthibanSekarUK-3136 0 Reputation points
commented 2024-05-24T06:52:47.1133333+00:00
ParthibanSekarUK-3136 0 Reputation points
3 answers One of the answers was accepted by the question author.

Service Broker Queue - Receive

Hi, I want to read SQL service broker messages and push to Azure service bus. And my .net core application is used for the same. Currently I am using 'receive' command. The problem with 'receive' is that the message is getting deleted from service broker…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2024-05-22T11:18:16.0366667+00:00
Santhi Dhanuskodi 145 Reputation points
commented 2024-05-24T06:08:25.3733333+00:00
Santhi Dhanuskodi 145 Reputation points
3 answers

create sp to populate table from one db to another

Hi, how to create Store procedure to populate data from one database table to another database table and do we need to refresh or it will auto sync

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
Azure Database for PostgreSQL
SQL Server Reporting Services
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.
2,825 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,249 questions
asked 2024-05-21T02:56:37.6+00:00
Vineet S 185 Reputation points
commented 2024-05-24T06:02:16.3066667+00:00
ShaktiSingh-MSFT 13,991 Reputation points Microsoft Employee
1 answer

Alternative to Attunity CDC

Looking at blog SQL Server Integration Services (SSIS) Change Data Capture Attunity feature deprecations I am getting confused what to do with all packages using CDC components. Also, question is what to do with new development of incremental update…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,467 questions
asked 2024-05-23T09:56:32.68+00:00
Nebojsa Ilic 35 Reputation points
answered 2024-05-24T05:51:17.53+00:00
ZoeHui-MSFT 33,551 Reputation points
1 answer

Troubleshooting SQL Server Replication Error During Version Upgrade

How can we resolve a Replication error that occurs when trying to include certain tables in a Publication after migrating from SQL Server 2012 to SQL Server 2019? Removing the affected articles is a temporary solution, but the issue persists for 10…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2024-05-22T03:50:56.0266667+00:00
Vanitha Dodla (MINDTREE LIMITED) 40 Reputation points Microsoft Vendor
commented 2024-05-24T05:40:37.05+00:00
LucyChenMSFT-4874 1,355 Reputation points
2 answers

How to check root cause of "Agent message code 20084. The process could not connect to Distributor" on a Pull subscription(SQL MI) and Publisher/Distributor (ON Prem SQL Server)

How to check root cause of "Agent message code 20084. The process could not connect to Distributor" on a Pull subscription(SQL MI) and Publisher/Distributor (ON Prem SQL Server) The firewall and network settings looks fine. However we are…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2024-05-21T13:10:34.7166667+00:00
Nitya V 40 Reputation points
commented 2024-05-24T05:39:58.5333333+00:00
LucyChenMSFT-4874 1,355 Reputation points
1 answer

How To send mail with attachment from SQL MI

Hi Team, I am using msdb.dbo.sp_send_dbmail to send mail from sql mi. I need to send this mail with attachment. Since SQL MI does not support file attachment i am looking for the alternatives. I have one https service like https://test/getfile service…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,895 questions
asked 2024-05-17T08:52:23.3666667+00:00
commented 2024-05-24T05:39:12.2233333+00:00
LucyChenMSFT-4874 1,355 Reputation points