Forum Replies Created

Viewing 15 posts - 166 through 180 (of 351 total)

  • RE: Using SSIS

    Insert into Users_Output2(UserID,UserName)

    Select B.UserID,A.Users from tblInput A inner join Names_Output1 B

    On A.FirstName=B.FirstName and A.lastname=B.LastName

  • RE: Using SSIS

    kishoremania (8/4/2011)


    I am migrating data from one database to another database,

    I am showing you the Input data, and the output data how it should looks like...

    In my tables I need...

  • RE: Shrinking Log files

    SQLRNNR (8/8/2011)


    @SQLFRNDZ (8/8/2011)


    GilaMonster (8/8/2011)


    You can't shrink that, as it says it's already at a minimum

    Why are you breaking your transaction log chain?

    Does shriniking breaks up log chain ? even...

  • RE: Guidelines for tuning CPU bound SQL Server System

    SQL Server is able to handle more than 100 Users too. All you need to find is what queries are causing your CPU to use 80%.

    Here is query I had...

  • RE: Shrinking Log files

    GilaMonster (8/8/2011)


    You can't shrink that, as it says it's already at a minimum

    Why are you breaking your transaction log chain?

    Does shriniking breaks up log chain ? even if he...

  • RE: How to Become MVP?

    Ninja's_RGR'us (8/8/2011)


    Let's go back to answering question instead of debating this point to death ;-).

    I agree and like this attitude... Hats off

  • RE: How to Become MVP?

    SQLRNNR (8/8/2011)


    I must also admit that thanks to SQLFRNDZ, I learned a new trick (Activity Monitor and Profiler) 😉

    I should also say thanks to you as I got this Activity...

  • RE: How to Become MVP?

    Yes I still love you, jsut think this is funny as h3ll. 😛

    jsut Just..:-D

  • RE: How to Become MVP?

    I understood Lynn, that I did not mention any where that I want to become MVP. I just posted publicly that how to become MVP that means I see this...

  • RE: How to Become MVP?

    Thanks Jeff.

    Thanks all for your great help.

  • RE: How to Become MVP?

    [/quote]

    Speaking as one who had been nominated, this is not enough.

    [/quote]

    I thought this forum or thread is to help some one that too regarding SQL server but not to put...

  • RE: How to Become MVP?

    Craig Farrell (8/5/2011)


    @SQLFRNDZ (8/5/2011)


    Thank you for the information.

    I was just posted this topic because I see this MVP tag on most sites and blogs of experts and I...

  • RE: How to Become MVP?

    Thanks

  • RE: Testing box for sql servers

    You want to test on testing environment and why do you compred to Production?

    You use developer edition but really depends on what you want test I mean there are...

  • RE: How to Become MVP?

    Thank you for the information.

    I was just posted this topic because I see this MVP tag on most sites and blogs of experts and I wonder why I...

Viewing 15 posts - 166 through 180 (of 351 total)