Forum Replies Created

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

  • 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

  • RE: Shrink DB

    simple

    2 options

    shrink the log or get more disk space (possibly by moving the log or data files) - both of which need access to the server.

  • RE: Each GROUP BY expression must contain at least one column that is not an outer reference.

    ok - you've switched back from sum to average now - so i've modified to do both

    think about what you are grouping by ---- you've still got convert(varchar(20)....) in there...

  • RE: Shrink DB

    sorry chap , that means the information you have posted is useless... if you don't have access to the server then how are you going to fix it anyway...

  • RE: Each GROUP BY expression must contain at least one column that is not an outer reference.

    ok - so change your grouping and, order by and select to use

    DATEPART(hh,mydatecolumn)

    i'm sure you can then figure out how to display the date in the query

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