| Thread | Last Post | Replies |
|
| Inet_NtoA | 29 Mar 2007 16:20 GMT | 9 |
I'm converting a database from MySQL => Sybase and i run into a problem. In one stored procedure, we're using Inet_NtoA function. Is there a similar funktion in Sybase ??
|
| Improve query perf by multithreading | 26 Mar 2007 16:19 GMT | 2 |
I had a question that I was hoping someone on this group may be able to help me with. I have an unpartitioned table A that I join with unpartitioned table B in a query. When I look at the query plan, its doing a full table scan on A and hitting the index on B. Table B has
|
| Bug in Sybase? | 23 Mar 2007 08:53 GMT | 5 |
I found something strange when using derived tables. Maybe this is a case for Sybase. version: Adaptive Server Enterprise/12.5.3/EBF 13325 ESD#7/P/Sun_svr4/OS 5.8/
|
| add column if it does not exist | 22 Mar 2007 18:45 GMT | 3 |
If a column does not already exist on a table I want to add it. The column already exists in the database I am testing this in. Here is my problem: IF NOT EXISTS(SELECT 1
|
| Sybase initial/increment table size | 22 Mar 2007 03:43 GMT | 1 |
Can one specify the initial table size and the incremental table size for SYBASE ASE 11/12/15 when running the create table script? If so, please teach me. Thanks a lot in advance! Tom
|
| bcp and table owner. | 20 Mar 2007 14:40 GMT | 6 |
I am trying to bcp in data into a table owned by dbo and I am not dbo. The bcp fails because I am not the table owner nor am I sa. If I bcp the data in as dbo, the bcp works just fine but I don't want to use the dbo id to perform the bcp. I need to do it as a regular
|
| Check whether a table is used in a stored procedure | 17 Mar 2007 13:46 GMT | 4 |
I'am stuck with a tricky task in sybase. I would like to know is there any way to find out that whether a table is being used in stored procedure or not across multiple databases. E.g. If table tab1 is being used in stored procedure sp1(in database
|
| Networking issuese and Sybase | 15 Mar 2007 16:19 GMT | 1 |
I am building a data pumpt in SQL Server 2005 SSIS that gets data from different Sybase servers via different dialup connnections. I noticed one connection started hanging and did a coninuous ping test (ping ipaddress -t) with a server that was working and one that wasn't. On
|
| Sybase Windows GUI Client | 15 Mar 2007 16:13 GMT | 1 |
Is there a Windows GUI manager avalible for Sybase like the one for MS SQL Server? (Sorry, that's my background.) We are developing queries for a Sybase DB we don't have direct experience with and somthing that would let us easily see view definitions, table/column lists, ect.. ...
|
| How do I truncate or extend the log space for a database? | 15 Mar 2007 15:36 GMT | 6 |
I have the message: "1 task(s) are sleeping waiting for space to become available in the log segment for database xxxxDB..." I'm running sybase 15.0 under CentOS (RedHat), and the Sybase Central locks up when I'm trying to change a column in one of my tables...
|
| Strange problem with max()? | 15 Mar 2007 09:15 GMT | 2 |
I've been at this problem all morning. Below you can see select sql with included select in where statement. I have to use the max function on the included select. The included select statement takes only 10 seconds to execute and returns just under 4000 rows.
|
| Grid computing | 14 Mar 2007 23:55 GMT | 2 |
I notice in the Bloor report on the Sybase website (http:// www.sybase.com/detail?id=1039410) that Sybase is planning full grid computing support in the future for ASE. Can someone give me the timescales that this might be happening within and/or point me towards
|
| Announcing 'pipe' plugin for Sybase backup server [pipe] | 08 Mar 2007 18:31 GMT | 1 |
http://libpipe.virtual-estates.com/ With this plugin the destination of your dump no longer has to be a named file. It can now also be a stdin of an arbitrary command or a port on any host on your network.
|
| Nested stored proc - receive results | 08 Mar 2007 09:53 GMT | 2 |
I have a stored proc SP2, which returns some data as the result. Another stored proc SP1 needs to call SP2 inside it. How do I receive the results from SP2? I cannot modify SP2 because its a common stored proc. SP2 has no out params either.
|
| Inserting Sequence Numbers | 07 Mar 2007 20:51 GMT | 5 |
How would I add sequence numbers to a set of numbers I am quierying from a table? For example: I have a set of random numbers 2, 8, 9, 55 in table RANDOM. I want my select statement to give me the following results:
|