| Thread | Last Post | Replies |
|
| Incredibly slow query when asking for specific row, but not when asking für '*' | 27 Jun 2007 13:54 GMT | 2 |
I'm experiencing a very very strange behaviour when executing certain SQL being connected to an ASE 12.5. Two tables connected with a very simple join, querying for '*' (or table1.*, table2.*) is very quick, querying for any specific fields is
|
| Self-join - compare empty strings | 21 Jun 2007 21:54 GMT | 1 |
I have a query that self-joins a table and then compares a column. Tbl1 has 3 columns - Id, Name and Address. SELECT a.Name,
|
| Large list in select ... where ... in | 21 Jun 2007 21:44 GMT | 3 |
I need to run a simple query like select fee from charges where code in ('value1', 'value2', ..., 'valueN') where values are 5 character strings. Is there anything bad in having between 500 and 1000 values in the value list?
|
| Getting ouput of system sp into temp table | 21 Jun 2007 17:21 GMT | 1 |
Is there a way to get output of system sp, e.g sp_helpindex into a temp table. Thanks Amit
|
| Help - Fetching Primary Key | 21 Jun 2007 12:35 GMT | 5 |
I want to get the names of the columns of a table constiuting the primary key or any unique key of that table in Sybase. Like I have a table A with columns say name, id, address This table has a composite primary key constituting of columns name
|
| isql script calling other script | 20 Jun 2007 16:41 GMT | 4 |
In Oracle, sqlplus scripts can call other script by using @ or @@ Can I do the same thing in sybase's isql script? The only ways for a isql command to execute a external script file I konw of are: using -i option, or redirect using <
|
| struck database query | 20 Jun 2007 05:00 GMT | 3 |
I have a simple query, but the sybase server seems to take forever to produce the results. I've done the following to eliminate problems related to transaction log dump transaction <dbname> with no_log
|
| Query help | 17 Jun 2007 02:38 GMT | 2 |
Hi Friends, I have a question related to sql statement.Hope you guys can give me some suggestions. There are two columns storing the company's name. I want to retrieve
|
| How do I do compressed dumps to a remote server?? | 11 Jun 2007 06:17 GMT | 1 |
I am on ASE 12.5.3 ESD 7 on both hp UX and windows. Here is what I am trying to do. I want to make a database and transcation log to a different server and make sure it goes across the wire compressed.
|
| Regarding Database Queries | 06 Jun 2007 10:17 GMT | 1 |
Sir / Madam I am having a SQL database running system and i want to access the datas stored on that system through FTP to my system, how i should query that database from my system through FTP? Guide me soon i am in
|