Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Sql server messages

 
   Database Forums (Home) -> JDBC Driver RSS
Next:  How to use xp_trace_generate_event  
Author Message
davy

External


Since: Jan 20, 2005
Posts: 10



(Msg. 1) Posted: Wed Jun 08, 2005 4:49 am
Post subject: Sql server messages
Archived from groups: microsoft>public>sqlserver>jdbcdriver (more info?)

I'd like to use the messages returned by Sql server 2000.

e.g.
BACKUP DATABASE ... WITH STATS = 10
returns a message to the analyser after every 10 percent completion.

I'd like to use these kind of messages with a java client.

Thanks in advance Davy

 >> Stay informed about: Sql server messages 
Back to top
Login to vote
davy

External


Since: Jan 20, 2005
Posts: 10



(Msg. 2) Posted: Thu Jun 09, 2005 8:38 am
Post subject: RE: Sql server messages [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is it possible that you can't access server messages with a severity 0 or 1
(information messages).

I can access warning messages usings connection.getWarnings(). Reel server
errors are thrown as exceptions, but there no method like getInfoMessages().

Is there a work arround? To access the information messages like if they
were warnings?

Thanks in advance
Davy

"Davy" wrote:

 > I'd like to use the messages returned by Sql server 2000.
 >
 > e.g.
 > BACKUP DATABASE ... WITH STATS = 10
 > returns a message to the analyser after every 10 percent completion.
 >
 > I'd like to use these kind of messages with a java client.
 >
 > Thanks in advance Davy

 >> Stay informed about: Sql server messages 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Java and SQL Server - MS Access (with ODBC) and vb.net on my PC read SQL Server tables fine. I want to write a java program that reads SQL Server tables. I can't prompt the users for their user name and password because the administrators only allow authentication through..

connection to SQL server 2005 - Hi All, I use the following code lines for connecting to SQL Server 2005: Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); String connectionUrl = "jdbc:sqlserver://SERVER;user=USER;databaseName=db;AuthenticationMethod=a...

integratedSecurity and SQL Server 200 - I'm trying to connect to SQL Server 2000 using the SQL Server 2005 1.1 JDBC drivers using integratedSecurity=true. However whenever I try to connect I'm thrown the following exception; com.microsoft.sqlserver.jdbc.SQLServerException: An exception..

SQL Server Courses - I located the following titles and dates of courses being held in Chicago: 2071 Querying Microsoft SQL Server 2000 with Transact-SQL 04-05-07 2071 Querying Microsoft SQL Server 2000 with Transact-SQL 05-14-07 2071 Querying Microsoft SQL Server 2000..

SQL server 2000 vertical partitioning - hello i want someone to help me in solving a problem in sql server 2000 considering that i have a table named PROJ(JNO,JNAME,BUDGET,LOC) where JNO is the primary key of this table also this table is related to another one, where the other table has a....
   Database Forums (Home) -> JDBC Driver All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]