Forum Replies Created

Viewing 15 posts - 616 through 630 (of 1,183 total)

  • RE: Reindexing..

    Dave,

    You are indeed getting it wrong.:hehe:

    You're confusing Foreign Keys with Indexes.

    Read up on BOL on these topics and ask more questions after that. 🙂

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Reindexing..

    And indexes are "pointers" to the physical location of the data. Think of them as floating on another layer or more appropriately as the index in the back of a...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: CASE with more than one result

    Your question isn't clear to me.

    Is Billing type supposed to result in 'Express Cash' or 'Payment Services'?

    I mean you can

    SELECT

    CASE WHEN PROD = 'XCDD' AND...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Making a SQL 2000 SP - SQL 2005 Compatible

    Can you give us some sample data from t_Prod, 1,2 and 3? as well as some sample results?

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Should the DBA be a Local Administrator?

    .... like restart the SQL services through Enterprise Manager. ....

    AND

    .... The latest is full text searches stopped working when we replace the SQL service account with a non-local administrative account....

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Forward Dependencies are not valid.

    If I understand you correctly, add a "dummy" parameter to the dataset that you're using for #2 that will come up if that particular parameter from #1 is selected.

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: WHERE clause with two field NOT IN sub-query

    EDITED: Incorrectly used INNER join when LEFT is appropriate.

    Matt's suggestion OR use the left join method ...

    FROM

    ....

    ...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: How to interchange rows and columns in SQL?

    "Books Online" It can be found

    Start > Programs > Microsoft SQL Server 2005 > Documentation and Tutorials > SQL Server 2005 Books Online

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: How to interchange rows and columns in SQL?

    Read up on the PIVOT keyword in BOL or search this site. There are plenty of examples around. 😉

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Do an UPDATE using a LEFT OUTER JOIN

    Please read ... http://www.sqlservercentral.com/articles/Best+Practices/61537/ ... and repost your question. 😀

    This also seems like a homework question. What have you tried already?

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Simple Question

    I fully understand joins, but I'm just not familiar with the older syntax (non-ANSI) standard use of them.

    I've ran tests and it seems to be correct, I just wanted clarification...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Job info showing in EM, not through query.

    Thanks!

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Brain Teaser

    Homework?

    Read up on HAVING in BOL.

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Index for optimizing query

    What's your table definition, what keys/indexes are on it now?

    Can you provide examples of the queries ran against it currently?

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: How to convert column result set in rows

    Read up on PIVOT and UNPIVOT in BOL. The answer is in there. 🙂

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg

Viewing 15 posts - 616 through 630 (of 1,183 total)