Viewing 15 topics - 4,006 through 4,020 (of 284,035 total)
Topics
Started by
Posts
Last post
Comments posted to this topic are about the item Get the Most Current Row From a Detail Table God i…
5 replies
In my home office (SQL Server DBA, now a 13-year retiree) I have two NAS devices, a D-Link DNS-343 …
13 replies
Hi everyone I am working on a query where I need to list all business month end dates between two d…
7 replies
Comments posted to this topic are about the item The Data Professional Social Graph
2 replies
I just discovered trace flag 3444 set on a SQL 2017 srver, and I can't find reference to it. Has an…
3 replies
Has anyone tried deploying ssis to MSDB db in SSIS server using Azure pipeline? I am used to do th…
1 replies
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
Viewing 15 topics - 4,006 through 4,020 (of 284,035 total)