Forum Replies Created

Viewing 15 posts - 13,111 through 13,125 (of 39,818 total)

  • RE: Are the posted questions getting worse?

    capn.hector (9/10/2012)


    quick question to the threadzians, is any one else going to be at #sqlsat154 in St Louis? wondering if its going to be a lonely first professional event...

  • RE: Talking baseball

    calvo (9/10/2012)


    I feel conflicted at the moment. Do I talk smack because my team is "rebuilding" or do I talk sympathy because my team was there last year?

    Magic number for...

  • RE: The Dream Machine

    Luis Cazares (9/7/2012)


    For those running windows under Apple products.

    How do you right click?

    Two finger click on the trackpad.

  • RE: Are the posted questions getting worse?

    GilaMonster (9/8/2012)


    Couple years ago I had a car stall and refuse to restart on a highway (was traffic jam, so moving very slowly). After I figured that the car was...

  • RE: Need help on select sceanrio

    The way to do this is with dynamic SQL.

    declare @c varchar(500)

    select @c = 'Select * from MyTable where '

    ...

  • RE: Rename database.

    The error says it all. Replication is enabled, so you can't rename the database.

  • RE: Store Proc: Deletes and Insert operation

    You won't get a deadlock since you are only accessing one resource. What will happen is that one execution might block the next one.

    You can experiment with the size of...

  • RE: SQL Server 2012 Build List

    Thanks

  • RE: Development Source Data

    I've tended to use copies of production, but sometimes obfuscated for security purposes.

    My company (Red Gate Software) makes a data generator that can build data for you, in all shapes...

  • RE: The Dream Machine

    Luis Cazares (9/7/2012)


    The ability to use two monitors is important, I'm not sure if I can handle more or I would just get crazy.

    Three is really nice. I tend to...

  • RE: Ridiculous

    This has gone a little sideways, but in addition to blatant harassment, like licking someone's shoulder, I was hoping to drive home the point that any unwanted advances, especially repeated...

  • RE: The Dream Machine

    anthony.dean (9/7/2012)


    oddly enough working for a very large company I have no complaints....so I guess my ideal machine to add to the office would be...one of these...

    LOL, but from personal...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (9/7/2012)


    All,

    Tomorrow's SQL Saturday post is going to be about SQL Server resources. I'm including things like this forum, Tek-Tips, a few blogs, Twitter hashtags.

    Does anyone have recommendations for...

  • RE: The Dream Machine

    Todd.Everett (9/7/2012)


    Now suddenly we have two key uses for our laptops - social media and cloud storage - that we can't live without. Many employers block both. ...

  • RE: Backup is taking much time

    How much longer did it take? Is the backup larger? Can you determine if there was other activity at the time of the backup?

    Usually if a backup takes more time,...

Viewing 15 posts - 13,111 through 13,125 (of 39,818 total)