Forum Replies Created

Viewing 15 posts - 7,411 through 7,425 (of 18,923 total)

  • RE: SELECT TOP

    Just to be the devils advocate...

    1 - this is a local temp table. So only this connection is going to read from it which eliminates joining another active read...

  • RE: Help needed with code

    Actually yes, forget SQL for 2 seconds and write the pseudo code with simple ifs.

    I think your problem is that you can't express the business rule, not that you don't...

  • RE: How to protect code behind on a report

    No, that's the solution I had to come up with.

    Make an asp .net report project, compile to dll and only deploy the dll.

    As for performance I think I get that...

  • RE: Help needed with code

    want to see a really long query????

    Just one last question. Are all those dashes (-) part of formatting for this message or is it part of the data?

    Maybe something...

  • RE: Column split

    Look up charindex, left and substring in books online.

  • RE: How to protect code behind on a report

    Luke L (12/21/2010)


    There's no easy solution to this currently, other than to make certain the Admin doesn't have the ability to do this, but that could be a large undertaking...

  • RE: Can any one advice entry level dba admin, dba job chances

    Happy hunting ;-).

  • RE: Help needed with code

    pwalter83 (12/21/2010)


    Okay guys, No worries..thanks for your suggestions...I guess I have to go about it on my own..

    No need to.

    What you need to do is make us understand what...

  • RE: Forcing a Parallel Plan

    Reo (12/21/2010)


    what does mean by "You owe me 5.95$" Please make clear.

    I was just joking. That's the price of the subscription for the article you cannot read.

    But I...

  • RE: Can any one advice entry level dba admin, dba job chances

    gissah (12/21/2010)


    Thanks all for your cordial advice i will be even willing to work 2 weeks for free

    That looks desperate.

    I would go with let me work with you for free...

  • RE: Help needed with code

    SELECT

    Whatever

    FROM

    dbo.tbl

    WHERE

    1 = CASE WHEN Col LIKE '%your string here%' THEN 1

    ...

  • RE: Help needed with code

    I seriously don't understand why you cannot simply do

    SELECT * FROM Tbl

    where [Region/trade] = 'EURO MED'

    Then join to other tables if you're missing data.

  • RE: SELECT TOP

    Mike Dougherty-384281 (12/21/2010)


    ronmoses (12/21/2010)


    For educational purposes, I would genuinely appreciate it if one of the folks who take issue with the "most of the time" factor could illustrate a scenario...

  • RE: Migrating SQL 2000 and 2005 Databases from 32 bit to 64 bit

    Make sure you don't have linked server (or direct access) to excel files on the 32 bit. They won't work on the 64 bit server. There is apparently...

  • RE: KILL Session

    Sean Lange (12/21/2010)


    Ninja's_RGR'us (12/21/2010)


    Sean Lange (12/20/2010)


    Ugh! Navision aka No Vision. Just went through a lengthy migration away from that product for one of our companies. Interesting that their licensing is...

Viewing 15 posts - 7,411 through 7,425 (of 18,923 total)