JTDS support for shared memory access
Fri, 12 Mar 2010 01:48:51 GMT
Can anyone tell me if JTDS supports shared memory access?
I would like to access the DB with TCP and Named Pipe DISABLED
Appreciate your replies. Thanks!
From http://www.developmentnow.com/g/118_0_0_0_0_0/microsoft-public-sqlserver-server.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com ...
|
how do i stop a maintenance plan?
Thu, 11 Mar 2010 09:38:28 -0500
I have a maintenance plan that runs every night. Sometimes it takes too long to run and it affects production for the
following morning. I can see and kill the process it is currently running but then the next task starts and i have to
kill that too. How can i stop the thing once it has started?
thanks
...
|
SQL database connections and access from multiple clients
Thu, 11 Mar 2010 05:18:28 -0800 (PST)
How many concurrent connections can SQL Express 2008 support ?
I have a situation where 10,000 clients need to access and update SQL
Express database.
Is it ok that all the clients directly connects to SQL express and
update the database ? What issues can come up in the scenario ?
OR is it advised that we wri ...
|
Query on multiple servers, sort by server name
Thu, 11 Mar 2010 12:35:25 +0100
Hello
I'm running a query on the sysjobhistory table on multiple servers. This
works fine, except that the results are not sorted by server name, which is
quite annoying. As the column "server name" is not part of the query, is
there a way to sort by this column ?
Pierrot
...
|
SQL 2005 attemted to read or write protected memory.
Thu, 11 Mar 2010 00:46:01 -0800
When we works on the SQL server itself with the SQL Server Manager, we
receive regular the following error message:
attemted to read or write protected memory. this is often an indication that
other memory is corrupt.
Google find the following for me, http://support.microsoft.com/kb/926421/,
but this u ...
|
sql queries
Wed, 10 Mar 2010 21:27:10 -0800
Hi Suri,
I need a help
Table: airlines_data
Table Structure:
Airlines Airport
ADAMAIR US
AERLINGUS UK
AEROFLOT US
AIRBERLIN US
I want the records in given below format
Airport ADAMAIR AERLINGUS AEROFLOT AIRBERLIN
US YES NO YES YES
UK NO ...
|
Msg 5133, Level 16, State 1, Line 1
Wed, 10 Mar 2010 19:49:40 -0800
I am using SQL Server 2008. I am getting
the error when I try to create a database using this statement:
CREATE DATABASE SQL2008SBS ON PRIMARY
( NAME = "SQL2008SBS",
FILENAME = "C:\Program Files\
Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\SQL2008SBS.mdf",
SIZE = 3MB,
...
|
|
|
Evevalte America
Wed, 10 Mar 2010 18:42:31 -0800
Does anyone know if the Elevate America program includes SQL Server training
and/or certification?
...
|
SQL2005 x64 Developer on Win7 - Memory Mgmt
Wed, 10 Mar 2010 17:00:01 -0800
Greetings,
I'm doing some development work and I've got the following configuration:
- Win7 x64 Ultimate
- SQL Server 2005 Developer x64, SP3
- 8 GB RAM
The problem that I'm having is that the SQL Server Process is maxing out at
~150 mb, where this is really killing the performance of sql server.
...
|
SQL service broker
Wed, 10 Mar 2010 19:23:51 -0500
It appears that the service broker newsgroup may be dead ?
I apologize if some view this a cross posting...
I have a process whereby I would like to accomplish the following...
The setting includes many client workstations using a VB.net application to
communicates with a database via ADO connections.
T ...
|