Topics
Started by
Posts
Last post
Hello all, First of all, thank you for dwelling on my problem. It is as follows: I want to decremen…
1 replies
DECLARE @FROMDATE SMALLDATETIME, @TODATE SMALLDATETIME, @SERVER_NAME NVARCHAR(150) SELECT a.Se…
6 replies
Are there any frameworks out there to standardize, organize, or streamline the process of SQL QA te…
15 replies
I'm trying to roll multiple records into one replacing null value. IF (SELECT OBJECT_ID('tempdb..#T…
3 replies
Hello, Why would select count(*) from a table encounter a lock? The table in question had initial b…
8 replies
I'm doing development on large SCD2 tables (100M+ rows). When I've fixed bugs and it's time to re-…
9 replies
how can the meaning of this Where clause be explained in a human language? this query <does what…
13 replies
By: VoldemarG
Hi all, I am once again facing an interesting issue with multi-threading in SQL Server 2016. But fi…
12 replies
By: svenflock
I have date which is stored in Integer how do I get data older than 12 months select * from table1 …
5 replies
Hello, I'm working on migrating some data from an old system into a newer one. Their table …
3 replies
By: tarr94
Hello, I'm performing a backup/restore operation from a SQL Server 2012 database server to a SQL Se…
7 replies
Hello, Our reporting database truncates and loads latest data during each import and generates Uniq…
4 replies
Hi I would like to extract from a full string the 'XX....' string. This specific string inst in the…
6 replies
In the below query, the data returned in the query is in xml format. I'm receiving an issue with d…
1 replies
We have five different report servers, with 13 or so different databases, all with the same structu…
2 replies
Viewing 15 topics - 1,021 through 1,035 (of 3,093 total)
You must be logged in to create new topics.