Forum Replies Created

Viewing 15 posts - 16,651 through 16,665 (of 19,564 total)

  • RE: Is Your Database Application DeadLock and Timeout Resistent?

    Thanks Tim. I will add this to my tool-set.

  • RE: Are the posted questions getting worse?

    Elliott W (3/10/2010)


    I'm wondering if any of the "regulars" would be interested in peer-reviewing an article related to SSIS processing concurrency. I've had a lot of questions lately in...

  • RE: Raw Materials - Robotic Resources

    HAHAHA

    I look forward to the weekly comic. Helps the week go by faster.

  • RE: SSIS Interview Questions -COMPLEX 1ne

    Lynn Pettis (3/10/2010)


    GilaMonster (3/10/2010)


    I'll give my standard answer here.

    Memorising questions will not help you in an interview. An experienced interviewer can easily tell the difference between someone who knows the...

  • RE: With 3 years experience in SQL Server DBA.

    Joy Smith San (3/10/2010)


    Ok.. I got it wrongly. You are right too..

    Still I would like to goto other places n work.

    Lemme see if I can catch something.

    Fair enough.

  • RE: Cannot Shrink Database

    GTR (3/9/2010)


    Jason,

    Are you sure DBCC shrinkfile will shrink below initial size of the mdf or ldf file size?

    Yes, I have done it hundreds of times. I use it to...

  • RE: Should I Backup The Systems DBs and If so Which ones and why

    YSLGuru (3/10/2010)


    Jason - In our particular case, for just this one server it actually would take less time to switch over to the standby server and while it is in...

  • RE: using replication in development environment?

    Steve Jones - Editor (3/10/2010)


    OK, OK, some funny replies in here. The question was badly worded but let's not scare someone away from posting. I'm sure there is a valid...

  • RE: Today's Random Word!

    perturbed (@ idiot family members)

  • RE: Today's Random Word!

    Chris Morris-439714 (3/10/2010)


    CirquedeSQLeil (3/9/2010)


    I guess that psychic helmet I bought is working correctly then. 😀

    Beedeebeedeebeedee

    I guess I spelled it wrong - is it Twiggy or Twiki?

    Aha, I think you mean...

  • RE: Index size

    sanketahir1985 (3/10/2010)


    better use foll script

    -- Create the temp table for further querying

    CREATE TABLE #temp(

    rec_idint IDENTITY (1, 1),

    table_namevarchar(128),

    nbr_of_rowsint,

    data_space_KBdecimal(15,2),

    index_space_KBdecimal(15,2),

    total_size_KBdecimal(15,2),

    percent_of_dbdecimal(15,12),

    db_sizedecimal(15,2))

    -- Get all tables, names, and sizes

    EXEC sp_msforeachtable @command1="insert into #temp(nbr_of_rows, data_space_KB,index_space_KB) exec sp_mstablespace...

  • RE: Primary Keys

    Kimberly L. Tripp (3/10/2010)


    Hey there everyone - I know people are feeling like was trying to trick them in the question but I guess the "always" part is what I...

  • RE: Primary Keys

    sameerchachad 69959 (3/9/2010)


    A

    So, when you are saying that IF a Clustered Index already exists, then your what you are mentioning is valid. Else the Primary key, which is usually created...

  • RE: Are the posted questions getting worse?

    tstaker (3/10/2010)


    Paul White (3/10/2010)


    When I get my next data warehouse, I'm gonna carpet it :w00t:

    Mmm, nice warm floors...

    Lol. I saw that thread.

    Ha nice pun. See, the...

  • RE: Are the posted questions getting worse?

    Paul White (3/10/2010)


    When I get my next data warehouse, I'm gonna carpet it :w00t:

    Mmm, nice warm floors...

    Floors - wouldn't it be rack?:-D

Viewing 15 posts - 16,651 through 16,665 (of 19,564 total)