Forum Replies Created

Viewing 15 posts - 106 through 120 (of 859 total)

  • RE: Generate schedule table

    Abu Dina (11/12/2012)


    Very good! I have much to learn.... 😛

    I'm glad you asked about what I'm doing.

    Let me try to explain, I have:

    1 SQL Server Instance with 25 databases (I...

  • RE: Hight memory usage by SQL SERVER 2008 R2

    are you running multiple instances? Also our former server admin had an extra couple of 0's in the max server memory when he first set it up. couple...

  • RE: No record count in PIVOT

    mickyT (11/12/2012)


    michielbijnen (11/12/2012)


    There is a comma! As far as I know the syntax is correct for the columns variable. Or not?

    As an example

    select 'Count IsPrimary', [0], [1]

    from (select isprimary, blockid...

  • RE: No record count in PIVOT

    michielbijnen (11/12/2012)


    There is a comma! As far as I know the syntax is correct for the columns variable. Or not?

    every thing in the dynamic sql is correct since the extra...

  • RE: Need to transpose some data - and not sure of the best way to do so - pivot table perhaps?

    One thing i do when i need something like these requirements is create a consistent uniquifier using something like ROW_NUMBER() and have the base of my pivot something like this:

    SELECT...

  • RE: No record count in PIVOT

    it looks like there is an extra minus sign in your query at whereisnull(h.ldatuitdienst, getdate()+1) > pd.eddatum - @DaysMinus -

    Other than that with out some sample data it...

  • RE: Multiple Server Reboot with SQL Server 2008 R2 on it

    what i might do is manually shut down the service then disable the SQL Server service while they do their multiple reboots then once they are done restart and re-enable...

  • RE: Generate schedule table

    well to generate the table here is a faster and more direct way. it uses a tally table to generate the dates (posted as a cte Tally Table). ...

  • RE: How many rows in a table before using a clustered index?

    Bobby Glover (11/10/2012)


    capnhector (11/9/2012)


    Bobby Glover (11/9/2012)


    Praise the lord for this post. I have the same issue 1000 tables 750 are heaps, the wierd thing is they have NON-CLUSTERED PKs in...

  • RE: Buffer Pool

    SQLSACT (11/10/2012)


    Are these clean pages or clean buffers?

    Thanks

    these are clean pages. SQL Server only drops pages from the buffer if there is not enough memory (or the server is...

  • RE: Today's Random Word!

    Revenant (11/9/2012)


    crookj (11/9/2012)


    JAZZ Master (11/9/2012)


    anthony.green (11/9/2012)


    capnhector (11/8/2012)


    Cliff Jones (11/8/2012)


    crookj (11/8/2012)


    capnhector (11/8/2012)


    JAZZ Master (11/8/2012)


    bcsims 90437 (11/8/2012)


    crookj (11/8/2012)


    Ray K (11/8/2012)


    opc.three (11/7/2012)


    Ground Game

    aerial assault

    Space Combat

    Space Invaders

    BMEs

    BMI

    MIBs

    Tommy Lee Jones and Will Smith

    apple built self...

  • RE: Buffer Pool

    SQLSACT (11/9/2012)


    GilaMonster (11/9/2012)


    SQLSACT (11/9/2012)


    I'm trying to understand what happens to clean pages in the buffer pool (when a select statement brings pages into the buffer pool).

    What happens to the pages...

  • RE: rebuild on clustered index

    muthyala_51 (11/9/2012)


    Sorry for the confusion. It doesn't release space to OS, I mean to say free space in the DB increases, when we rebuild PK. Probably the best way to...

  • RE: Consecutive count for multiple records

    Nathan check out my post above yours. the outputed data was demonstrating how the 2 ROW_NUMBER()'s worked together. if you run the actual query it will return the...

  • RE: Tlog Shipping

    sdvandeslunt (11/9/2012)


    Thanks for the reply. Unfortunately that answer is exactly what I was afraid was the truth. (When you say version you mean SQL server version right, not...

Viewing 15 posts - 106 through 120 (of 859 total)