Viewing 15 posts - 526 through 540 (of 2,436 total)
Here is a link no SQL 2000 DBA should be without:
http://www.microsoft.com/sql/prodinfo/previousversions/systables.mspx
October 19, 2007 at 6:35 pm
Here's my 'short list' for tuning:
Round I
DBCC UPDATEUSAGE
UPDATE STATISTICS (with FULL scan) for all tables
exec sp_recompile for all...
October 19, 2007 at 6:30 pm
It sounds as if you are on the 'bleeding edge' ...
Not a fun place to be at times but very challenging and rewarding ...
Best of luck !
October 19, 2007 at 12:54 pm
Just a few of more points.
- Floating point is for scientific and numerical computations - stress on scientific here.
- Floating point is CPU specific - remember the Pentium 'floating point...
October 18, 2007 at 4:09 pm
I have a few more questions to help clarify your situation and then be able to help:
The database is getting huge in size due to expected data growth --> What...
October 18, 2007 at 3:54 pm
I have 3 words to start with:
Planning, Planning, Planning
These 3 word will be the keys to your project a success. Yes, you have a full blown project in moving this...
October 18, 2007 at 3:37 pm
GermanDBA, you mention that this is a '3rd party' system By this I assume it is a software package purchased from a vendor. Hopefully this purchase incudes some type...
October 18, 2007 at 2:16 pm
Where there is a will there is a way ...
October 12, 2007 at 8:52 am
loner, there have been many posts that you have submitted over the last year or so. Most are in the same vein as this one is.
I have no sympathy...
October 11, 2007 at 8:54 pm
I would opt to probably reinstall the whole SQL Developer Edition just to make sure things are OK. If you have database you need to save with valuable work I...
October 11, 2007 at 8:20 pm
After carefully reading each post it seems that there is a very, very small niche for CLR. The IS/IT world has become a victim of the MS marketing machine in...
October 11, 2007 at 8:05 pm
From Mars to the local 'hoops' court ... WOW !
Am I glad all I usuallyhave to do is use a CICSO VPN and RDP (sometimes Putty for my *nix servers)...
October 11, 2007 at 3:01 pm
I wish that I had worn my brown boots today instead of my brown shoes :sick: ...
It is getting pretty deep in this thread today 😀 ...
October 11, 2007 at 2:11 pm
You may have a few other options to this situation that were not mentioned. The first would be to use a logon trigger to check what application is being invoke...
October 11, 2007 at 1:17 pm
Viewing 15 posts - 526 through 540 (of 2,436 total)