<big_grin>All this talk about stored procedures, doesn't that belong on the
CF-SQL list? </big_grin>

Just kidding! But I couldn't resist......

Speaking of Tolkien though, has anybody read Harry Potter? As far as a book
taking you away into another land and time, I really thought all four were
great....a simple, yet fantastic mind diversion....I think I would love to
have a pet owl to deliver packages for me!

I hope all is well out there today!
Stay cheery, it could be worse!

Erika


--------------------------------
AIM: WebErika5
Yahoo: WebErika
MSN: WebErika
AskMe.com Expert: WebErika
--------------------------------
Erika L. Walker
Vice President
RUWebby, LLC
201-370-4272 (c)
973-244-9120 (o)
153 Rutgers Lane
Parsippany, NJ 07054
--------------------------------
Website Design/Programming
Database Integration
Allaire Partner - ColdFusion
--------------------------------


-----Original Message-----
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 12:25 PM
To: CF-Community
Subject: Re: Stored procedures...when would you


You can also use views to handle security on the database side, removing it
from the CF side ... yet another performance gain :)

Todd Ashworth --
Web Application Developer
Network Administrator

Saber Corporation
314 Oakland Ave.
Rock Hill, SC 29730
(803) 327-0137 [111]

----- Original Message -----
From: "Jim Nitterauer" <[EMAIL PROTECTED]>
To: "CF-Community" <[EMAIL PROTECTED]>
Sent: Thursday, March 29, 2001 12:18 PM
Subject: RE: Stored procedures...when would you


| The other advantage is you can create and drop views on the fly without
| effecting the underlying data.
|
| Jim Nitterauer
| http://www.creativedata.net
|
| -----Original Message-----
| From: Bob Silverberg [mailto:[EMAIL PROTECTED]]
| Sent: Thursday, March 29, 2001 8:09 AM
| To: CF-Community
| Subject: RE: Stored procedures...when would you
|
|
| Now I'm wading in a bit over my head, as I'm no DBA, but I don't see how
| views would improve performance.  A view is really just a predefined query
| template - it looks like a table, but it's just a big SQL statement - so I
| don't see how executing a select against a view would perform any
| differently than executing the exact same SQL statement against the base
| tables themselves.
|
| The one way in which a view could help is if SQL in the view is optimal.
| Perhaps a user writing the SQL from scratch would not write the "best"
SQL.
| If you have your expert create the views then you know that your
| "non-expert" users won't be issuing bad join statements against the base
| tables.
|
| Bob
|
| -----Original Message-----
| From: Joe Sheble aka Wizaerd [mailto:[EMAIL PROTECTED]]
| Sent: March 29, 2001 8:56 AM
| To: CF-Community
| Subject: RE: Stored procedures...when would you
|
|
| Isn't in true that there are significant performance gains when using
Views
| instead of Tables?  What are some of the limitations of Views?  For
| example, they're not updatable right....
|
|
| At 08:50 AM 3/29/01 -0500, you wrote:
| >While SP's are faster the majority of the time but not always, as was
| >already stated, another factor is the RDBMS it's running against.  I
| believe
| >Oracle isn't really optimized for SP performance, though there certainly
| are
| >benefits aside from speed to consider.
| >
| >~Simon
| >
| >Simon Horwith
| >Macromedia Certified Instructor
| >Certified ColdFusion Developer
| >Fig Leaf Software
| >1400 16th St NW, # 500
| >Washington DC 20036
| >202.797.6570 (direct line)
| >www.figleaf.com
| >
| >
| >
| >-----Original Message-----
| >From: Angel Stewart [mailto:[EMAIL PROTECTED]]
| >Sent: Wednesday, March 28, 2001 11:17 PM
| >To: CF-Community
| >Subject: Stored procedures...when would you
| >
| >
| >NOT want to use stored procedures to run queries etc. on a database?
| >
| >Wouldn't a stored procedure almost always run faster than one done
through
| >CF?
| >
| >-Gel
| >
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to