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

Database

 
QuestionHow do we secure a Sqlserver database in client side? Pin
alav7-Jan-07 1:01
alav7-Jan-07 1:01 
AnswerRe: How do we secure a Sqlserver database in client side? Pin
Colin Angus Mackay7-Jan-07 2:04
Colin Angus Mackay7-Jan-07 2:04 
QuestionSQL Server Basic Questions Pin
Rahithi6-Jan-07 17:51
Rahithi6-Jan-07 17:51 
AnswerRe: SQL Server Basic Questions Pin
Colin Angus Mackay7-Jan-07 2:11
Colin Angus Mackay7-Jan-07 2:11 
AnswerRe: SQL Server Basic Questions Pin
karam chandrabose7-Jan-07 16:24
karam chandrabose7-Jan-07 16:24 
AnswerRe: SQL Server Basic Questions Pin
Mark J. Miller8-Jan-07 6:17
Mark J. Miller8-Jan-07 6:17 
QuestionOptional Parameter in SP Pin
Amit Kumar G6-Jan-07 6:03
Amit Kumar G6-Jan-07 6:03 
AnswerRe: Optional Parameter in SP Pin
Colin Angus Mackay6-Jan-07 6:27
Colin Angus Mackay6-Jan-07 6:27 
Amit Kumar G wrote:
Is there any way to define Optional paramter in SQL server SP.??


Yes, and you've already answered your question


Amit Kumar G wrote:
[ = default ]


Here is an extract from the documentation, which you obviously have since you've quoted from it:
default

Is a default value for the parameter. If a default is defined, the procedure can be executed without specifying a value for that parameter. The default must be a constant or it can be NULL. It can include wildcard characters (%, _, [], and [^]) if the procedure uses the parameter with the LIKE keyword.




Upcoming Scottish Developers events:
* Glasgow: Tell us what you want to see in 2007


My: Website | Blog | Photos

GeneralRe: Optional Parameter in SP Pin
Amit Kumar G6-Jan-07 6:57
Amit Kumar G6-Jan-07 6:57 
QuestionGetting records from one table that don't have equivalents in another table Pin
Waleed Eissa6-Jan-07 4:52
Waleed Eissa6-Jan-07 4:52 
AnswerRe: Getting records from one table that don't have equivalents in another table Pin
Hesham Amin6-Jan-07 23:32
Hesham Amin6-Jan-07 23:32 
GeneralRe: Getting records from one table that don't have equivalents in another table Pin
Waleed Eissa7-Jan-07 1:15
Waleed Eissa7-Jan-07 1:15 
Questionproblem record selection Pin
araja_pandian6-Jan-07 3:06
araja_pandian6-Jan-07 3:06 
AnswerRe: problem record selection Pin
Colin Angus Mackay6-Jan-07 3:11
Colin Angus Mackay6-Jan-07 3:11 
GeneralRe: problem record selection Pin
araja_pandian6-Jan-07 3:14
araja_pandian6-Jan-07 3:14 
QuestionBest Encryption Strategy Pin
DougWiesnerMI5-Jan-07 10:44
DougWiesnerMI5-Jan-07 10:44 
AnswerRe: Best Encryption Strategy Pin
Ed.Poore7-Jan-07 6:38
Ed.Poore7-Jan-07 6:38 
GeneralRe: Best Encryption Strategy Pin
DougWiesnerMI8-Jan-07 2:12
DougWiesnerMI8-Jan-07 2:12 
QuestionTricky table join Pin
Wjousts5-Jan-07 2:47
Wjousts5-Jan-07 2:47 
AnswerRe: Tricky table join Pin
ednrgc5-Jan-07 6:40
ednrgc5-Jan-07 6:40 
GeneralRe: Tricky table join Pin
Wjousts5-Jan-07 7:37
Wjousts5-Jan-07 7:37 
GeneralRe: Tricky table join Pin
ednrgc5-Jan-07 8:31
ednrgc5-Jan-07 8:31 
GeneralRe: Tricky table join Pin
Wjousts5-Jan-07 8:47
Wjousts5-Jan-07 8:47 
QuestionHow to debug stored procedure Pin
mohd imran abdul aziz5-Jan-07 0:10
mohd imran abdul aziz5-Jan-07 0:10 
AnswerRe: How to debug stored procedure Pin
WoutL5-Jan-07 0:40
WoutL5-Jan-07 0:40 

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.