Hello.
I have a problem with sybase. I would like to to insert a big
data (2 Mbytes) into a column of text type. But I failed to do
so. But I managed to insert 1M-byte file into the table.
...
http://www.experts-exchange.com/Database/Sybase/Q_10297307.html
Zones:
SybaseDate Answered: 02/21/2000 Grade: A Views: 0
Hello,
I have a test Sybase database ,even a simple select * from table_name is hanging.
Any help is appreciated.
thank you
Vinai
http://www.experts-exchange.com/Database/Sybase/Q_21233767.html
Zones:
SybaseDate Answered: 01/31/2005 Grade: A Views: 39
Say I have the following two column table with columns code and value.
Code Value
1 A
1 B
1 C
1 D
2 A
2 B
2 C
2 D
In selecting on code ...
http://www.experts-exchange.com/Database/Sybase/Q_21749503.html
Zones:
SybaseDate Answered: 02/24/2006 Grade: A Views: 0
Hello all - interested in concise thoughts on best course of action:
Main application sits on Sybase at corporate HQ way down the coast. Our portion of the data is maybe few hundred tables, 2-3...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21756857.html
Hi guys, I have a rather simple question here. I have an old NT4 server that runs on Sybase SQL, and want to know if I can go from Sybase to MS SQL, and if there are any difficulties. Is it just th...
http://www.experts-exchange.com/Database/Sybase/Q_21771306.html
Zones:
SybaseDate Answered: 03/13/2006 Grade: B Views: 0
Hi,
have some SQL questions please just to get more understanding...
1). I have a EMP table -- I want to get all the rows which are equal .. what is the query for this?
2). I want to get a...
http://www.experts-exchange.com/Database/Sybase/Q_21886003.html
Zones:
SybaseDate Answered: 10/16/2006 Grade: A Views: 0
I would like to create a stored procedure that will delete data from a table that is older then a certain date... If I pass A as a parameter it would delete data from A_data ... the below doesnt wo...
http://www.experts-exchange.com/Database/Sybase/Q_23346559.html
Hi,
I am trying to concatenate multiple rows ina table, e,g my current table looks like this;
ID Citycode
A123 LN
B123 TK
I would like to concatenate the Citycode s...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_23408844.html
Zones:
SQL SyntaxDate Answered: 10/23/2008 Grade: A Views: 114
I have a sybase(12) table that contains hand-written text.
The text is deposited by a .net program into the table via a textbox control.
The users can paste text from other sources into the textb...
http://www.experts-exchange.com/Database/Sybase/Q_23707702.html
running the following command
select * from calldetail where CallStartDt > '09/01/2008' and Service_Id = 235 or service_id = 236 or service_id = 242
from sql advantage
and i get this outpu...
http://www.experts-exchange.com/Database/Sybase/Q_23778393.html