| Thread | Last Post | Replies |
|
| a question about couting | 28 Jan 2007 08:17 GMT | 1 |
New to SQL. Got some questions about it. Suppose I have two tables. Each of them has a single column, named as c1. For table T1, I have: 1
|
| Distinguish Sybase system databases from others | 27 Jan 2007 13:36 GMT | 3 |
Is there an easy way to distinguish between sybase system databases (ie. master, tempdb, sybsystemprocs, sybsystemdb, model, sybsyntax) and other databases?
|
| Simple select | 26 Jan 2007 18:41 GMT | 3 |
I have a table with cols A,B,C,D... If I run select A, B+D-C-E from my_table is it guaranteed to give me the results from each row?
|
| DHCP & ASE Server? | 26 Jan 2007 13:39 GMT | 1 |
One of the key components for a ASE client is that the address for the server in the interfaces/ini file is constant. Using DHCP by definition means that the address is not fixed (in theory). My question is has anyone ever successfully installed and operated an ASE server on a DHCP
|
| Msg 20009, Level 9, State 0, Server OpenClient, Line 0 | 24 Jan 2007 23:54 GMT | 7 |
i can't connect to MS SQL 2000 server. Please advice. I am running this from command line. Apache2, PHP5, Ubuntu Dapper. 0> /usr/local/freetds/bin/tsql -H [server] -p 1433 -U sa -P[password] locale is "en_US.UTF-8"
|
| Index Madness | 23 Jan 2007 21:00 GMT | 5 |
I have an old version of sybase installed that can not be changed. The version I have precludes partitioning of the db. The table is absolutely enormous in terms of row count / daily updates and deletes which leaves the index very unbalanced and sluggish.
|
| Strange behavior of RETURN keyword in Stored Proc | 23 Jan 2007 17:42 GMT | 1 |
Has anyone seen this behavior and know why it is happening? Here is what's happening. Assume you have this proc: create proc testproc as
|
| Number of rows returned | 19 Jan 2007 16:28 GMT | 3 |
In a sybase query, is it possible to request a portion or percentage of the total number of rows available in a table, say one 1/5 of total rows? I am trying to break down the number of rows returned in chunks of a 16Mil table.
|
| How to check the freespace for a disk device ? | 18 Jan 2007 17:42 GMT | 8 |
I know we can check the freespace for a disk device using Sybase Central. Anyone who can kindly provide the SQL script to do it using isql ?
|
| SQL (Select Case) | 18 Jan 2007 16:57 GMT | 1 |
i would like to replace a column with another column in SQL with a certain condition. For example: if i do have an 3 table involved, one has amount, second has column A and third has column B
|
| High system CPU on HP-UX with async io | 18 Jan 2007 09:11 GMT | 2 |
We run Sybase 12.5.2 on HP-UX 11i. async io is on (mandatory in the installation guide.) We graph UNIX CPU detail and summary every day - system CPU is well above 10% whenever Sybase is busy.
|
| ODBC driver for Windows | 17 Jan 2007 08:15 GMT | 2 |
Is an free ODBC driver for Windows available? We have a test server with Sybase and a database in our office and we should make a connection to this server from our client. But we haven't an ODBC driver to do that.
|
| Sybase patches for Daylight Saving Time (DST) | 16 Jan 2007 22:40 GMT | 3 |
Does anyone know whether Sybase has released any DST patches for Sybase ASE ?
|
| Query Denormalisation | 16 Jan 2007 15:42 GMT | 2 |
Given a table containing the following data pk val -- --- a 1
|
| bcp strange behaviour | 16 Jan 2007 14:05 GMT | 2 |
I am trying to get the data from a "|" delimited file into a sybase table. it has 5 columns 2 varchar and 3 numeric which can he null. when i bcp the data from file into table all the characters fields go
|