Forum Replies Created

Viewing 15 posts - 1 through 15 (of 1,539 total)

  • Reply To: Database space issue

    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...



    Pradeep Singh

  • Reply To: Database space issue

    yeah, that returns the same information.



    Pradeep Singh

  • Reply To: Database space issue

    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...



    Pradeep Singh

  • Reply To: Database space issue

    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...



    Pradeep Singh

  • Reply To: MDF size increasing without table size increase

    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...



    Pradeep Singh

  • Reply To: MDF size increasing without table size increase

    MarkP wrote:

    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...



    Pradeep Singh

  • Reply To: MDF size increasing without table size increase

    MarkP wrote:

    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],...



    Pradeep Singh

  • Reply To: MDF size increasing without table size increase

    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...

    • This reply was modified 3 years, 8 months ago by ps..



    Pradeep Singh

  • Reply To: Unable to connect to named instance.

    Thanks Steve.

    TCP port was enabled. I added rule for UDP 1434 and it worked like a charm.

    Thank you!



    Pradeep Singh

  • Reply To: Express edition DB crossing limit

    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...



    Pradeep Singh

  • Reply To: Express edition DB crossing limit

    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...



    Pradeep Singh

  • Reply To: Express edition DB crossing limit

    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...



    Pradeep Singh

  • Reply To: Express edition DB crossing limit

    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...



    Pradeep Singh

  • RE: Measure shows incorrect value

    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...



    Pradeep Singh

  • RE: SQL Server HA with Automatic Failover

    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...



    Pradeep Singh

Viewing 15 posts - 1 through 15 (of 1,539 total)