Click here to Skip to main content
15,914,419 members
Home / Discussions / Database
   

Database

 
Questionfunction multi statement table values in stored procedure Pin
Sonia Gupta7-Oct-07 19:30
Sonia Gupta7-Oct-07 19:30 
AnswerRe: function multi statement table values in stored procedure Pin
N a v a n e e t h7-Oct-07 22:12
N a v a n e e t h7-Oct-07 22:12 
GeneralRe: function multi statement table values in stored procedure Pin
Sonia Gupta7-Oct-07 22:28
Sonia Gupta7-Oct-07 22:28 
GeneralRe: function multi statement table values in stored procedure Pin
pmarfleet7-Oct-07 23:18
pmarfleet7-Oct-07 23:18 
QuestionIs it possible for SQL Server 2000 and MySQL? Pin
klaydze7-Oct-07 19:24
klaydze7-Oct-07 19:24 
AnswerRe: Is it possible for SQL Server 2000 and MySQL? Pin
Jwalant Natvarlal Soneji7-Oct-07 21:23
Jwalant Natvarlal Soneji7-Oct-07 21:23 
QuestionModify Database Pin
Widgets7-Oct-07 19:02
Widgets7-Oct-07 19:02 
QuestionApplication partitioning Pin
mikker_1237-Oct-07 7:04
mikker_1237-Oct-07 7:04 
QuestionSQL server 2005 with Enterprise Library 1.1 Pin
asif m@hmood6-Oct-07 23:15
asif m@hmood6-Oct-07 23:15 
QuestionAccount is locked Pin
Ahamed Azeem6-Oct-07 22:46
Ahamed Azeem6-Oct-07 22:46 
AnswerRe: Account is locked Pin
Paul Conrad7-Oct-07 11:11
professionalPaul Conrad7-Oct-07 11:11 
QuestionHiding SQL Server Pin
ben_6346-Oct-07 13:58
ben_6346-Oct-07 13:58 
AnswerRe: Hiding SQL Server Pin
Christian Graus7-Oct-07 10:29
protectorChristian Graus7-Oct-07 10:29 
AnswerRe: Hiding SQL Server Pin
Paul Conrad7-Oct-07 11:10
professionalPaul Conrad7-Oct-07 11:10 
AnswerRe: Hiding SQL Server Pin
Jwalant Natvarlal Soneji7-Oct-07 21:30
Jwalant Natvarlal Soneji7-Oct-07 21:30 
Questionfunction in sql server Pin
Sonia Gupta6-Oct-07 2:25
Sonia Gupta6-Oct-07 2:25 
AnswerRe: function in sql server Pin
pmarfleet6-Oct-07 5:13
pmarfleet6-Oct-07 5:13 
Questionuse of stored procedure Pin
Rinki Mukheraji6-Oct-07 2:23
Rinki Mukheraji6-Oct-07 2:23 
AnswerRe: use of stored procedure Pin
GuyThiebaut6-Oct-07 2:44
professionalGuyThiebaut6-Oct-07 2:44 
These are three separate areas that I recommend you reading up on by googling or buying a book.

In themselves they are fairly weighty topics so if you could be more specific you may get more specific help.

Do you understand what the these three components do?

Based on SQL Server 2000(and over-simplifying):

A function is used for returning a single value, or a table.
A cursor allows you to process one row at a time in a table, so that you can manipulate the data row by row.
A trigger is a rule that is applied to a table when an insert, update or delete s performed.

Hope this helps...



You always pass failure on the way to success.

AnswerRe: use of stored procedure Pin
Jwalant Natvarlal Soneji7-Oct-07 21:32
Jwalant Natvarlal Soneji7-Oct-07 21:32 
Questionreference parameters in sql user defined functions Pin
Sonia Gupta5-Oct-07 23:49
Sonia Gupta5-Oct-07 23:49 
AnswerRe: reference parameters in sql user defined functions Pin
Christian Graus5-Oct-07 23:57
protectorChristian Graus5-Oct-07 23:57 
GeneralRe: reference parameters in sql user defined functions Pin
Sonia Gupta6-Oct-07 1:37
Sonia Gupta6-Oct-07 1:37 
AnswerRe: reference parameters in sql user defined functions Pin
John-ph6-Oct-07 0:26
John-ph6-Oct-07 0:26 
GeneralRe: reference parameters in sql user defined functions Pin
Sonia Gupta6-Oct-07 1:46
Sonia Gupta6-Oct-07 1:46 

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.