Viewing 15 posts - 661 through 675 (of 2,469 total)
Ben - when you say "entering data directly" I assume you're using EM - have you tried running the "insert into"..off QA ?!
**ASCII stupid question, get a stupid ANSI !!!**
December 1, 2005 at 12:45 pm
..hmm - not so sure about that - Gagandeep didn't say "EX-"Architects did he ?!?! Unfortunately they'll be around till it'll probably be too late...![]()
**ASCII stupid question, get a stupid ANSI !!!**
December 1, 2005 at 12:39 pm
All that you say is true oh wise one!![]()
However, I think back to when I was first handed my present database (4 years...
**ASCII stupid question, get a stupid ANSI !!!**
December 1, 2005 at 12:36 pm
Noel - before you wag your finger disapprovingly at this - I know that directly manipulating system tables in not recommended..but for convenience it can't be beat..![]()
**ASCII stupid question, get a stupid ANSI !!!**
November 30, 2005 at 2:36 pm
Good heavens! I know this sounds facetious but I'm in dead earnest when I say that people like these should be behind bars - at least they shouldn't be anywhere...
**ASCII stupid question, get a stupid ANSI !!!**
November 30, 2005 at 2:22 pm
Have you not been listening ?!?! The "Architects" are "against Stored procedures"....![]()
**ASCII stupid question, get a stupid ANSI !!!**
November 30, 2005 at 2:14 pm
Hey Noel - Gagandeep didn't say they call themselves "good" architects...![]()
Dim sSQL As String sSQL = 'IF NOT EXISTS(SELECT * from NotificationTemplate WHERE OrganizationID...
**ASCII stupid question, get a stupid ANSI !!!**
November 30, 2005 at 2:00 pm
why not create a stored procedure then ?!?!?!![]()
**ASCII stupid question, get a stupid ANSI !!!**
November 30, 2005 at 1:30 pm
This is scary since it involves messing with the system tables directly - but I guess if you try running it first (& second & third...) on a test environment,...
**ASCII stupid question, get a stupid ANSI !!!**
November 30, 2005 at 10:36 am
Jim - if I was in your shoes I would take the easy way out and create a stored procedure that'd execute various queries based on table & field names...
**ASCII stupid question, get a stupid ANSI !!!**
November 30, 2005 at 9:16 am
I find it much easier to just build my queries in QA...you can try testing it in QA first and then pasting it in your DTS query box...my sql usually...
**ASCII stupid question, get a stupid ANSI !!!**
November 30, 2005 at 8:00 am
Hey knucklehead - say hullo to "Bunny" aka "yours truly"...![]()
**ASCII stupid question, get a stupid ANSI !!!**
November 30, 2005 at 6:49 am
tongue is definitely in the cheek...go up 5 posts for similar confusion...
**ASCII stupid question, get a stupid ANSI !!!**
November 29, 2005 at 2:16 pm
![]()
...I don't think so, unless some plastic surgery's been involved - though if I were Steve I'd...
**ASCII stupid question, get a stupid ANSI !!!**
November 29, 2005 at 11:41 am
Just to clarify what padmakumar is saying..use a query like this...
select sc.name as ColumnName, so.name as TableName from syscolumns sc inner join sysobjects so on sc.id = so.id where sc.name = 'colName' order...
**ASCII stupid question, get a stupid ANSI !!!**
November 29, 2005 at 11:24 am
Viewing 15 posts - 661 through 675 (of 2,469 total)