Forum Replies Created

Viewing 15 posts - 616 through 630 (of 2,840 total)

  • RE: Are the posted questions getting worse?

    Now a days, you do not see that many Draws in test. I am glad. Even though it takes 5 days, I prefer test over the One days or twenty20...

  • RE: How to generate the snapshot just for one article

    If my memory serves me right, when you add a new object (Article) to an existing publication, it will create a snapshot for just that new article. It will not...

  • RE: Need help identifying query

    Glad I could be of help... 🙂

  • RE: Suggested Index With All fields?

    The Indexes that are recommended are not always right. This is something you will need to test. What I would suggest for you is to look for a blog by...

  • RE: multiple output values

    Something like this?

    CREATE PROCEDURE dbo.spOutputtest

    @someint INT

    , @somedate Datetime

    , @SomeOutput intOUTPUT

    , @SomeOutPutFlt FLOAT OUTPUT

    , @SomeOutPut Char(25)...

  • RE: Need help identifying query

    I think it was created to test the connection pooling of C3P0 which is used by JDBC and nHybernate.

  • RE: Number of Datafiles & Tempdb datafiles for new sql server

    Hi There,

    There is no easy way to say which is better. There are some things to keep in mind. The first question would be how are the Disks and Drives...

  • RE: replication jobs

    The answer would be It Depends.

    Theoretically it will pick it up from where it was left off, but if the replication thinks that the data is way out of...

  • RE: replication jobs

    Easiest way to find is through SSMS. You just need to expand the Replication folder and move the mouse over the Publication. It will show the replication type.

  • RE: log file size

    It is difficult to estimate how much space is needed for Log back ups by just knowing the DB size. It all depends on how much activity you have in...

  • RE: Are the posted questions getting worse?

    Dave Ballantyne (2/15/2011)


    Big meeting on friday to best decide how to handover all my knowledge to co-workers.

    First big change i need to do today is was told to make the...

  • RE: Are the posted questions getting worse?

    GilaMonster (2/14/2011)


    Craig Farrell (2/14/2011)


    GilaMonster (2/14/2011)


    $#%$$#%#@#!!!!!!!

    Another promising looking contract cancelled due to lack of @#$$#@$%$ budget!

    I'm almost at the point of walking away and going to work in a book...

  • RE: Alter Table

    For transactional replication, You can just add the column in the primary and it will get added in secondary. There are some gotchas of course. One is you cannot alter...

  • RE: Call for speakers

    Sorry Wayne,

    I did not want to put your name in until I get your confirmation. I knew that you are willing to give presentation, but to put your name without...

  • RE: Published Again!

    Brandie, That is awesome. Congrats. 🙂

Viewing 15 posts - 616 through 630 (of 2,840 total)