Ask a Question related to Coldfusion Database Access, Design and Development.
-
cfdyn #1
Stored Procedure or Views?
Hi All,
I am using SQL-Server for my Coldfusion application, In performane base, which is better, SP or Views?
Comments invited.
Thanks in advance
CFDYN
cfdyn Guest
-
stored procedure help
Hi all! I am in need of writing a few stored procedures. The first one is to create a stored procedure to recover a database from backup and the... -
Using a stored procedure
I am trying to pass a ProdID to a stored procedure, but I get an error: Error Executing Database Query. Procedure 'PriceBreak' expects... -
Stored procedure?
Stored procedure ?? -- Message posted via http://www.dotnetmonster.com -
is it possible 2 create views, triggers & stored procedures in Access?
speaking of me, I'm not very new to Access, but I haven't worked on it as a professional. I know that you can fire queries in Access, but I don't... -
create views from parameterized stored procedures
I'm looking to do as the topic says, I currently use temporary real tables (not #temp tables) that i keep in existence for just long enough for an... -
Dan Bracuk #2
Re: Stored Procedure or Views?
Having a well designed database including indexes where you need them is a lot
more significant than anything you are asking. Also, stored procedures and
views are not mutually exclusive.
Originally posted by: cfdyn
Hi All,
I am using SQL-Server for my Coldfusion application, In performane base,
which is better, SP or Views?
Comments invited.
Thanks in advance
CFDYN
Dan Bracuk Guest



Reply With Quote

