Viewing 15 topics - 3,766 through 3,780 (of 284,127 total)
Topics
Started by
Posts
Last post
I have a database trigger on the DB that detects DDL changes, using EVENTDATA(). And then logs the…
2 replies
i try to understand why my procedure do not respect the loop in batches of 10 until the end. i mu…
7 replies
Hello Gurus for one use case we converted the code to use temp tables as one of the Tables has 60 M…
1 replies
CREATE TABLE #tempdblogin ( lastcheck nvarchar(100) ) EXEC sp_MSforeachdb 'USE ? insert …
2 replies
I am considering implementing an Azure Postgres DB for use in a part of an ETL process. I would nee…
1 replies
Every time the dev team runs their dacpac, they encounter an issue. "This deployment may encounter …
2 replies
Hello, I have come across this peculiar problem. This stp is called every begin of the day of the a…
8 replies
I'm trying to script out an availability group in SQL and found this neat article here with a power…
2 replies
Hi all We've got some tables where the field order is .... odd. We designed the tables but, …
21 replies
I wanted to share my findings with you (and a script) We have 24/7 workload with no downtime, up to…
11 replies
Comments posted to this topic are about the item Building Bonds with Entertainment
4 replies
Comments posted to this topic are about the item Closing a Symmetric Key
0 replies
Hi, This is my table and data, CREATE TABLE [dbo].[rpt_AR_StatementOfAcct_003]( [Id] [int] IDENTITY…
4 replies
Some of our databases are getting be close to 2 terabytes. We are backing up to azure storage and a…
26 replies
I'm working on a data analysis project in Python and need to calculate both the mean and median of …
1 replies
Viewing 15 topics - 3,766 through 3,780 (of 284,127 total)