Forum Replies Created

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

  • RE: SQL Query Again - Complex

    Raj - again not sure I understand why you want to keep the winnings separate - at any rate, you can get the total winnings per user by grouping...like so...

    SELECT...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: HELP! Getting "Incorrect Syntax" error while making Stored Procedure.

    Jeff - you need to "SET" just once...like so:

    CREATE PROCEDURE UPDATESHOW

    @ShowID varchar (50),

    @HeadlinerID varchar (50),

    @support varchar (50),

    @VenueID ...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How could we forget !?!

    I gather that you must've had a really rough day Brian but..."just" a DBA - I wonder how many hackles you raised with that remark - really glad I'm neither...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Transaction Isolation Levels

    Noel - for my part I'm content with knowing that I know almost nothing about anything - but what I DO know is a single source that can provide ALL...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How could we forget !?!

    noel - since I'm buying and I don't want to be considered cheap, make it more than just " a cold one on us"....as for the check - maybe...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: "create trigger" inside "create proc" does not work. Why?

    thx. threw it into the vault and turned the key! will try out when I'm looking for a fun-time break!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How could we forget !?!

    hmmm - tucher - never heard of that...! will watch out for it next time I go to "stock up"!

    So many beers, so little time. - you have no choice...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: "create trigger" inside "create proc" does not work. Why?

    Igor - if you get it working could you pl. post the script for at least one of the procedures (triggers, tables...anything...) - I'll store it in my unorthodox folder...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How could we forget !?!

    If Heineken's your brew get yourself a case - it's on me! Happy SA Day!

    ps: oh, forgot to tell you ..."the check is...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: "create trigger" inside "create proc" does not work. Why?

    ...Or do I?....

    No, you don't!

    But if you must be unorthodox my 2 cents would be "the proof of the pudding is in the...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Transaction Isolation Levels

    'kay...I sent the great man this link...so hopefully you'll get your answer soon...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Column formula

    Hey noel - here's someone who's in need of your vast expansive knowledge...

    transaction isolation levels







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Transaction Isolation Levels

    Sara..quoting from BOL again - "remains in effect until the session terminates, or until the isolation level is set to another level..." - haven't implemented this or tested anytime so...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: "create trigger" inside "create proc" does not work. Why?

    Igor - what exactly are you trying to do ?!

    Your trigger is set on the table "Anamoly Descriptions_boolean" - and will be fired whenever there is an insert/update on this...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Transaction Isolation Levels

    Sara - here's something from BOL...you change the isolation level and confirm with dbcc useroption....

    USE pubs

    GO

    SET TRANSACTION ISOLATION LEVEL REPEATABLE READ

    GO

    DBCC USEROPTIONS

    GO







    **ASCII stupid question, get a stupid ANSI !!!**

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