Viewing 15 posts - 2,071 through 2,085 (of 2,436 total)
You do not mention if the 2 instances are on the same 'virtual' server or not. If they are on the same 'virtual' server then 'alias'ing and registry hacks are...
August 18, 2005 at 11:51 am
Before re-indexing I'd execute DBCC CHECKALLOC first ...
My 'standard' DBCC 'triage' is:
DBCC CHECKDB
DBCC CHECKALLOC
DBCC CHECKCATALOG
August 18, 2005 at 11:46 am
also besides the forward slashes in the "FROM" clause ... "G:" (G colon) is not correct. A colon is not part of a valid UNC name either. If you are doing...
August 18, 2005 at 11:43 am
noeld ... short, sweet and it'll work !!!
August 18, 2005 at 11:37 am
Try searching for LogicalFrag in BOL, it responds with DBCC SHOWCONTIG. I believe it's example "E".
August 18, 2005 at 11:23 am
Habving just started Oracle DB support (oh about a year ago) I have some idea of what you are looking for from SQL2000 from an Oracle perspective. Unfortunately at present...
August 18, 2005 at 11:09 am
Anything 'virtual' is something that appears to be there but really isn't.
Oh, by the way, my spelling is not great but my pronunciations is usually on 'target' ...
It's pronounced "squeal"...
August 18, 2005 at 10:36 am
The delay may be in ms but that is per hop taken and they are cumulative on initiasl login. Dependent on your network topology this can be significantly more than...
August 17, 2005 at 10:42 am
I just couldn't resist commenting on that since I'm a confirmed 'java junkie' ... Have a Great Day !
August 17, 2005 at 10:00 am
SQL Enterprise and better on a server with 4Gb or more RAM:
boot.ini needs /3GB switch
via sp_configure set your 'max server memory' to 3072 MB (3 Gb)
(you may...
August 17, 2005 at 9:56 am
Access violations are not good. What SP are you on ? Could you upgrade to SQL2000 ? It's possible that you are being 'bit' by a fixable 'bug(s)'. Have you...
August 17, 2005 at 9:49 am
about "Note to self: Never work in DB before second cup of java has kicked in "
I'm just curious what happens when you get...
August 17, 2005 at 9:45 am
Just a possible explanation on why WA seems slower ... First it's probably only slower on initial login to the server. I state this because once you are authenticated all...
August 17, 2005 at 9:40 am
This should work. processadmin has KILL as a permission. Maybe you have not refreshed your EM. Try shutting ot down and relaunching it (I do not trust the 'refresh' function...
August 16, 2005 at 2:45 pm
... lest we forget the 'final' SQL script ...
exec sp_update_resume
go
if @database_restore = "success"
if @data_loss = "none"
exec sp_kudos_to_dba
else
exec sp_distrubute_resume
--exec sp_pack_up_desk
else
exec sp_distrubute_resume
--exec...
August 15, 2005 at 2:49 pm
Viewing 15 posts - 2,071 through 2,085 (of 2,436 total)