Forum Replies Created

Viewing 15 posts - 2,116 through 2,130 (of 2,894 total)

  • RE: How to count the Number of Records

    The answer is possible after:

    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Weekly Report in SSRS 2008

    Happy to help!

    As I've advised in the previous post, it is a good idea to have a table of all (reasonable) dates (usually called date dimension in datawarehouses) in the...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Dynamic update query

    L' Eomot Inversé (2/21/2012)


    ... Is that "duh" at the end "spirit" (???)?

    It is exactly.

    The line I've used (with a bit of relevant change :hehe:), is from very well...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Dynamic update query

    Phil Parkin (2/21/2012)


    ..

    It's also about the only thing I'll ever call people out on in this forum, because I generally know less than them about SQL Server!

    ...

    Don't be so harsh...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: sql query count function

    LINKING90 (2/21/2012)


    ...

    This is the error I get

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version ...

    Check the forum name: It's...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: year get

    Corrected. Thanks!

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: upgrade 2008 to 2008 R2

    It's straight forward. Never had any issues with.

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: sql query count function

    SELECT SubjectOfOccurance

    ,CountOfCondition1 = SUM(CASE WHEN Condition 1 Met THEN 1 ELSE 0 END)

    ...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: year get

    try this:

    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    should help to get the most relevant answer in minutes.

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: sql query count function

    LINKING90 (2/21/2012)


    Thank you all for your responses.

    I tried to simplify the problem into a table but this is my actual query where I am stuck:

    select numInterested = (count(u.user_id)

    ...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Weekly Report in SSRS 2008

    Why do you resist to adding this column to the query itself?

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Create Trigger using sproc

    Sean Lange (2/21/2012)


    ...I can't for the life of me come up with a valid reason why you would want a stored procedure to create and drop triggers.

    I try:

    In case of...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Please help me

    I guess the main strating point as per previous reply is:

    1- Build your own lab - a.k.a. install SQL Server Developer Edition on a home computer.

    ... or your...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Dynamic update query

    Just tried to be formal and not payed enough attention...

    Could do just with:

    "Now the question is, what OP really wants?"

    Looks like we can re-name the forum to "English Grammar" :hehe:

    I...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Dynamic update query

    What is wrong now?

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

Viewing 15 posts - 2,116 through 2,130 (of 2,894 total)