Forum Replies Created

Viewing 15 posts - 256 through 270 (of 337 total)

  • RE: Set a User Role to Alter Stored Procedure

    Will do.  Thanks for your time as always it's much appreciated.

  • RE: Set a User Role to Alter Stored Procedure

    Thanks Brian. Is it true that if I explicitly deny this user any permission it will take precedence over any allowed "role" permission?

  • RE: How to set newvalue of sp_OAsetProperty with a query?

    Thanks PW. I didn't know you could Decalare a parameter locally like that. It worked like a charm. Thanks again!

  • RE: Text Datatype size and performance

    Thanks Ian.  I don't have the text in row option turned on but I'm thinking about it (BOL said it could be read and written to as fast as a nvarchar,varchar, or varbinary.) Not...

  • RE: PUBLIC access to MASTER DB

    Great, thanks for the response Lowell. I'll check out the links!!!!

  • RE: Linite access with EM

    Ok I tooled around a little bit (deleted and recreated the account, then tried connecting on a different puter from the one I usually work from) and now this user is...

  • RE: Appling DENY object permissions to a Database

    Thanks sushila will check it out!

  • RE: Speedy Sub-Queries??

    Thanks all for your replies. I belive that most if not all these tables are indexed. I'd have to go thru em all but they should be. I re-indexed the...

  • RE: Speedy Sub-Queries??

    ha look at all those smillies! I'm not too famliar with execution plans either!! I better add it to the list!

  • RE: Speedy Sub-Queries??

    rqR'us I ran your query:

     

      |--Compute Scalar(DEFINE[a].[BP_VALUE]=[a].[BP_VALUE], [Expr1042]=Convert([t_MTSTM_STOP].[NEEDED_FROM]), [Expr1043]=Convert([t_MTSTM_STOP].[NEEDED_FROM])))

           |--Nested Loops(Left Outer Join, OUTER REFERENCES[ord].[ID]))

                |--Hash Match(Right Outer Join,...

  • RE: Speedy Sub-Queries??

    I haven't heard of derived table/joins.

  • RE: Speedy Sub-Queries??

    rqR'us here ya go:  (view definition I'll have to remember that one!)

    CREATE VIEW dbo.v_MTSTM_Main

    as

    select    

    ord.ID as ORDER_ID,

    ord.NUMBER as ORDER_NUMBER,

    ord.ENTERED_ID,

    ord.CANCELLED,

    ord.BROKER_ID,

    ord.AGENT_ID,

    ord.BILLTO_ID,

    ord.STATUS as ORDER_STATUS,

    ORDERSTATUSTABLE.STATUS_NAME as...

  • RE: Adding Access DB''''s

    C R thanks for the tip! I'll contact Sterling Commerce and figure out what we need to do. I don't want corrupted DBs!!!! Thanks again!

  • RE: Adding Access DB''''s

    Well.....sort of. This program Gentran uses an Access DB and is always running on the same server that SQL is on. Not sure that I want to change it to...

  • RE: Adding Access DB''''s

    Thanks AJ Ahrens. Will have to do some searching. Thanks again.

Viewing 15 posts - 256 through 270 (of 337 total)