Viewing 15 topics - 4,186 through 4,200 (of 284,063 total)
Topics
Started by
Posts
Last post
WITH RECURSIVE factorial(F,n) AS ( SELECT 1 F, 3 n UNION ALL SELECT F*n F, n-1 n from factorial whe…
8 replies
Team, Why does the below not work? Using parameters for listener name and ip addresses. When i hard…
2 replies
hallo all, let me ask i have a query convert like this : INSERT INTO STG_RECOVERY (MODEL, VALID_ON,…
4 replies
Comments posted to this topic are about the item Creating an Azure SQL Database Using Azure Cloud S…
2 replies
Comments posted to this topic are about the item OUTER APPLY
0 replies
is there a stored proc somewhere for sql server 2016 that can return latest restore database durati…
7 replies
use dB DROP PROCEDURE [dbo].[pre_update] GO SET QUOTED_IDENTIFIER ON CREATE TYPE GetTrackingNo AS T…
4 replies
Is there a way to show the next date that is greater but not have them duplicate like the highlight…
15 replies
Hi Below is the create table and insert script. I am attaching current output and expected output. …
4 replies
All Pub dist and Sub servers are in AG with Sql server 2016 SP3 version and while configuring repli…
3 replies
Comments posted to this topic are about the item Managed Instance Differential Backups
0 replies
Comments posted to this topic are about the item Stairway to DAX and Power BI - Level 22: Time Inte…
0 replies
Case: windows 2019 cluster with 2 nodes and 2 sql server 2019 instances (FCI- NOT Always On) …
2 replies
All, I'm trying to compare two queries in terms of actual CPU and IO usage. In terms of IO the near…
5 replies
I have a 2 CASE statements where it works out if the picks are within a set threshold and give eith…
2 replies
Viewing 15 topics - 4,186 through 4,200 (of 284,063 total)