Viewing 15 posts - 256 through 270 (of 337 total)
Will do. Thanks for your time as always it's much appreciated.
January 9, 2006 at 2:43 pm
Thanks Brian. Is it true that if I explicitly deny this user any permission it will take precedence over any allowed "role" permission?
January 9, 2006 at 12:58 pm
Thanks PW. I didn't know you could Decalare a parameter locally like that. It worked like a charm. Thanks again!
January 4, 2006 at 7:17 am
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...
October 19, 2005 at 6:11 am
Great, thanks for the response Lowell. I'll check out the links!!!!
October 14, 2005 at 6:25 am
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...
October 13, 2005 at 10:14 am
Thanks sushila will check it out!
October 13, 2005 at 9:29 am
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...
September 2, 2005 at 3:06 pm
ha look at all those smillies! I'm not too famliar with execution plans either!! I better add it to the list!
September 2, 2005 at 9:31 am
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,...
September 2, 2005 at 9:29 am
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...
September 2, 2005 at 9:08 am
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!
September 1, 2005 at 8:43 am
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...
September 1, 2005 at 7:19 am
Thanks AJ Ahrens. Will have to do some searching. Thanks again.
August 31, 2005 at 1:48 pm
Viewing 15 posts - 256 through 270 (of 337 total)