Viewing 15 posts - 1 through 15 (of 1,538 total)
Interim Update:
MS confirmed it was a most likely a bug most probably introduced around 6th Dec build (azure db) related to dropped rowset clean-up logic heading to dropped rowsets accumulating...
December 21, 2023 at 10:58 am
yeah, that returns the same information.
December 20, 2023 at 3:45 pm
Thanks Kev,
All those have type=1 (in-row data). There is no columnstore index or lob data in the database. Is there a possibility that ADR is not removing allocation units after...
December 20, 2023 at 3:13 pm
Thanks DesNorton,
Inner join will give me ~40 odd GB used by various table. The intent is to find allocation units that are not part of actual usage hence the left...
December 20, 2023 at 2:45 pm
Here are more details. Looks like LOB data is the culprit..
LOB allocation for one of the tables has grown to 4200 GB. Going to ask app guys what have they...
September 6, 2022 at 3:16 pm
That's strange, it should run in less than a second.
Do you have a DBA to refer this to or are you the DBA for this?
I'm the DBA. We have...
September 6, 2022 at 3:03 pm
Do you have a message broker running? Have the messages stopped being consumed?
The query below might shed some light on it for you:
SELECT sch.[name], obj.[name],...
September 6, 2022 at 2:48 pm
I ran your query sometimes back and its still running (1 hr 15 mins+), waiting for the output. Service broker is not enabled.
I ran another query (below) and I see...
September 6, 2022 at 1:08 pm
Thanks Steve.
TCP port was enabled. I added rule for UDP 1434 and it worked like a charm.
Thank you!
May 16, 2022 at 3:40 pm
Thanks Jasona. Recovery model was full and i changed it to simple. Also, truncate as i mentioned in previous reply wasnt the solution. The problem started repeating after sometime. Then...
April 25, 2019 at 6:27 pm
Some further updates:
.net process is something like this:
1. begin tran
2. delete from table
3. bulk import access file
4. commit
Since the process was failing mid way due to file size exceeding 10...
April 23, 2019 at 3:32 pm
I tried importing the access file (49 MB) on both new (sql server 2016 express) and old servers(sql server 2081 R2 Express). New server's data file size increases from 1...
April 23, 2019 at 1:08 pm
Thanks Lowell. The table is a clustered one. Data from this table is removed and fresh data is imported everytime. There is just problem that i see so far. Developers...
April 23, 2019 at 5:19 am
Update:
The actual problem is "Grand Total" is incorrect. This is true even when I do not select any dimension and just the sum of revenue.
However, when I slice it...
February 14, 2013 at 2:10 am
You definately need an expert to setup DR between the servers/sites.
You can have 2-node cluster (Standard edition of sql server supports) at both the sites and they can be mirrored.
Google...
December 20, 2012 at 7:51 am
Viewing 15 posts - 1 through 15 (of 1,538 total)