Forum Replies Created

Viewing 15 posts - 2,401 through 2,415 (of 2,452 total)

  • RE: converting update to table from access 07 to sql server 05

    ....IIf([T Shipments].[SH PU Rcvd Web 0/1]=1,[T Shipments].[SH PU Rcvd Web 0/1],0)) AS [Depart PU EDI], IIf([T Shipments].[SH Arv D Loc EDI 0/1]=1....

    Look up CASE statement IN BOL

    untested code:

    CASE [T Shipments].[SH...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Conditional select

    what was the correct answer?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Conditional select

    can you please us show the results you are expecting

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: I'm confused

    GSquared (8/10/2009)


    cthariharan (8/10/2009)


    You are working as a garbage man ???????

    Nope. I'm providing that as a "useful answer".

    I play online games professionally, and have a hoby of spending 8-9 hours...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Conditional select

    As Matt already mentioned ...not sure what you require as results

    try this

    SELECT Specialty, Team, Code1 AS Code

    FROM ...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: I'm confused

    trackingraj (8/10/2009)


    I'm working as a developer in filenet technology.

    is that document management and image processing ?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: How do I append records to a table via SSIS?

    Have you tried the SQL Import and Export Wizard?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: I'm confused

    trackingraj (8/10/2009)


    Hi,

    I'm working as a developer in some technology. My technology is an old one and having less opportunity. So I want to change my technology and job.

    What are you...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Cant see the wood for the trees ! ...help on query please

    Getting back to the descision on that... there's always AVG. :hehe: Actually, is there a way to get the entry time on the date entered column? If...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: How do I append records to a table via SSIS?

    Hi

    Please dont think I am being rude....but perhaps if you gave us a little more information on ......

    the data source and type

    ...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Cant see the wood for the trees ! ...help on query please

    On the cost thing... My executive decision would be to show both the lowest and highest costs in the case of ties and let someone else make the decision. 😛

    .

    Heh..can...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Cant see the wood for the trees ! ...help on query please

    Mr Moden...first of all thank you for your generous comments on the set up data...:blush:...It did take some effort to create and double check before posting but as your article...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Calendar logic, select last day of the month

    any good?

    SELECT dt, DATEADD(dd, - DAY(DATEADD(m, 1, dt)), DATEADD(m, 1, dt)) AS EOM

    FROM dbo.MyCalendar

    regards Graham

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Update column with itself plus value of column in another table -- accumulating?

    The "Create Some Data" part of the "tutorial" is complete gibberish since it avoids showing how to assign static values to ANYTHING! (Kee-rist, who comes up with this...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Market Reval Script

    Thank You Gah for the heads up. I hope this is better.

    suggest you dont reply by editing original post...it will get missed.

    try this

    SELECT Ref#,...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

Viewing 15 posts - 2,401 through 2,415 (of 2,452 total)