Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 1,492 total)

  • RE: Are the posted questions getting worse?

    Spring Fever - I had a teasing of that last week when it got up to about 60.

    28 out right now. I can only dream.....hard pressed to see 40 for...

  • RE: Are the posted questions getting worse?

    It's possible that after Roy mentioned free drinks yesterday, there was a flurry of activity, and then the hangover took over.

    Or maybe they're tossing sandbags up in Fargo ND.

    Greg E

  • RE: Speed up (not like) query

    Catcha (3/25/2009)


    [Code]

    select top 100 u58.deal_type_cde , ucb.*

    from u58_deal_hist u58

    join ucb_exp_hist ucb on u58.deal_id = ucb.deal_id

    where ucb.batch_id = 297326

    and u58.batch_id = 297325

    and ucb.deal_id like 'IMGATD%'

    [/code]

    There are...

  • RE: Are the posted questions getting worse?

    Maybe you can hit the 3000th post too.:w00t:

    The quoted reply - seems like it would pick the one above for me sometimes.

    Greg E

  • RE: Speed up (not like) query

    Posting the table structure would help.

    You also ask NOT LIKE at the start, but LIKE in the example query.

    Is there any order by in the query?

    Greg E

  • RE: Are the posted questions getting worse?

    GilaMonster (3/24/2009)


    So much for improving. Guess someone's going straight back on the blaclklist

    http://www.sqlservercentral.com/Forums/FindPost682465.aspx

    Wow....I think this one needs a bit of alone time.

    I could think of a better fitting avatar they...

  • RE: Problems installing/configuring Reporting Services

    ReportingServicesService!configmanager!4!18/03/2009-10:26:07:: w WARN: WebServiceAccount is not specified in the config file. Using default: EDU6006654\ASPNET

    I think Doug is right about checking out the account. Does this account have access to the...

  • RE: T-SQL - SELECT TOP

    ghollis (3/18/2009)


    I agree with the previous comment that even with a group by, top 25, and order by, you are not going to get what the question asked for as...

  • RE: Keep It Simple

    Overthinking can kill you - too complex, and you could miss a key ingredient. And thinking tends to get me in trouble, so I avoid it as much as possible....

  • RE: Are the posted questions getting worse?

    Roy Ernest (3/11/2009)


    Hey that guy is back and guess what... He has a Back up and he also has Transaction log back up... Wow

    Maybe I should have made the bet...:hehe:

    I...

  • RE: SSAS Cube to End user

    Reporting Services and Excel are the first 2 that come to mind.

    There are also tools like ProClarity/PerformancePoint depending on the budget.

    WSS3.0 can display data, but you have to do all...

  • RE: Are the posted questions getting worse?

    'Why' is a word that often times puts a user on the defensive.

    'What' are you tryinig to accomplish? at times can help get requirements out.

    Role of Business - state the...

  • RE: Multiple login failed for user 'sa'

    That would seem likely.

    http:\\servername\reports and see if anything shows up might be interesting.

    Make sure you look at the IIS logs too under the Windows\System32\Log Files folder too.

    Greg E

  • RE: Definition of fields in the ReportSchedule table of reportserver in ssrs2005

    Actually monitoring is not labor intensive. Once the rule is setup, you're well on your way.

    We are alerted on selected errors that show up in the event log, but also...

  • RE: Multiple login failed for user 'sa'

    SSRS has log files that may give you a clue. Default is under C:\Program Files\Microsoft SQL Server\MSSQL.1\Reporting Services\Log Files.

    Between this and IIS log files you should be able to determine...

Viewing 15 posts - 1,321 through 1,335 (of 1,492 total)