Forum Replies Created

Viewing 15 posts - 2,326 through 2,340 (of 2,894 total)

  • RE: Search keyword "with" in FullText search using CONTAINSTABLE is ignored and the exact keyword search is not working

    Have you rebuild the fulltest index after removing WITH from stoplist?

    You can try to diassociate stoplist from Index:

    ALTER FULLTEXT INDEX ON table_name SET STOPLIST OFF

    What is compatibility level 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: Query is not summarizing results

    Brandie Tarvin (7/28/2011)


    ...

    I don't know how well the new SSRS does drilldowns. I know in Crystal reports, you can hide the details and show summary lines which can be clicked...

    _____________________________________________
    "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: Trigger On SELECT

    If the data you have if so sensitive and you want to implement access audit in t-sql (which not the best design idea), you can do the following:

    1. Remove SELECT...

    _____________________________________________
    "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: Query is not summarizing results

    1. If you re using SSRS to produce report, grouping can be done in SSRD itself

    2. You was almost there 😀

    select

    ...

    _____________________________________________
    "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: Clean Code

    Ninja's_RGR'us (7/27/2011)


    CELKO (7/27/2011)


    Get a copy of SQL PROGRAMMING STYLE. I did research on this topic for two years at AIRMICS and used to write a column of software engineering in...

    _____________________________________________
    "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: Query is not summarizing results

    Would you mind to add data-population script, so tables would have sample data to play with. Also, sample of how expected results should look like will help a lot.

    And just...

    _____________________________________________
    "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: How to find performance difference before and after changing the query in SP

    Personally I prefer to use:

    SET STATISTICS TIME ON

    and / or

    SET STATISTICS IO ON

    simple and informative 😀

    _____________________________________________
    "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: Stored proc returning puzzling error - Invalid column name

    OK, OK, Sorry! Just was in playfull mood (not snarky, was need to google up this word to translate:-)) ...

    Should be just simple:

    Give us the code!

    _____________________________________________
    "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: Query is not summarizing results

    Brandie Tarvin (7/27/2011)


    Eugene Elutin (7/27/2011)


    Brandie Tarvin (7/27/2011)


    ...

    You can't have line item detail and a summary together that will display correctly in SSMS. You get to pick: Detail or Summary. Not...

    _____________________________________________
    "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: Stored proc returning puzzling error - Invalid column name

    Riskworks (7/26/2011)


    ...

    When I call it from another Proc I get an error saying that there is an invalid column at line 268.

    There is no reference to the column anywhere around...

    _____________________________________________
    "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: Except vs. Left Join vs. Not Exists

    Are you always using MAXDOP 1 in your queries?

    You don't trust MS at all are you? 😀

    It used to be that LEFT JOIN with check for NULL was...

    _____________________________________________
    "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: Query on Linked Server fails when using a table alias?? Help!

    He used square brackets arround server IP, so it should not be a problem for SQL Server to read it as a single name...

    Also the error he would have in...

    _____________________________________________
    "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: Query is not summarizing results

    Brandie Tarvin (7/27/2011)


    ...

    You can't have line item detail and a summary together that will display correctly in SSMS. You get to pick: Detail or Summary. Not both.

    ...

    You can display them...

    _____________________________________________
    "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: Is there any way to capture parameter values passed for nested stored procedures?

    SQL Profiler is a tracing tool, so it does show what has been executed. It's not a debugging tool.

    So you will never see what the parameters values are if 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: Urgent: Handling [& , ' etc] in TSQL

    Try double &&

    _____________________________________________
    "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,326 through 2,340 (of 2,894 total)