Enter Keywords:
1 - 10 of 43(0.015 seconds)
Sort By:
 
Can someone please help me out in writing the Sql to concatenate the Text_desc for each code for all the seq_nos in the ascending order of seq_no and load into the target table. I want to implemen...
Zones: SybaseDate Answered: 06/05/2008 Rating: 9.4 Views: 24
does freeing a dba channel mean the same as dropping the connection ?
Zones: SybaseDate Answered: 06/16/2008 Rating: 8.3 Views: 0
I have already logged in to the sybase database server from ISQL command prompt. When I run below command, I face incorrect syntax near "." bcp TestDB.dbo.Table1 out "C:\test.txt" -c What is...
Zones: SybaseDate Answered: 04/27/2008 Rating: 8.8 Views: 23
Please observe the following sql: CREATE PROC test_proc as begin IF (NULL = object_id ('#abc')) BEGIN create table #abc (col1 char(4)) select created table abc END ELSE select no tab...
Zones: Sybase, DatabasesDate Answered: 06/08/2008 Rating: 7.6 Views: 7
Hi experts, I exported and bcp table from DB2 to Sybase for data reconcialtion. I see strange behavior I have 2 tables. Table A - 800000 records Table B - 2 mil records I do follwoing j...
Zones: SybaseDate Answered: 09/17/2008 Rating: 9.2 Views: 0
I have a stored procedure written in Sybase written many years ago. There seems to be some performance issues with it and I wondered was there some tool where I could run the SP and see exactly wha...
Zones: Sybase, SQL SyntaxDate Answered: 09/18/2008 Rating: 9.9 Views: 0
Hello experts,   I am trying to get the table and there relation ship among other tables ( i.e parent and child table relationship ). I am using following query, the problem with query is that I ...
Zones: Sybase, SQL SyntaxDate Answered: 06/29/2009 Rating: 9.0 Views: 6
I have around 250 store procedures in sybase database which I need to transfer them into another database. So I generated the scripts for those 250 store procedures and run them in the new database...
Zones: Sybase, MS SQL Server, Dat...Date Answered: 03/18/2008 Rating: 9.4 Views: 5
I setup replication server and configured it. I am able to use sybase central to step through the process of creating the environment. When the wizard tries to finish, right after it tries to creat...
Zones: SybaseDate Answered: 06/26/2008 Rating: 9.9 Views: 0
I am using # tables in a stored procedure and would like to know whether there will be any performance issues. Is it a good practice to create # tables in a stored procedure for performing some cal...
Zones: Sybase, DatabasesDate Answered: 06/13/2008 Rating: 9.8 Views: 0