Click here to Skip to main content
15,891,184 members
Home / Discussions / Database
   

Database

 
AnswerRe: isnull in Sql Server Pin
gauthee7-May-07 23:58
gauthee7-May-07 23:58 
Questionwhat is he Difference Between these two codes in datagrid Pin
Vimalsoft(Pty) Ltd6-May-07 22:16
professionalVimalsoft(Pty) Ltd6-May-07 22:16 
AnswerRe: what is he Difference Between these two codes in datagrid Pin
Ch_Shahzad iqbal8-May-07 22:50
Ch_Shahzad iqbal8-May-07 22:50 
GeneralRe: what is he Difference Between these two codes in datagrid Pin
Vimalsoft(Pty) Ltd9-May-07 1:12
professionalVimalsoft(Pty) Ltd9-May-07 1:12 
Questionforce to restore database Pin
Xandip6-May-07 20:51
Xandip6-May-07 20:51 
AnswerRe: force to restore database Pin
Colin Angus Mackay6-May-07 23:00
Colin Angus Mackay6-May-07 23:00 
QuestionHow to write triggers in stored procedure Pin
Sophia Rekhi6-May-07 20:09
Sophia Rekhi6-May-07 20:09 
AnswerRe: How to write triggers in stored procedure Pin
vimal_yet6-May-07 20:41
vimal_yet6-May-07 20:41 
declare <cursor_name> cursor for

open cursor_name

while @@fetch_status=0
begin
fetch next from cursor_name into variable_name1,var2......varn

end


If U Get Errors U Will Learn
If U Don't Get Errors U Have Learnt

AnswerRe: How to write triggers in stored procedure Pin
Colin Angus Mackay6-May-07 22:55
Colin Angus Mackay6-May-07 22:55 
Questionhow to connect sql server from internet Pin
Ahmed El-Badry6-May-07 12:23
Ahmed El-Badry6-May-07 12:23 
AnswerRe: how to connect sql server from internet Pin
Colin Angus Mackay6-May-07 22:59
Colin Angus Mackay6-May-07 22:59 
AnswerRe: how to connect sql server from internet Pin
Ch_Shahzad iqbal8-May-07 1:01
Ch_Shahzad iqbal8-May-07 1:01 
QuestionHelp Please Pin
yasso_1155-May-07 22:36
yasso_1155-May-07 22:36 
AnswerRe: Help Please Pin
Arun.Immanuel5-May-07 22:38
Arun.Immanuel5-May-07 22:38 
GeneralRe: Help Please Pin
yasso_1155-May-07 22:55
yasso_1155-May-07 22:55 
GeneralRe: Help Please Pin
Arun.Immanuel5-May-07 23:15
Arun.Immanuel5-May-07 23:15 
GeneralRe: Help Please Pin
yasso_1155-May-07 23:43
yasso_1155-May-07 23:43 
GeneralRe: Help Please Pin
Arun.Immanuel6-May-07 1:26
Arun.Immanuel6-May-07 1:26 
QuestionFulltext catalog not populating? Pin
alexjamesbrown5-May-07 17:36
alexjamesbrown5-May-07 17:36 
AnswerRe: Fulltext catalog not populating? Pin
Nirosh6-May-07 4:48
professionalNirosh6-May-07 4:48 
QuestionHow robust the SQL Server 2005 is..? Pin
Nirosh5-May-07 8:50
professionalNirosh5-May-07 8:50 
Questionhow to insert unicode character into SQL server 2005 from c# Pin
rehab14-May-07 22:00
rehab14-May-07 22:00 
AnswerRe: how to insert unicode character into SQL server 2005 from c# Pin
Hesham Amin4-May-07 22:29
Hesham Amin4-May-07 22:29 
AnswerRe: how to insert unicode character into SQL server 2005 from c# Pin
Colin Angus Mackay4-May-07 22:30
Colin Angus Mackay4-May-07 22:30 
AnswerRe: how to insert unicode character into SQL server 2005 from c# Pin
subai5-May-07 4:18
subai5-May-07 4:18 

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.