Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / Sybase Topics / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
to add table with primary key29 Feb 2008 07:51 GMT2
create table au_clients (
       id          numeric(10,0)  not null,
       name        varchar(255)   not null,
        constraint au_clients_pk primary key (id))
table + primary key28 Feb 2008 23:36 GMT2
create table au_clients (
       id          numeric(10,0)  not null,
       name        varchar(255)   not null,
        constraint au_clients_pk primary key (id))
Leaking "open indexes"?27 Feb 2008 22:49 GMT2
We had a nasty incident today -- a production application slowed down to a
crawl. There was nothing wrong on the application side -- low CPU-load, low
RAM-consumption, but the DBA was at a loss as to what could possibly be
wrong with the Sybase server -- there was no lock-contention ...
Redhat Enterprise 5 AMD Dual Core 64 Bit24 Feb 2008 09:19 GMT1
Has anybody successfully gotten ASE 15.0.2 working on the Redhat
Enterprise 5 AMD Dual Core 64 Bit platform?
SELECT 42 AS a, a AS b FROM system.iota18 Feb 2008 14:58 GMT15
Is this a legal SELECT?
I was surprised to get the following error message from ADS:
poQuery: Error 7200:  AQE Error:  State = S0000;   NativeError =
2121;  [Extended Systems][Advantage SQL Engine]Column not found: a --
Transaction log information from sybase database18 Feb 2008 06:14 GMT1
If I do dump transaction with dump tran command so in which sybase table it
stores the information like
1) what is the dump file name
2) what was the time when dump happened
Get Segmentation Fault when Building Sybase15 Feb 2008 14:26 GMT6
When trying to install sybase 15 on fedora core 8 get the following
errors. I've created enough shared memory and also tried installing as
root. Any idea what's wrong and how do i troubleshoot it?
thanks
test scenario: blocking locks10 Feb 2008 15:34 GMT4
to test a procedure that is detecting blocking locks can anyone help
me how to create a test scenario for blocks?
Something like :
Start SQL Statement1 for the first process
isClosed and large numbers of connections08 Feb 2008 12:47 GMT2
I am working on a java application that uses sybase. It employs an in-
house database connection pool which uses the Connection.isClosed
method for checking to see if a connection is valid still.
Occasionally this call hangs on a blocking socket read. I am trying to
Query plans06 Feb 2008 00:25 GMT2
Friends:
In Sybase 12.5.3, is the SQL within a stored procedure precompiled and
the query plan stored somewhere (e.g., a package a la DB2 and/or in
the data dictionary)? I'm speaking just of static SQL, BTW.
creating view to select unique records01 Feb 2008 13:54 GMT2
I am unsure if similar question has already been posted to this group.
If so please point me to the relevant post/group.. otherwise please
read on...
We are in the process of migrating our application from Sybase to
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.