Forum Replies Created

Viewing 15 posts - 11,761 through 11,775 (of 15,377 total)

  • RE: COUNT function and multiple columns

    flashykez (6/4/2012)


    hello everyone, please hoe do i use this script to generate multiple rows, this just works if only a row of information is desired. hope to get a reply...

  • RE: I need help in compare value trigger

    weisen678 (6/4/2012)

    now, I come back to this project, I tested on the code you created, then I get this error message

    Msg 213, Level 16, State 1, Procedure InventoryLow, Line 4

    Column...

  • RE: INSERT INTO Issue in SQL 2012

    Jeff Moden (6/2/2012)


    Sean Lange (6/1/2012)


    Tables in sql are by definition an unordered collection of data.

    Heh... I've heard that. 😀 However, while that is the general mantra of database...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (6/1/2012)


    Sean Lange (6/1/2012)


    Stefan Krzywicki (6/1/2012)


    SQLRNNR (6/1/2012)


    Stefan Krzywicki (6/1/2012)


    Revenant (6/1/2012)


    Stefan Krzywicki (6/1/2012)


    Cath Trimble (6/1/2012)


    By the way, the houses near the tech center sure are expensive - about $250,000...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (6/1/2012)


    SQLRNNR (6/1/2012)


    Stefan Krzywicki (6/1/2012)


    Revenant (6/1/2012)


    Stefan Krzywicki (6/1/2012)


    Cath Trimble (6/1/2012)


    By the way, the houses near the tech center sure are expensive - about $250,000 and up I think?...

  • RE: Combined wildcard and between statements

    aureolin (6/1/2012)


    You could do something like:

    Where left(Diag1,3) > 'C00' and left(Diag1,3) < 'C97' ...

    This would be non-sargable so performance could very easily become a big issue.

    or you could create a...

  • RE: Optimise this ....?

    Yes what will work as a solid performance enhancement for sql server may not be the same in Oracle. For example in Oracle it might be better to use a...

  • RE: INSERT INTO Issue in SQL 2012

    michaelh-731356 (5/31/2012)


    I have a query that executed OK in SQL 2008.

    INSERT INTO @Authors (AuthorName)

    SELECT AuthorName

    from tblAuthors

    ORDER BY AuthorName

    However in SQL 2012, the Authors are not inserted by the Order...

  • RE: Concatenate Rows using FOR XML PATH()

    Your issues could be slightly different than mine.

    Msg 208, Level 16, State 1, Line 1

    Invalid object name 'dbo.PSFDOC'.

    Seriously you know better by now. Maybe somebody else has a new one...

  • RE: I need help in compare value trigger

    Well you didn't mention that this was an attempt to learn a concept until quite late. Regardless the same need for ddl and such still exists. Just because it is...

  • RE: The Beer Cooler Thread

    I also heard it's been called the "wifebeater" in America because it makes the rednecks too drunk

    ROFL!!! Now that is an urban myth over there. There are two major...

  • RE: I need help in compare value trigger

    weisen678 (5/31/2012)


    Sean,

    I am quite new to SQL.

    but at the begining, I have said, this is my study project, so, the tables are my real enviornment. there are three tables,

    product...

  • RE: Categories and Parent Categories and id's

    No problem. I am about to wrap up for the day too.

  • RE: Categories and Parent Categories and id's

    dallibabs (5/31/2012)


    🙂

    The script above works fine and returns the results I need for one category (73) but I would like the results for lots of categories so instead of just...

  • RE: Categories and Parent Categories and id's

    I don't quite follow what you are trying to do but I suspect that what you have here is pretty close. You can change that select to be a an...

Viewing 15 posts - 11,761 through 11,775 (of 15,377 total)