Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 2,452 total)

  • RE: complex joins retrive the echivalent results

    Beniamin Joke (7/13/2013)


    Hello I've updated in my previous comment

    we need a CREATE TABLE statement for GLCTA.

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

  • RE: complex joins retrive the echivalent results

    any reason why you cant post the DDL on this site as per normal posts?

    if you need help please ask

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

  • RE: SQL 2000

    please provide what your current backup strategy is?

    .....am sure other experienced forum members will be along soon

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

  • RE: Implications of OR in WHERE Clause

    Hello Deary

    you believe you have a problem with your index....but don't provide any details of this index?

    sadly, we cannot see what you can see...table definitions, sample data, query plans etc.

    without...

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

  • RE: Max of 2 dates

    Alan.B (6/25/2013)


    Michael Valentine Jones (6/25/2013)


    select top 1

    a.[Date]

    from

    (

    select top 1 b.[Date] from table1 b order by b.[Date] desc

    union

    select top 1 c.[Date] from table2 c order by c.[Date] desc

    ) a

    order by

    a.[Date] desc

    I...

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

  • RE: select where patient has more than 1 provider

    as you say...."I will be updating this thread with the Tables soon. Thank you!"

    hopefully with the requested data scripts...until then...........

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

  • RE: How to connect SQL SERVER 2012 EXPRESS ADVANCEd to a PROGRESS database ?

    what version of Progress?

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

  • RE: select where patient has more than 1 provider

    as we have nothing to base code on...then here is a very simple view to get you started

    SELECT TOP 1000

    CustomerID = CAST(Abs(Checksum(Newid()) % 9000 + 1) AS...

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

  • RE: ?? on creating a temp table for a date range

    search this site for "calendar table"

    lots of articles that may help

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

  • RE: Max of 2 dates

    Shadab Shah (6/25/2013)


    I search for Date functions for finding the max of the 2 dates. But such function does not exits.

    Is there any easy way to do it.

    Thanks in advance.

    are...

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

  • RE: Large Records -- No Successfull Result

    if you run

    select *

    INT0 #tmp

    from USG_Data

    how many records are inserted?

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

  • RE: Do I need a group by to get last value ??

    jbalbo (6/24/2013)


    The output looks like

    clientnameSTARTTIMEBOXExpr2

    Frr, Chelsea2013-06-05 17:09:00.0006 5

    Frr, Chelsea2013-06-06 10:17:00.0006 6

    Frr, Chelsea2013-06-18 12:27:00.0001A18

    Frr, Chelsea2013-06-19 11:48:00.0006 19

    Frr, Chelsea2013-06-19 11:48:00.0001A19

    sorry..

    So in this example I only want the record for Expr2...

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

  • RE: Do I need a group by to get last value ??

    care to share some sample data and expected results for that data?

    may clarify your issue.

    best wishes

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

  • RE: Need help with query

    maybe some ideas here

    http://social.msdn.microsoft.com/Forums/office/en-US/69faba1b-00ef-446b-8727-a59da828ac87/equivalent-function-for-ms-sql-stuff-function

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

  • RE: How to get user position in table i.e 1st 2nd, 3rd

    .Netter (6/24/2013)


    In the main select is returns every single user i have in the DB even though i have specified what users i want i.e

    Reponsibility, Department and location as soon...

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

Viewing 15 posts - 1,591 through 1,605 (of 2,452 total)