Forum Replies Created

Viewing 15 posts - 17,146 through 17,160 (of 22,214 total)

  • RE: Common questions asked in SQL Server DBA Interview

    Matt Miller (6/18/2009)


    I like your questions Grant. I usually just add in one more, it's actually usually my first (fail is and it's time to call it quits).

    "What is...

  • RE: Way to find out Table names used in 'inline queries'

    Have you tried querying the dynamic management view sys.dm_exec_query_text yet? Any inline queries will be visible there, for the time that they're in cache.

  • RE: Are the posted questions getting worse?

    mazzz (6/19/2009)


    Has SSC ever had a thread like this?

    That is a weird one isn't it? It doesn't look like Phil helped matters much.

    I have to say, some of our discussions...

  • RE: Handling of Primary Keys

    Sure, errors will cause gaps, deletions, anything that causes an incomplete transaction, implicit or explicit, can lead to gaps. If you need a perfectly flawless incrementally increasing number, with no...

  • RE: Are the posted questions getting worse?

    Nope. Never mind. I was wrong (again). Showplan XML Statistics Profile does include the actual execution plan. Whew. I feel a little better now.

  • RE: Are the posted questions getting worse?

    I have to get serious again for a moment and stop talking about beer...

    I thought that Profiler in 2005/2008 Showplan XML would show the actual execution plans. It's not. It's...

  • RE: Handling of Primary Keys

    It was an industry standard... about 15 years ago.

    In addition to the problems outlined above, you may hit serious problems with rogue data. I had to deal with a system...

  • RE: Filtered indexes and statistics

    It's difficult to get the right set of conditions to see filtered indexes get chosen by the optimizer. Hints frequently don't help. It's VERY difficult to get filtered statistics to...

  • RE: The Best Minds

    Wayne West (6/18/2009)


    One of the greatest things in Toastmasters are the "Uh" bells. One or two people are given 'ding' bells, the little silver dome-shaped bells stereotypically used in...

  • RE: Move Job from SLQ 2000 to SQL 2008

    A create table statement takes a day or more? No, that's pretty abnormal and not expected behavior in 2008 (or 2005 or 2000 or 7... maybe in 6.5).

    Ummmm... Let's see....

  • RE: Common questions asked in SQL Server DBA Interview

    akash.suryan (6/18/2009)


    Thanks Grant.....

    I will love to see those questions please let me know.....

    Already there, follow the link in the message.

  • RE: perfmon

    You sure can run it 24x7. You do need to be judicious in the number of counters you collect and the frequency of the collection becuase it is possible to...

  • RE: Filtered indexes and statistics

    I haven't used either in a production environment yet. I've used both in tests.

  • RE: Move Job from SLQ 2000 to SQL 2008

    It can happen. The query engine and the query optimizer are different in 2008 than they were in 2000.

    First, the obvious stuff, you have up to date statistics on...

  • RE: Common questions asked in SQL Server DBA Interview

    Simply studying questions is no way to prepare. We use a set of screening questions which are meant to weed people out. They're not the interview. The interview will involve...

Viewing 15 posts - 17,146 through 17,160 (of 22,214 total)