Forum Replies Created

Viewing 15 posts - 11,386 through 11,400 (of 15,376 total)

  • RE: Query Help

    asm1212 (7/10/2012)


    I apologize for the way I presented my question...I do realize you all are just volunteers and I appreciate everyones work on the website...I have been helped many times...

  • RE: Urgent help needed, Max Growth by DB

    You should take a look at what the columns mean. http://msdn.microsoft.com/en-us/library/ms186782.aspx

  • RE: Query Help

    asm1212 (7/10/2012)


    Not sure what else you want...

    I gave you my expected result set, the query I was using, and the result set it gave back...

    Does it look like what is...

  • RE: Return all known dates given parameters

    phoeneous (7/10/2012)


    I can retrieve the results just fine, it's when I have to do the sale.DollarX summation that is a problem.

    See attached screenshots.

    Notice that sale.Dollar5 is $50 and the date...

  • RE: Query Help

    Take a look at the first link in my signature about best practices. You need to post ddl, sample data and desired output.

  • RE: TIMESTAMP Column in Oracle to SQL Transformation

    Welsh Corgi (7/9/2012)


    I mentioned using the DataTimeOffset and they did not like that one.

    If I have a TimeStamp in Oracle then why I should not use a DATE2 Datatype to...

  • RE: Merge Data

    Me neither, plus I figured it had been done before so I just used a little Googlefu. The solution I found was a scalar udf but hey, it is sql...

  • RE: Merge Data

    Lynn Pettis (7/6/2012)


    I'll have to defer on modifying this to work on SQL Server 2000 to someone who still works with SQL Server 2000. I haven't touched a SQL...

  • RE: Merge Data

    This post from MS shows a way to do this with a UDF in 2000. From your sample data this should do exactly what you are looking for. Just make...

  • RE: Merge Data

    Well you did post this in the sql 2008 forum. 😀 This type of formatting really should be left to the front end to deal with. It is not that...

  • RE: how to use looping

    Please don't start a new thread with the same content as your other one. Please direct all replies to the original thread here. http://www.sqlservercentral.com/Forums/Topic1319707-391-1.aspx

  • RE: Import Export

    Sounds like you either have too much text (6 characters into a 5 character field) OR you have characters that won't work in a varchar field (Meaning characters from the...

  • RE: last day of any year

    tim.cloud (7/6/2012)


    For my business, it begins on the first day of October and ends on the last day of the following September.

    Well the last day of September is always the...

  • RE: Need SQL queries please for string patterns

    challapal (7/6/2012)


    string starts with 3 digit same number Example 111Y,333Y, 555 H etc

    string starts with NULL

    string that starts with sequential digits Example 123g, 567jku

    string that...

  • RE: Index Types

    mtassin (7/6/2012)


    Sean Lange (7/6/2012)


    KWymore (7/6/2012)


    Points back, Steve?

    I think you just figured how to get them back yourself. 😉

    Nah that gets you a point post... if you look at your correctness...

Viewing 15 posts - 11,386 through 11,400 (of 15,376 total)