Forum Replies Created

Viewing 15 posts - 976 through 990 (of 1,999 total)

  • RE: strange transaction log behaviour

    it is transactional publication, but multiple publishers pushing to a single subscriber database (not a single table). no merge replication at all.

    i'm not interested in replication topology or which initialization...

  • RE: strange transaction log behaviour

    microsoft documentation states that it is linear fill for log files ....

    we can't do initialise from backup as there are multiple publications replicating to the subscriber database - restoring from...

  • RE: Unique Indexes Are Code; Non-Unique Indexes Are Data

    I'm sorry , but I can't even begin to describe how much I disagree with this article

    my main gripe is the fact that the author has not realised that a...

  • RE: index fragmentation.

    iamsql1 (4/25/2013)


    USE EXEC dbo.sp_spaceused TO FIND OUT INTERNAL FRAGMENTATION.

    that 100% categorically does not give you internal fragmentation, external fragmentation or any other kind of fragmentation.....

  • RE: The Memory Cube

    While this is a great innovation, i can see it potentially causing more issues than it actually fixes...

    if you've ever tried using an XL amazon instance to run a DB...

  • RE: Unable to increase initial file size in SQL2000

    is auto shrink turned on ? is there a dbcc shrinkfile/shrinkdb command being issues?

  • RE: SQL Agent memory issue

    yes all of them - originally i posted 6 servers, but it's actually 18.. the other 50 or so servers (all win 2008 datacentre with sql 2008 sp3) seem...

  • RE: Deleting duplicate record

    exactly!!!

    what if you only needed to delete 1%... i was just wondering if there was any specific Windowing issue that you know of (like Jeff's stuff about recursive CTE)

  • RE: Deleting duplicate record

    Eugene Elutin (9/6/2012)


    MVDBA (9/6/2012)


    example 2 wont work -you'll end up with a table called demo1 not demo

    Are you serious? :w00t:

    It is just an EXAMPLE 🙂

    So, I've named the table in...

  • RE: Deleting duplicate record

    Eugene Elutin (9/6/2012)


    MVDBA (9/6/2012)


    eugene... just out of interest... why avoid the windowing???

    Because using them may be slower then implementation without them...

    hmmm.... yes, but also alternate solutions might use other resources...

  • RE: Deleting duplicate record

    Luis Cazares (9/6/2012)


    That might be because Eugene already had a #demo table and didn't want to drop ti and create a new one.

    You can change the name to #demo.

    If you...

  • RE: Conversion failed when convertig date and/or time from character string

    a couple of options then

    .. is the field in the database a date or datetime field?

    .. is your report passing dates in the wrong format ... easy to test...

  • RE: Deleting duplicate record

    example 2 wont work -you'll end up with a table called demo1 not demo

  • RE: Deleting duplicate record

    eugene... just out of interest... why avoid the windowing???

  • RE: Shrink DB

    GilaMonster (9/6/2012)


    Before you do anything else...

    GilaMonster (9/6/2012)


    Please read through this - Managing Transaction Logs[/url]

    It's not a space issue, it's a complete lack of log management.

    +1 gail ---- READ THE ARTICLE

Viewing 15 posts - 976 through 990 (of 1,999 total)