Forum Replies Created

Viewing 15 posts - 11,266 through 11,280 (of 39,909 total)

  • RE: X in Technology

    Gary Varga (3/31/2014)


    I think that these groups are great as long as their long term task is to make their own existence redundant (even if we believe that this may...

  • RE: X in Technology

    skeleton567 (3/31/2014)


    Separate minority groups by definition tend to separate further instead of aiding acceptance. Especially in technology, get in there and prove your competency instead of emphasizing differences. ...

  • RE: corrupted mdf file

    betty_bakke (3/29/2014)


    Hello,

    Through a manual solution you can restore data from your corrupted .mdf database. It can be done by executing DBCC CHECKDB and DBCC DBREPAIR statements in MS SQL...

  • RE: select based on date compare

    Typically when you do this, you want to build a date for today. Keep in mind that 20140328 is 1200am, midnight last night. 11:59pm is the last part of the...

  • RE: Log file is filling up

    Trace is easy. Start Profiler, pick the options you want and then save as a trace script file. Then execute that on the server to run trace.

  • RE: Clustered Index Delete

    Not likely. If you are deleting data, the clustered index needs to reflect that.

  • RE: Leaving sql server for DB2

    Good luck and hope it works out well.

    I managed some DB2 people years ago and I found it to be more work and more cumbersome than SQL Server, but a...

  • RE: Clustered Index Scan

    First, don't use NOLOCK. It's a poor practice.

    Second, an index scan occurs when the query optimizer thinks that this is the fastest way to find data. Without an index that...

  • RE: how to Create index online?

    Apologies and hope things are working for you.

  • RE: select based on date compare

    Are you trying to get everything not equal to today in terms of the date?

    It's a little confusing what you're saying.

    If today is 20140328 and I have this data:

    ActiveFromDate

    --------------------

    20140301 14:45

    20140327...

  • RE: Are the posted questions getting worse?

    Jeff Moden (3/28/2014)


    GilaMonster (3/28/2014)


    Ed Wagner (3/28/2014)


    Grant - You have booth babes??? :w00t:

    Grant *is* the booth 'babe' 🙂

    Heh... especially on kilt day. 😀

    You have six months, Santa

  • RE: Are the posted questions getting worse?

    GilaMonster (3/28/2014)


    Ed Wagner (3/28/2014)


    Grant - You have booth babes??? :w00t:

    Grant *is* the booth 'babe' 🙂

    What am I?

  • RE: Are the posted questions getting worse?

    SQLRNNR (3/28/2014)


    Would you call yourselves programmers or developers?

    I have often heard that programmers are more like code monkeys and developers have higher skills.

    semantics. They're both the same thing. Most of...

  • RE: Getting Fired

    Joe Zonum (3/27/2014)


    Don't forget outsourcing , automation, company merge as a possible reasons.

    Fair points, but typically those are larger scale results that affect many people, not a single DBA....

Viewing 15 posts - 11,266 through 11,280 (of 39,909 total)