Click here to Skip to main content
15,896,727 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL Server 2005 Performance Tips Pin
andyharman26-Nov-07 5:42
professionalandyharman26-Nov-07 5:42 
QuestionHow can i know which stored procedure is executed when and by which program? [modified] Pin
zeemalik26-Nov-07 2:36
zeemalik26-Nov-07 2:36 
AnswerRe: How can i know which stored procedure is executed when and by which program? Pin
Pete O'Hanlon26-Nov-07 9:24
mvePete O'Hanlon26-Nov-07 9:24 
QuestionInstalling MS SQL Server 2000 on Windows Vista Pin
I.explore.code25-Nov-07 22:27
I.explore.code25-Nov-07 22:27 
AnswerRe: Installing MS SQL Server 2000 on Windows Vista Pin
John_Adams25-Nov-07 23:18
John_Adams25-Nov-07 23:18 
GeneralRe: Installing MS SQL Server 2000 on Windows Vista Pin
I.explore.code26-Nov-07 17:43
I.explore.code26-Nov-07 17:43 
Questionneed help with stored procedure Pin
neodeaths25-Nov-07 22:16
neodeaths25-Nov-07 22:16 
AnswerRe: need help with stored procedure Pin
Christian Graus25-Nov-07 22:46
protectorChristian Graus25-Nov-07 22:46 
neodeaths wrote:
i am trying to create an stored procedure which would call an function from the asp.net function when an event(e.g when data in an perticular table is changed)


This doesn't make sense. You want to write a proc which calls code in your ASP.NET app ? You can define a trigger, and you can use managed code in SS2005, but even then, the code is going to be atomic, I doubt it can fire events in your code, especially as, in an ASP.NET app, the class instances that exist change every time a page is loaded, and are active only while it is being created.

Perhaps if you try to explain a little better ?


Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: need help with stored procedure Pin
neodeaths26-Nov-07 6:08
neodeaths26-Nov-07 6:08 
GeneralRe: need help with stored procedure Pin
astanton197826-Nov-07 7:14
astanton197826-Nov-07 7:14 
QuestionHow to get ride of this Error::IErrorInfo.GetDescription failed with E_FAIL(0x80004005)???? Pin
Deepak Koduri25-Nov-07 20:53
Deepak Koduri25-Nov-07 20:53 
QuestionHow to add autonumber in sql server 2005 Pin
Kiran S. S.25-Nov-07 19:44
Kiran S. S.25-Nov-07 19:44 
AnswerRe: How to add automunber in sql server 2005 Pin
soni uma25-Nov-07 19:48
soni uma25-Nov-07 19:48 
GeneralRe: How to add automunber in sql server 2005 Pin
Kiran S. S.27-Nov-07 22:07
Kiran S. S.27-Nov-07 22:07 
QuestionHow to list stored procedure parameter list and its return type Pin
NK725-Nov-07 18:39
NK725-Nov-07 18:39 
AnswerRe: How to list stored procedure parameter list and its return type Pin
Cristian Amarie26-Nov-07 7:50
Cristian Amarie26-Nov-07 7:50 
Questionconcatenating strings into one datagrid cell Pin
falles0125-Nov-07 16:06
falles0125-Nov-07 16:06 
AnswerRe: concatenating strings into one datagrid cell Pin
astanton197826-Nov-07 7:32
astanton197826-Nov-07 7:32 
Questionn00bish SQL Question Pin
sonywar25-Nov-07 6:58
sonywar25-Nov-07 6:58 
AnswerRe: n00bish SQL Question Pin
Colin Angus Mackay25-Nov-07 7:26
Colin Angus Mackay25-Nov-07 7:26 
GeneralRe: n00bish SQL Question Pin
sonywar25-Nov-07 14:29
sonywar25-Nov-07 14:29 
AnswerRe: n00bish SQL Question Pin
DQNOK26-Nov-07 6:05
professionalDQNOK26-Nov-07 6:05 
AnswerRe: n00bish SQL Question Pin
TJoe30-Nov-07 2:36
TJoe30-Nov-07 2:36 
QuestionSQL Server 2000 Backup Pin
Ali el25-Nov-07 4:15
Ali el25-Nov-07 4:15 
QuestionSQL 2005 Imports Pin
Vimalsoft(Pty) Ltd25-Nov-07 1:13
professionalVimalsoft(Pty) Ltd25-Nov-07 1:13 

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.