how to change ASE server name in windows
how to change the server name in Adaptive server enterprise running on windows
View ArticleRe: how to change ASE server name in windows
Hi, Here is the guide I have for unix.I'm sure it is similar to windows setup. Regards,Ryan
View ArticleRe: how to change ASE server name in windows
Windows is going to require a few more steps if ASE is running as a service. Update all registry entries containing <servername> with <newservername>: HKLM\SOFTWARE\SYBASE\Server...
View ArticleRe: how to change ASE server name in windows
Why anybody would like to change the name for an ASE Server? While you can use "cnames" in sql.ini? Am I missing something? Andreas.
View ArticleRe: Getting error
Hello Venkat, Sybase ASE database encountered an internal error affecting all processes using the current database.Run the dbcc check table() on the affected table and may be you can try restarting the...
View ArticleRe: what is the use of sybsystemprocs..spt_jdbc_datatype_info table
Hi Venkatesan, Is it the same driver accessing both servers or different instances? What version of jconnect is used?java -jar jconn4.jar returns this information. The procedure is used to collect...
View ArticleRe: ODBC 16.00.00.02 return wrong data
Do you have any new information for me?Did you opened incident? Thanks for you help
View ArticleNumber of Veriable length column Exceeds limit of 254 for all page locked table
Error "Number of Veriable length column Exceeds limit of 254 for all page locked table" why this coming if the column limit supports 1024 columns in a table and how the settings {allpages |...
View ArticleRe: Number of Veriable length column Exceeds limit of 254 for all page...
The limit is due to the internal representation of the row. ALLPAGES is the older format and used just one byte to store the number of variable length values included in the row. The newer DOL...
View ArticleRe: Getting error
Venkat, Is this issue resolved or any problem you are facing ? RegardsKiran K Adharapuram
View ArticleRe: How can i Switch database inside procedure in Sybase ASE
Srinath, Instead check this alternate way, may be it will help create procedure Testasselect * from pubs2..salesselect * from master..sysprocessesgo RegardsKiran K Adharapuram
View ArticleRe: How can i Switch database inside procedure in Sybase ASE
Selecting table i able to provide database name before schema name..But in some process like Drop and create tigger,index and role i not able to give database name in query.. For executing grant...
View ArticleRe: Sap ASE 16
OK. The literal string "default values" is indeed not valid syntax for ASE.You can have an insert that provides hardcoded literals as default values:INSERT INTO temp2 values (1,2,3) It sounds like...
View ArticleRe: How can i Switch database inside procedure in Sybase ASE
Why use a stored procedure for granting permissions? If you need an automated thing to do it, use a shell script or similar outside of the database unless you want to use Java in the database to do it...
View ArticleRe: How can i Switch database inside procedure in Sybase ASE
You can combine a few basic ASE features that'll allow you to execute a vast majority of ASE commands in a any database. Basic features: 1 - Most (but not all) commands can be submitted to ASE via a...
View ArticleRe: How can i Switch database inside procedure in Sybase ASE
I already Tried this waycreated sp_exec_cmd procedure to all database.. its work good but my problem is how to execute all sp_exec_cmd dynamically by database list cursor if i hard code database name...
View ArticleRe: How can i Switch database inside procedure in Sybase ASE
===================declare @dbname varchar(30), @proc varchar(300), @cmd varchar(16384) select @dbname = >>whatever_you_determine<< select @proc = @dbname +...
View ArticleSYSAM and startserver problem.
Hello everyone, I encountered the following error, when I tried start SYSAM and then startserver. hostname SYSAM-2_0/bin> ./sysam startStarting the SYSAM License Server using licenses from:...
View Article