Re: RAISERROR() NOT POUP MESSAGE ?
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 10/07/04
- Next message: Prasad Koukuntla: "Re: Execution plan reuse"
- Previous message: Robert Taylor: "Re: alter table add primary key to existing column..."
- In reply to: Luqman: "RAISERROR() NOT POUP MESSAGE ?"
- Next in thread: Luqman: "Re: RAISERROR() NOT POUP MESSAGE ?"
- Reply: Luqman: "Re: RAISERROR() NOT POUP MESSAGE ?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 7 Oct 2004 20:22:57 +0200
>I have used raiserror() in my Sql Query but its output is printing within the Query Analyzer and
>not showing Popup Message, any idea why ?
Because SQL Server is executing on a server machine, and REISERROR just submits to message to the
client application. It is then up to the client application to do whatever it wants with that error.
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "Luqman" <pearlsoft@cyber.net.pk> wrote in message news:uD3o8gJrEHA.3520@TK2MSFTNGP11.phx.gbl... >I have used raiserror() in my Sql Query but its output is printing within the Query Analyzer and >not showing Popup Message, any idea why ? > > I am using MSDE on Windows XP, is that could be the reason ? or I have to install some Windows > Component ? > > Best Regards, > > Luqman > >
- Next message: Prasad Koukuntla: "Re: Execution plan reuse"
- Previous message: Robert Taylor: "Re: alter table add primary key to existing column..."
- In reply to: Luqman: "RAISERROR() NOT POUP MESSAGE ?"
- Next in thread: Luqman: "Re: RAISERROR() NOT POUP MESSAGE ?"
- Reply: Luqman: "Re: RAISERROR() NOT POUP MESSAGE ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|