Viewing 15 topics - 4,381 through 4,395 (of 283,920 total)
Topics
Started by
Posts
Last post
I just discovered trace flag 3444 set on a SQL 2017 srver, and I can't find reference to it. Has an…
3 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
Hi There, Can someone guide me on creating a consolidated Alert job or alert messages in which the …
12 replies
So we have a block of code that I only want system account to run.. but if a user is db_owner.. the…
2 replies
Comments posted to this topic are about the item Fitting Into RAM
36 replies
I have 3 maintenance plans for full backups, differential and transaction log. The job for log back…
3 replies
Dear Friends, On my Log Shipping configuration , sometimes , more frequently actually, the Backup,C…
1 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 Resuming Indexes on Old Databases
0 replies
Comments posted to this topic are about the item The Data Professional Social Graph
2 replies
I recently released my extension and wanted to share what I have learned so that others can start c…
7 replies
Im trying to rewrite our addin to an extension for SSMS 2016. I cant seem to find a way to add a me…
1 replies
Comments posted to this topic are about the item SQL Server Management Studio add-ins
28 replies
Has anyone tried deploying ssis to MSDB db in SSIS server using Azure pipeline? I am used to do th…
1 replies
Team, Why does the below not work? Using parameters for listener name and ip addresses. When i hard…
2 replies
Viewing 15 topics - 4,381 through 4,395 (of 283,920 total)