Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 2,647 total)

  • RE: Help with Counts

    The boxes and balls cannot be applied/used until we know the order of operations. Maybe I missed it in this long thread :), so I'm sorry if I did......

  • RE: How to add more partitions to existed table ?

    Revenant (1/16/2012)


    SQLKnowItAll (1/16/2012)


    I think that dao's question was whether you can do it without the explicit SPLIT statement. That was the gist of my previous replies: you can alter...

  • RE: Help with Counts

    bicky1980 (1/16/2012)


    SQLKnowItAll (1/16/2012)


    You have this:

    insert into test2

    values ('18','0014','01234567125','','9@test.co.uk')

    insert into test2

    values ('19','0014','01234567126','','9@test.co.uk')

    Then this is 1 unique landline?

    You have this:

    insert into test2

    values ('18','0014','01234567126','','9@test.co.uk')

    insert into test2

    values ('19','0014','01234567126','','9@test.co.uk')

    This is 1 unique landline?

    You have this:

    insert...

  • RE: Help with Counts

    You have this:

    insert into test2

    values ('18','0014','01234567125','','9@test.co.uk')

    insert into test2

    values ('19','0014','01234567126','','9@test.co.uk')

    Then this is 1 unique landline?

    You have this:

    insert into test2

    values ('18','0014','01234567126','','9@test.co.uk')

    insert into test2

    values ('19','0014','01234567126','','9@test.co.uk')

    This is 1 unique landline?

    You have this:

    insert into test2

    values...

  • RE: Help with Counts

    bicky1980 (1/16/2012)This counts the records as 2 unqiue landlines but the dataskeys are the same, so should only count this as one record.

    This statement contradicts your counts. This would make...

  • RE: How to add more partitions to existed table ?

    I think that dao's question was whether you can do it without the explicit SPLIT statement. That was the gist of my previous replies: you can alter (redefine) the...

  • RE: Huge backups on a small database

    thotvedt (1/13/2012)


    Yup. I saw that in the link you posted. That explains why the log is not being truncated for certain. Does that also explain why the full backups are...

  • RE: Make New Table Daily

    guerillaunit (1/16/2012)


    Hi Lowell,

    This isn't a productiont table I am producing. It's a reference table that I use for research. I currently make the table in Access, but I...

  • RE: How to add more partitions to existed table ?

    dao-434438 (1/15/2012)


    I was wondering if you got the answer to your question about adding new partitions w/o splitting the the range ?

    How do you add many partitions to an...

  • RE: FTS - Index rebuild causing CPU issues (sql server 2008)

    It is quite possible that the update statistics was causing this. When you rebuild the index, the statistics are updated using a full scan and are much more accurate/efficient...

  • RE: What is the recommended size for a SQL Server 2008 R2 64 bit OS Partition?

    Welsh Corgi (1/16/2012)


    MysteryJimbo (1/16/2012)


    As a minimum I would have 5 drives if your budget allows.

    -System drive 100GB

    -Page file drive (20GB?)

    -SQL Data drive

    -SQL Log drive

    -Tempdb drive

    You can get away with three...

  • RE: How to prevent user login to SQL Management Studio ?

    Ninja's_RGR'us (1/16/2012)


    SQLKnowItAll (1/16/2012)


    is my solution correct ("db_denydatareader" to MASTER)

    No, it is not correct.

    Care to actually explain your answer?!?!

    Sorry, I was getting pulled into a meeting as I was starting...

  • RE: How to prevent user login to SQL Management Studio ?

    is my solution correct ("db_denydatareader" to MASTER)

    No, it is not correct.

  • RE: change in default data directory sql 2008 cluster

    Have you restarted the SQL Server service? This must be restarted for the changes to take place.

  • RE: find diference between two fields

    patrickmcginnis59 (1/16/2012)


    SQLKnowItAll (1/16/2012)


    HINT: Look at the data types for the columns you are doing the difference of. Are you sure that the difference can be negative based on those...

Viewing 15 posts - 1,951 through 1,965 (of 2,647 total)