| Thread | Last Post | Replies |
|
| tempdb issues............... | 30 Sep 2003 20:32 GMT | 2 |
Has anyone ever encountered Error 691 and know how to solve it??? The manual describes it as a hardware error and points it to the drive on which I have stored the tempdb. But, our SA does not seem to find any errors in the OS errorlog. The last option we have is to swap the
|
| Does Sybase Support Dual Processors | 30 Sep 2003 15:40 GMT | 2 |
Do you know if Sybase supports Dual Processors ?
|
| DBCC Check Errors | 30 Sep 2003 15:15 GMT | 3 |
Hi there, I'm getting the following error from my DBCC checks. I can't find this Msg in any of my documentation. Can anyone tell me if its serious or not and can I fix it by going into single user mode and using the "fix" option?
|
| Reverse Enginnering | 30 Sep 2003 15:06 GMT | 6 |
Recently, I was told to make some kind of documentation for a database which is in production but does not have any documents. There are a total of 141 stored procs and 203 tables. I could figure out that about 91 stored procedures are run every
|
| Which table or view? | 30 Sep 2003 14:37 GMT | 1 |
Simple question with table or view do I look at to find what roles and/or permission a user have been given. I would need this for all users. thanks dlj
|
| moving old database???tb to new database | 30 Sep 2003 13:27 GMT | 1 |
1) My old system is solaris 2.7 with sybase 11.2 2) New system is solaris 2.8 with Sybase 12 The question is: - a) I need the contain of ???tb from old sybase 11,2 database to new Sybase
|
| bcp | 30 Sep 2003 01:16 GMT | 2 |
Problem : I want to bcpin 10 millions rows into a table. But before that I have to decide whether I go with fast BCP or Slow BCP. I have to find out the trade off between using fast bcp and creating
|
| server background task message: THRESHOLD WARNING: database | 29 Sep 2003 20:34 GMT | 1 |
I found this error message on the sybase log "server background task message: THRESHOLD WARNING: database MONDO, segment DATA_SEG01 at 233000 pages, server background task message: *********
|
| Sybase Certification | 29 Sep 2003 11:19 GMT | 1 |
I'm preparing for sybase certification for version 12.5. I've prepared for it based on the sybase manual, which were very helpful. In order to test my knowledge I would like to buy some more tests (apart from the CD offered by Sybase), but I don't really know
|
| Emulating sybase server | 28 Sep 2003 14:45 GMT | 3 |
I need to write a C++ progam that allows the sybase isql.exe program to connect to it and send it sql commands such as "select getdate()". The program would respond in a way that isql.exe would think it's a sybase server 12.0. The reason for this is that I have legacy scripts
|
| defragmantation information | 27 Sep 2003 09:52 GMT | 3 |
Dear Friends, How to get the defragmantation information of all tables in database Iam using 12.5.0.3 on Sun solaris Thanks in advance
|
| stored proc work in MSSQL2000 doesn't work in Sybase ASE(Sybase Database). | 26 Sep 2003 18:54 GMT | 1 |
I'm able to get work this in MSSQL 2000 but not in Sybase's ASE. I got this error when try to do this in Sybase: "Incorrect syntax near the keyword 'execute'. State:S1000,Native:156,Origin:[INTERSOLV][ODBC SQL Server driver][SQL Server]"
|
| recover table | 26 Sep 2003 16:26 GMT | 1 |
How can I recover mistakenly dropped a table in Sybase?
|
| Select Syntax question | 25 Sep 2003 09:24 GMT | 10 |
I've got a question about limiting the results from a select query. First of all gotta say that i never work(ed) with sybase so i tried to use the query i would use on MySql but that doesn't seem to work on sybase. The query is simple: It's like
|
| Stored Procs - looping? | 25 Sep 2003 05:38 GMT | 3 |
Is looping possible in a stored proc? I need to something like this (logically): run query A (select) - returns N rows For each row
|