5,608 questions with Azure SQL Database tags

Sort by: Updated
4 answers One of the answers was accepted by the question author.

How we can add week days like Monday , Tuesday so on and time with it.

This query shows week by week data collection, But how we can add week days like Monday , Tuesday so on and time with it. Declare @beginDate int = 0; Declare @pendDate int = 1; CREATE TABLE #Test(WeekStart varchar(15), WeekEnd varchar(15)) …

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.
13,670 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,623 questions
asked 2020-10-01T22:21:44.717+00:00
RXR 121 Reputation points
commented 2020-10-04T12:54:03.607+00:00
RXR 121 Reputation points
1 answer One of the answers was accepted by the question author.

Use Autonomous Transaction in Azure SQL Database

Hello, I need to replicate Oracle's autonomous transaction in Azure SQL Database. I know I can use CLRs in SQL On-premise and Azure SQL Database Managed Instance, but I have a requirement to work on Azure SQL Database and CLRs are not supported in…

Azure SQL Database
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
787 questions
asked 2020-09-30T14:10:36.84+00:00
G Cocci 211 Reputation points Microsoft Employee
commented 2020-10-01T20:34:37.787+00:00
Mike Ubezzi 2,776 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Batch: execute Java processes

I'm looking at Azure Batch in order to let it executes on a distributed pool of VMs a set of Business Rules. I've seen that there is a Java SDK but it's not clear where I've to put "my business logic". I've seen that Java SDK let me define and…

Azure SQL Database
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
329 questions
asked 2020-09-24T14:21:28.233+00:00
Roberto Sidoti 21 Reputation points
accepted 2020-10-01T19:41:31.49+00:00
Roberto Sidoti 21 Reputation points
1 answer

Changing the Azure SQL db master db compatability level

Hello, Are there potentially adverse results from changing and Azure SQLdb's master databases compatibility level? Thanks Frank

Azure SQL Database
asked 2020-09-23T18:08:25.013+00:00
Frank Canapa (RAPP) 1 Reputation point
commented 2020-10-01T15:50:14.333+00:00
Frank Canapa (RAPP) 1 Reputation point
1 answer

Azure SQL Features for Standard and Premium in DTU model and GP and Business Critical in vCore based purchasing Model

I would like to know whether the features mentioned in the below URL are same for both Standard and General purpose service tiers under the two purchasing models namely DTU and vCore. …

Azure SQL Database
asked 2020-09-28T23:50:50.343+00:00
Pallab Chakraborty 401 Reputation points
commented 2020-10-01T13:02:06.013+00:00
Pallab Chakraborty 401 Reputation points
2 answers One of the answers was accepted by the question author.

Is it possible from Azure SQL database hosted in one subcription to query Azure SQL Database hosted in different subcription under same tenant?

Is it possible from Azure SQL database hosted in one subscription to query Azure SQL Database hosted in different subscription under same tenant?

Azure SQL Database
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,623 questions
asked 2020-09-30T12:49:26.78+00:00
Amol Pawar 21 Reputation points
accepted 2020-10-01T09:43:39.927+00:00
Amol Pawar 21 Reputation points
2 answers One of the answers was accepted by the question author.

Failure to notify user of completed Job

Hello. I'm using Windows 2016 and MS SQL Server Management Studio 18.6 I created a Job and want to be notified when it completes. I created Mail account and profile. Email Test works fine. I created a Job for backup. In Job 'properties' I selected…

Azure SQL Database
asked 2020-09-23T16:18:46.427+00:00
Susja 716 Reputation points
accepted 2020-09-30T11:05:11.653+00:00
Susja 716 Reputation points
1 answer

Always on 2012 on windows 2012 on azure vm

Hi support May I know windows 2012R2 sql 2012 always on support on azure vm? Can use azure shared disk as fsw(cloud witness is not support in windows 2012)?

Azure SQL Database
asked 2020-09-26T06:19:33.373+00:00
sakuraime 2,326 Reputation points
commented 2020-09-29T15:09:06.307+00:00
Shashank Singh 6,251 Reputation points
1 answer

CI/CD Implementation for AZURE SQL DB in Azure DevOps

Hi Team, I want to implement CI/CD Process for Azure SQL Database.As i have implemented for Azure Data factory,But i don't have any idea about CI/CD process for Azure SQL database.Could you please someone help me out to implement this if anyone has…

Azure SQL Database
asked 2020-09-10T07:03:14.48+00:00
pankaj chaturvedi 86 Reputation points
commented 2020-09-29T12:36:31.27+00:00
Anurag Sharma 17,606 Reputation points
2 answers

Can't open SQL Server Management Studio 18 - "MRU Package did not load correctly" and "Cannot create the window"

This issue is driving me crazy. I can't open SQL Server Management Studio (SSMS) 18. When I try to open it I get the follow things: Starts fine with the small window that says "Microsoft SQL Server Management Studio v18.6"... But then I…

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.
13,670 questions
asked 2020-09-20T03:48:48.1+00:00
Kurka 1 Reputation point
commented 2020-09-29T12:28:18.93+00:00
Anurag Sharma 17,606 Reputation points
2 answers

How to convert this query to 52 weeks rolling based data.

I have CTE which is quite manual so everytime I have to change week number and days thing in this query. With CTE_Deprivation_Live20 As ( Select m.PeopleID ,DateDiff(yy,P.DateOfBirth,GetDate()) as Age, m.LocationName,m.ActiveStart,m.ActiveEnd, …

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.
13,670 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,623 questions
asked 2020-09-28T02:51:48.833+00:00
RXR 121 Reputation points
commented 2020-09-29T08:23:32.11+00:00
EchoLiu-MSFT 14,581 Reputation points
1 answer One of the answers was accepted by the question author.

Entity Framework automatically creates database when it doesn't exist

We have a problem that is unfortunately costing us alot of money. We are using MVC 5 with Entity Framework 6. Our problem is, if we are using a database that doesn't exist, it will create it, but it creates a General Purpose Gen5 database. As we usually…

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,662 questions
asked 2020-09-21T06:51:29.73+00:00
Søren Pedersen 21 Reputation points
accepted 2020-09-29T07:42:36.44+00:00
Søren Pedersen 21 Reputation points
3 answers One of the answers was accepted by the question author.

What is the OS used by Azure SQL

We are in the process of certifying our product with Azure SQL as back end. Considering our entire product being hosted on AKS , Linux based VM , would like to know the OS type of Azure SQL.

Azure SQL Database
asked 2020-07-27T06:35:45.963+00:00
Honey Nadackal 126 Reputation points
accepted 2020-09-29T05:22:13.823+00:00
Honey Nadackal 126 Reputation points
1 answer One of the answers was accepted by the question author.

Are Instance Pools and Elastic Pools same when it comes to Azure SQL PaaS?

Are Instance Pools and Azure SQL Elastic Pools same thing when it comes to Azure SQL PaaS ? In the video https://www.youtube.com/watch?v=aRwJGaB3zsA it mentions about Instance Pool, so i would like to know if it is same as Elastic Pool or not. Thanks

SQL Server on Azure Virtual Machines
Azure SQL Database
asked 2020-09-26T01:04:47.093+00:00
Pallab Chakraborty 401 Reputation points
accepted 2020-09-28T19:22:28.04+00:00
Pallab Chakraborty 401 Reputation points
2 answers One of the answers was accepted by the question author.

How to bind database to new TDE Cert?

This is the code I use for the binding to new cert. USE [AGplaceholder] GO ALTER DATABASE ENCRYPTION KEY ENCRYPTION BY SERVER CERTIFICATE NEWTDECert; GO From this Updating an expired SQL Server TDE certificate article. However, it's not working when…

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.
13,670 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,623 questions
asked 2020-09-28T12:40:20.737+00:00
CharlieLor 556 Reputation points
accepted 2020-09-28T17:54:25.837+00:00
CharlieLor 556 Reputation points
1 answer

Azure machine learning - Trying to use an analytical function from SQLite results in error

When trying to use the LAG function from SQLite on an Apply SQL Transformation module from Azure Machine Learning designer results in a error, saying the sintax near "(" was wrong. The SQL code: select t1.id, t1.veiculo, lag(t1.id)…

Azure SQL Database
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,846 questions
asked 2020-09-24T19:59:36.63+00:00
Felipe Fritzen 1 Reputation point
commented 2020-09-28T13:43:09.237+00:00
Felipe Fritzen 1 Reputation point
3 answers

Unable to correctly pass parameter to command parameter in Azure Elastic job stored procedure [jobs].[sp_add_jobstep]

Dear Experts, I have this on premise job which purges data weekly on my database. I have replicated similar job using Elastic job agents for Azure SQL DB. The syntax for the job script is below. I see that the job is not running on Elastic job agents…

Azure SQL Database
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,623 questions
asked 2020-09-24T12:11:44.9+00:00
mo boy 396 Reputation points
commented 2020-09-28T05:20:49.943+00:00
Monalv-MSFT 5,896 Reputation points
1 answer

Azure Managed Database Backup Reporting

We've setup a Managed database in a SQL Managed Instance and we need to report on the backup status. I appreciate that backups are a mixture of full, incremental and transaction logs, but we need some form of reporting to indicate when a backups are run.…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,196 questions
Azure SQL Database
asked 2020-09-17T14:14:47.903+00:00
Kevin I 1 Reputation point
commented 2020-09-25T22:09:58.55+00:00
Mike Ubezzi 2,776 Reputation points
2 answers

What is the PERSISTED_VERSION_CLEANER process?

I would like to know about this process: What is its purpose? When is it running? What does it perform? Why does it use a lot of CPU&DATAIO? I cannot find any documentation about PERSISTED_VERSION_CLEANER.

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.
13,670 questions
asked 2020-09-16T06:28:18.523+00:00
Роман Губ'як 11 Reputation points
commented 2020-09-24T12:57:19.927+00:00
Роман Губ'як 11 Reputation points
11 answers One of the answers was accepted by the question author.

how can a row version be less than a previous one in a later insert in a later batch

Hi we run 2014 developer where this occurred. i'm looking at evidence that a row version in my most recent set of inserts has a lower value than that of an insert from a previous batch. i thought that was impossible. arent row versions always…

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.
13,670 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,623 questions
asked 2020-09-22T21:19:50.85+00:00
db042190 1,516 Reputation points
answered 2020-09-24T06:59:10.63+00:00
Simon Sabin 1 Reputation point