Click here to Skip to main content
15,901,035 members
Home / Discussions / Database
   

Database

 
GeneralSql Stored procedure Pin
Mahesh167910-Apr-05 18:32
Mahesh167910-Apr-05 18:32 
GeneralRe: Sql Stored procedure Pin
Colin Angus Mackay10-Apr-05 20:53
Colin Angus Mackay10-Apr-05 20:53 
GeneralRe: Sql Stored procedure Pin
turbochimp11-Apr-05 10:24
turbochimp11-Apr-05 10:24 
QuestionExecuteReader in Business layer? Pin
IlanTal9-Apr-05 23:02
IlanTal9-Apr-05 23:02 
AnswerRe: ExecuteReader in Business layer? Pin
Mike Dimmick10-Apr-05 9:25
Mike Dimmick10-Apr-05 9:25 
GeneralRe: ExecuteReader in Business layer? Pin
IlanTal10-Apr-05 19:30
IlanTal10-Apr-05 19:30 
GeneralSQL Server: Views over Select Statements Pin
matthias s.9-Apr-05 10:29
matthias s.9-Apr-05 10:29 
GeneralRe: SQL Server: Views over Select Statements Pin
Colin Angus Mackay9-Apr-05 16:36
Colin Angus Mackay9-Apr-05 16:36 
Matthias Steinbart wrote:
The only thing that comes into my mind is to restrict direct table access and allow the developer only to mess around with the view

The conditions that make up the view get precompiled so that the query operates marginally faster than sending the query direct.

You base the view on multiple tables which means you can access normalised data in a denormalised form as if it were one table.

Unioning many physical tables in to one large view. On one project I work on there is a physical table for each year because the quantity of data is so large. It can be accessed through a view which represents the whole set. IIRC, this is called horizontal partioning.

I don't use views much, so there may be other uses. I tend to use stored procedures for everything.


My: Blog | Photos | Next SQL Presentation
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


GeneralRe: SQL Server: Views over Select Statements Pin
matthias s.9-Apr-05 23:45
matthias s.9-Apr-05 23:45 
GeneralRe: SQL Server: Views over Select Statements Pin
Colin Angus Mackay10-Apr-05 0:29
Colin Angus Mackay10-Apr-05 0:29 
GeneralADO connection to Access Database with HTA Pin
D4damage9-Apr-05 7:44
D4damage9-Apr-05 7:44 
GeneralRe: ADO connection to Access Database with HTA Pin
samuelalvesg28-Apr-21 14:03
samuelalvesg28-Apr-21 14:03 
GeneralInsert Binary value using QueryAnalyzer Pin
WDI9-Apr-05 0:35
WDI9-Apr-05 0:35 
GeneralCrystal Reports - Filtering by 'Guid' field Pin
Kfir.C8-Apr-05 14:49
Kfir.C8-Apr-05 14:49 
GeneralQuestions about "go" Pin
mtone8-Apr-05 9:43
mtone8-Apr-05 9:43 
GeneralRe: Questions about "go" Pin
Scott Serl8-Apr-05 10:42
Scott Serl8-Apr-05 10:42 
GeneralRe: Questions about "go" Pin
mtone8-Apr-05 16:24
mtone8-Apr-05 16:24 
Generalshift the contents of one list box to another Pin
Anonymous8-Apr-05 2:51
Anonymous8-Apr-05 2:51 
GeneralRe: shift the contents of one list box to another Pin
Colin Angus Mackay8-Apr-05 3:08
Colin Angus Mackay8-Apr-05 3:08 
Generalconnecting to MSDE 2000 with ado.net Pin
Anonymous7-Apr-05 23:32
Anonymous7-Apr-05 23:32 
GeneralRe: connecting to MSDE 2000 with ado.net Pin
Mike Dimmick8-Apr-05 13:11
Mike Dimmick8-Apr-05 13:11 
Generalmanual incrementation of a field Pin
cristina_tudor7-Apr-05 21:16
cristina_tudor7-Apr-05 21:16 
GeneralRe: manual incrementation of a field Pin
Ritesh12348-Apr-05 3:58
Ritesh12348-Apr-05 3:58 
GeneralRe: manual incrementation of a field Pin
Ritesh12348-Apr-05 20:48
Ritesh12348-Apr-05 20:48 
GeneralPassing ref cursor between 2 databases Pin
laavsjj7-Apr-05 20:29
laavsjj7-Apr-05 20:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.