Click here to Skip to main content
15,884,388 members
Home / Discussions / Database
   

Database

 
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 
QuestionI am not getting option of SQL server. Pin
shivditya5-Oct-07 22:54
shivditya5-Oct-07 22:54 
AnswerRe: I am not getting option of SQL server. Pin
Rob Graham6-Oct-07 4:20
Rob Graham6-Oct-07 4:20 
Questionoracle boolean ? Pin
jegastar5-Oct-07 19:16
jegastar5-Oct-07 19:16 
AnswerRe: oracle boolean ? [modified] Pin
GuyThiebaut6-Oct-07 2:46
professionalGuyThiebaut6-Oct-07 2:46 
GeneralRe: oracle boolean ? Pin
Jwalant Natvarlal Soneji7-Oct-07 21:33
Jwalant Natvarlal Soneji7-Oct-07 21:33 
NewsMessage Closed Pin
5-Oct-07 7:51
SQL Gurus5-Oct-07 7:51 
GeneralRe: SQL Server Community Launched Pin
Dave Kreskowiak5-Oct-07 10:40
mveDave Kreskowiak5-Oct-07 10:40 
GeneralRe: SQL Server Community Launched Pin
Christian Graus5-Oct-07 23:55
protectorChristian Graus5-Oct-07 23:55 
GeneralRe: SQL Server Community Launched Pin
Dave Kreskowiak6-Oct-07 2:48
mveDave Kreskowiak6-Oct-07 2:48 
GeneralRe: SQL Server Community Launched Pin
Pete O'Hanlon7-Oct-07 11:12
mvePete O'Hanlon7-Oct-07 11:12 
GeneralRe: SQL Server Community Launched Pin
Paul Conrad7-Oct-07 11:07
professionalPaul Conrad7-Oct-07 11:07 

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.