Click here to Skip to main content
15,910,603 members
Home / Discussions / Database
   

Database

 
QuestionHiding Report Parameters. Pin
Karuna Kumar26-Jul-07 0:34
Karuna Kumar26-Jul-07 0:34 
QuestionStored Procedure Issue Pin
Brendan Vogt26-Jul-07 0:00
Brendan Vogt26-Jul-07 0:00 
AnswerRe: Stored Procedure Issue Pin
Mike Dimmick26-Jul-07 0:46
Mike Dimmick26-Jul-07 0:46 
GeneralRe: Stored Procedure Issue Pin
Colin Angus Mackay26-Jul-07 0:52
Colin Angus Mackay26-Jul-07 0:52 
AnswerRe: Stored Procedure Issue Pin
Colin Angus Mackay26-Jul-07 0:48
Colin Angus Mackay26-Jul-07 0:48 
GeneralRe: Stored Procedure Issue Pin
Mike Dimmick26-Jul-07 3:05
Mike Dimmick26-Jul-07 3:05 
GeneralRe: Stored Procedure Issue Pin
Brendan Vogt26-Jul-07 3:10
Brendan Vogt26-Jul-07 3:10 
AnswerRe: Stored Procedure Issue Pin
Aaron VanWieren26-Jul-07 2:31
Aaron VanWieren26-Jul-07 2:31 
If you are using sql2005 you could also look at creating your stored procedure as a clr stored procedure, giving you an assembly and stored procedure. The advantage is that you can wrap the c#'s string capabilities into the stored procedure as well as other coding language capabilities. Also, you are able to recieve nulls and can debug the SProc at run time in vs2005.

Should take a look if this is an option.

My 2C worth.

_____________________________________________________________________

Our developers never release
code. Rather, it tends to escape, pillaging the countryside all around.

The Enlightenment Project (paraphrased comment)

Visit Me at GISDevCafe

GeneralRe: Stored Procedure Issue Pin
Brendan Vogt26-Jul-07 3:09
Brendan Vogt26-Jul-07 3:09 
Questioncoping data in sql server express Pin
Amjath Rahman25-Jul-07 22:55
Amjath Rahman25-Jul-07 22:55 
AnswerRe: coping data in sql server express Pin
Blue_Boy25-Jul-07 23:12
Blue_Boy25-Jul-07 23:12 
GeneralRe: coping data in sql server express Pin
Amjath Rahman25-Jul-07 23:24
Amjath Rahman25-Jul-07 23:24 
GeneralRe: coping data in sql server express Pin
Blue_Boy25-Jul-07 23:37
Blue_Boy25-Jul-07 23:37 
AnswerRe: coping data in sql server express Pin
Aaron VanWieren26-Jul-07 2:27
Aaron VanWieren26-Jul-07 2:27 
GeneralRe: coping data in sql server express Pin
Blue_Boy26-Jul-07 3:55
Blue_Boy26-Jul-07 3:55 
QuestionHow to reset identity(ID) field Pin
Mubashir Javaid25-Jul-07 22:09
Mubashir Javaid25-Jul-07 22:09 
AnswerRe: How to reset identity(ID) field Pin
Vasudevan Deepak Kumar25-Jul-07 22:15
Vasudevan Deepak Kumar25-Jul-07 22:15 
GeneralRe: How to reset identity(ID) field Pin
Muhammad Qasim Pasta25-Jul-07 22:37
Muhammad Qasim Pasta25-Jul-07 22:37 
AnswerRe: How to reset identity(ID) field Pin
Blue_Boy25-Jul-07 22:16
Blue_Boy25-Jul-07 22:16 
Questionasp horizontal data Pin
calvinjb888825-Jul-07 21:31
calvinjb888825-Jul-07 21:31 
AnswerRe: asp horizontal data Pin
Vasudevan Deepak Kumar25-Jul-07 22:17
Vasudevan Deepak Kumar25-Jul-07 22:17 
AnswerRe: asp horizontal data Pin
Pete O'Hanlon25-Jul-07 23:44
mvePete O'Hanlon25-Jul-07 23:44 
Questionasp horizontal data Pin
calvinjb888825-Jul-07 21:31
calvinjb888825-Jul-07 21:31 
QuestionIdentity Field Pin
Muhammad Qasim Pasta25-Jul-07 21:17
Muhammad Qasim Pasta25-Jul-07 21:17 
AnswerRe: Identity Field Pin
Krish - KP25-Jul-07 21:38
Krish - KP25-Jul-07 21:38 

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.