is bigint supported in Sybase ASE 12.5.4 ? if开发者_如何学编程 not is there any equalent to bigint in Sybase ASE 12.5.4 ?Bigint was not added until Sybase ASE 15.The closest to this you will get is N
Is there a way to access the sql that triggered a trigger from within the trigger?I\'ve managed to get it by joining to the master..monProcessSQLText MDA table but this only works for users with the m
I\'ve having a small issue loading a ~50meg file into a database. Unfortunately, and开发者_运维知识库 before we ask why I\'m doing this, I need to add this feature for legacy purposes. The column is s
1> how can i find whether server is accepting encrypted password or not from C program using sybase library(encryption set by sp_configure \"net password enryption reqd\",1), to 开发者_如何学运维make
开发者_JAVA百科Hi i am using sybase developer edition, i am being unable to set {sp_configure \"net password encryption reqd\",1}. Do i need any license for this.
I am having SYBASE 12.5 install on my server as well as my PC, I am unable to get the correct connection string.
I am working on XP m\\c and right now I don\'t have sybase install. But My server has the sybase 12.5 (that much I only know). I am using web service to talk to that server. How can I call the data f
We have an ETL process that reads data from a Sybase DB via the ODBC \"Adaptive Server Enterprise\"开发者_运维问答 driver v12.05
I\'m using Sybase 12.5.3 (ASE); I\'m new to Sybase though I\'ve worked with MSSQL pretty extensively. I\'m running into a scenario where a stored procedure is really very slow. I\'ve traced the issue
Am working with sybase.In that i have a table A of some 2 million records containing some columns which i want to move out and make it as a separate开发者_开发技巧 table B. I have some questions in th