advantage-database-server Questions
6
Solved
Database: Sybase Advantage 11
On my quest to normalize data, I am trying to delete the results I get from this SELECT statement:
SELECT tableA.entitynum
FROM tableA q
INNER JOIN tableB u on (u.ql...
Fabe asked 9/7, 2013 at 12:56
4
Solved
Is using "view" in db design right method or we should handle it code side? What are the advantages or disadvantages?
Respirator asked 16/3, 2010 at 12:6
1
Solved
I try to use DataAdapter in C#.net. and still I do not understand something about DataAdapter.
I read many article and blogs about DataAdapter and DataReader.
I understood DataAdapter will open a...
Bejarano asked 14/4, 2012 at 13:8
4
Solved
I am using the Advantage Database Server from Sybase and have for the moment a nice fast left join query, that runs really fast. The problem is that after running the query I would like to put the ...
Ahead asked 8/2, 2012 at 14:9
4
Solved
I want the result set of a database query to have a certain order. The information I want to order by is not contained in the database, but dynamically generated in code (so I cannot use ORDER BY)....
Richmal asked 26/10, 2011 at 13:14
2
Solved
So I am currently working on a migration from an old Advantage database server to SQL 2005 using SSIS 2008. One of the columns in the old Advantage database is a MEMO type. By default this translat...
Fishbolt asked 14/1, 2011 at 17:8
6
I have a master / detail table and want to update some summary values in the master table against the detail table. I know I can update them like this:
update MasterTbl set TotalX = (select sum(X)...
Pulvinus asked 14/11, 2008 at 0:35
2
Solved
I have a question about a performance of stored procedures in the ADS. I created a simple database with the following structure:
CREATE TABLE MainTable
(
Id INTEGER PRIMARY KEY,
Name VARCHAR(50),...
Dukas asked 30/3, 2010 at 14:57
11
Solved
I am using SQL Advantage and need to know what the SQL is to identify the triggers associated with a table. I don't have the option to use another tool so the good old fashioned SQL solution is the...
Vernavernacular asked 25/11, 2008 at 19:11
1
© 2022 - 2024 — McMap. All rights reserved.