Forum Replies Created

Viewing 15 posts - 346 through 360 (of 621 total)

  • RE: Are the posted questions getting worse?

    mazzz (3/20/2009)


    1[/sup] names like the UK ones do?

    (1) In a good way, I mean!

    My favorite, in nomenclature only, since I've never tried it, is "Old Leghumper",...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: T-Sql rant

    Sergiy, the quote button is taking me to the wrong post, but you said

    Except varchar as PK adds extreme overhead for data processing.

    in your last post. Do you know...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Are the posted questions getting worse?

    Jack Corbett (3/18/2009)I have to ask though, have you read all 2700+ posts?

    I'm up to around page 30, and I have found it particularly entertaining, especially where you guys post...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: T-Sql rant

    GSquared (3/18/2009)


    in SQL 2005/2008 by using the inserted table in the insert proc..

    Gsquared, are you saying that in 2005/2008, I can access the inserted and deleted tables directly from a...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Are the posted questions getting worse?

    Greetings all. Admitedly, reading "the rant" lead me to this thread, and at the risk of seeming to barge in on a club of which I am not a...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: problem in query?

    maifs, something like this might work for you. I am assuming that all areas are of the same format, that is, there is a space between the last numerical...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: SQL Server 2008 on XP

    Thanks for the advice bitbucket. I should have clarified that I have two laptops in question. The first one, and the one on which I did the install,...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: SQL Server 2008 on XP

    Thanks to both for the quick replies. It seems to have worked. When I ran the disk, it asked me if I wanted to generate a key for...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Oracle 10g

    What is the best way to convert data to SQL which can be later re-loaded to Oracle?

    Not really sure what you mean by that. Are you talking about porting...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: How to handle CASE related query??

    Boy...I wish my school gave an 'A' for an 83.

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Need to generate random ID between 1 and 5

    Mark, thanks again for your quick response.

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Need to generate random ID between 1 and 5

    Here is another thought I had. My dates solution only generates one day in order for the whole year, and only allows one product to be ordered on that...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Need to generate random ID between 1 and 5

    Thanks Mark, that is exactly what I was looking for, and I guess you posted it just before I posted my solution. I am going to have to take...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Need to generate random ID between 1 and 5

    Well, this works, but it is not really random, but I guess for my purposes that does not really matter.

    SELECT

    ORDER_DT = DATEADD(d,N-1,DATEADD(yy,DATEDIFF(yy,0,GETDATE())-1,0)),

    ...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Row Count Spool/Lazy spool

    Thanks for the tip guys, I'll have to do some experimenting when I get back to work.

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

Viewing 15 posts - 346 through 360 (of 621 total)