Click here to Skip to main content
15,903,175 members
Home / Discussions / Database
   

Database

 
GeneralRe: Query to Copy a table from one database to another Pin
Blue_Boy10-Mar-08 1:45
Blue_Boy10-Mar-08 1:45 
QuestionGetting records while using inner join Pin
ONeil Tomlinson10-Mar-08 0:49
ONeil Tomlinson10-Mar-08 0:49 
GeneralRe: Getting records while using inner join Pin
Colin Angus Mackay10-Mar-08 1:46
Colin Angus Mackay10-Mar-08 1:46 
GeneralRe: Getting records while using inner join Pin
ONeil Tomlinson10-Mar-08 2:30
ONeil Tomlinson10-Mar-08 2:30 
GeneralRe: Getting records while using inner join Pin
Colin Angus Mackay10-Mar-08 5:00
Colin Angus Mackay10-Mar-08 5:00 
GeneralRe: Getting records while using inner join Pin
ONeil Tomlinson10-Mar-08 5:21
ONeil Tomlinson10-Mar-08 5:21 
QuestionIs it possible to fire message from Stored procedure? Pin
Sipder9-Mar-08 23:11
Sipder9-Mar-08 23:11 
AnswerRe: Is it possible to fire message from Stored procedure? Pin
Colin Angus Mackay9-Mar-08 23:41
Colin Angus Mackay9-Mar-08 23:41 
Master Mind'z wrote:
If i want to display message when user enters NULL for some field ,when I call stored procedure from the database?


Are you asking if a stored procedure can open up a message box to display a message to the user?

If so, the answer is no. Well, I suppose you could if you hacked around a bit. However, it is not a good idea. SQL Server is a database engine, often it will reside on another machine and if you were to get it to open a message box, it would only do so on the machine in which the SQL Server was running - it would be absolutely useless to the person using your application as they wouldn't see it.

Finally, the suggestion that SQL Server generates the message box is betrays somewhat a poor design. You are attempting to put presentation layer functionality in the database layer.

Upcoming FREE developer events:
* Developer Day Scotland

Recent blog posts:
* Mixins in C#3.0

My website | Blog

GeneralRe: Is it possible to fire message from Stored procedure? Pin
Sipder10-Mar-08 0:01
Sipder10-Mar-08 0:01 
GeneralRe: Is it possible to fire message from Stored procedure? Pin
Colin Angus Mackay10-Mar-08 0:20
Colin Angus Mackay10-Mar-08 0:20 
GeneralRe: Is it possible to fire message from Stored procedure? Pin
Sipder10-Mar-08 4:20
Sipder10-Mar-08 4:20 
GeneralRe: Is it possible to fire message from Stored procedure? Pin
Colin Angus Mackay10-Mar-08 5:03
Colin Angus Mackay10-Mar-08 5:03 
GeneralRe: Is it possible to fire message from Stored procedure? Pin
Sipder10-Mar-08 18:35
Sipder10-Mar-08 18:35 
GeneralStored Procedure for Checking Login Table Pin
codingrocks9-Mar-08 16:44
codingrocks9-Mar-08 16:44 
GeneralRe: Stored Procedure for Checking Login Table Pin
Ravenet9-Mar-08 17:54
Ravenet9-Mar-08 17:54 
GeneralRe: Stored Procedure for Checking Login Table Pin
Colin Angus Mackay9-Mar-08 23:44
Colin Angus Mackay9-Mar-08 23:44 
GeneralRe: Stored Procedure for Checking Login Table Pin
Christian Graus9-Mar-08 19:31
protectorChristian Graus9-Mar-08 19:31 
GeneralConnected Vs. Disconnected Pin
CodingYoshi9-Mar-08 13:39
CodingYoshi9-Mar-08 13:39 
GeneralRe: Connected Vs. Disconnected Pin
Paul Conrad9-Mar-08 13:43
professionalPaul Conrad9-Mar-08 13:43 
GeneralRe: Connected Vs. Disconnected Pin
CodingYoshi9-Mar-08 13:57
CodingYoshi9-Mar-08 13:57 
GeneralRe: Connected Vs. Disconnected Pin
moon_stick10-Mar-08 6:01
moon_stick10-Mar-08 6:01 
GeneralRe: Connected Vs. Disconnected Pin
CodingYoshi11-Mar-08 9:00
CodingYoshi11-Mar-08 9:00 
QuestionShow Databases ? Pin
Fritzables9-Mar-08 13:35
Fritzables9-Mar-08 13:35 
AnswerRe: Show Databases ? Pin
Paul Conrad9-Mar-08 13:40
professionalPaul Conrad9-Mar-08 13:40 
GeneralRe: Show Databases ? Pin
Fritzables9-Mar-08 14:19
Fritzables9-Mar-08 14:19 

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.