Viewing 15 posts - 46 through 60 (of 99 total)
You are lucky, I'm in both environement more than 10 years.
What you need to do.
1. Shutdown with nowait
2. set -T3608 in your server run file, this will recover your master...
June 2, 2004 at 9:12 am
I also experienced some memory leak with using QA_create
June 2, 2004 at 8:57 am
Believed it or not, the MDAC is the enemy in a lot of cases that I had deal with. Make sure your server and client are on the latest MDAC...
May 28, 2004 at 8:01 am
We have active/active setup. 2 GB is not the limitation as long as pae awe is enabled. For active/Active, you should use fixed memory config. instead of dynamic. You need...
May 28, 2004 at 7:54 am
dbcc traceon (1204,1205,1206, 3605) will print handful of deadlock related information to the errorlog. I don't think any customized SP, can do more than this unless you keep running server side...
May 28, 2004 at 7:49 am
How you connect ?
Is same error happen even you use isql, osql or query analyzer ?
Run Profiler, with Audit/login. Errors/Attention, exception,OLEDB error.
Do you ss anything odd ?
May 28, 2004 at 7:46 am
I'm not familar with Informatica ETL tool, is there anything you need configure for this aspect.
For SQL part, you have 4 Gb of memory, is AWE, pae enabled ?
For H/W,...
May 28, 2004 at 7:40 am
What's the connection method from the APP ?
If using MDAC, is MDAC on same level ?
If using JDBC, are the up to the jdbc sp1 ?
May 28, 2004 at 7:18 am
I really don't think trigger get timed-out on SQL2K. What tools are yiu using to delete the data. try to delete thru. isql or osql. They should not get timed-out...
May 27, 2004 at 9:34 am
In general, the message indicate somewhere the cluster is not setup correctly or something wrong on the H/W (most possible is RAID controller). In our situation, after replace the RAID...
May 21, 2004 at 7:53 am
I believed it works. I had several link serves link to various Sybase DB on both NT and Unix. But, I do notice you may need installl Sybase ASE OLE...
May 19, 2004 at 12:31 pm
The better way
select count (*),col1,col2,col3,col4
from tbl
group by col1,col2,col3,col4
having count (*) >1
May 18, 2004 at 7:27 am
What I'll do.
1. defrag the index or dbcc reindex the DB
2. Update stats
3. check is the Optimize performance is set to 'background service' [Control Panel --> System]
4. How much...
May 18, 2004 at 7:23 am
Make sure you are able to ping/telent the IP and port. If not, you have to check how to open the Ip/Port. As long as IP/port is reachable it should...
May 18, 2004 at 6:53 am
Viewing 15 posts - 46 through 60 (of 99 total)