Viewing 15 posts - 1,321 through 1,335 (of 1,535 total)
...also try....
regsvr32 "C:\Program Files\Common Files\Microsoft Shared\Repostry\repbrui.dll"
...this is the dll that allows you to browse the Meta Data repository, if it's not registered properly this can cause the error message, as...
April 13, 2004 at 11:09 am
This might be a bit of a longshot but....
Go to Start-->Run and paste the following line, hit return and wait for the popup to tell you that the registration was...
April 13, 2004 at 11:05 am
A check up in the registry for the CLSID gives you HKEY_LOCAL_MACHINE\SOFTWARE\Classes\RPBRSI.RepositoryBrowserExtension, check that this exists and that there are values in CLSID and CurVer.
April 13, 2004 at 10:43 am
Take a look for freeware and shareware zip tools, especially the opensource dos ones.
I use pkzip25, it works great, is fast.
April 13, 2004 at 9:03 am
Try renaming the Disk Group, also are you using an account that has administration rights on the cluster itself?
You can check WINS entires under the TCP/IP settings on the public...
April 13, 2004 at 8:40 am
Do your disk groups have spaces in them? If so try removing them and try again. Also check that you have WINS entries on both machines.
Finally, if it still doesn't...
April 13, 2004 at 7:05 am
Just a note of warning regarding 3rd party apps for backups...they have a tendency to backup all nice and happy, but when you go to restore you find that they...
April 12, 2004 at 2:08 pm
Real world experience has little to do with being able to pass the exam, and taking and passing the exam has little to do with real world experience...in my experience...
April 12, 2004 at 10:58 am
It's a bug, you have to clean up the log shipping tables in msdb. Check out http://support.microsoft.com/default.aspx?scid=kb;en-us;298743&sd=tech
April 12, 2004 at 10:29 am
Try the below script....if you are using named instances you'll need to change the registry location....
CREATE TABLE #LICENSE_RESULTS (LICENSETYPE VARCHAR(25), LICENSECOUNT INT)
DECLARE @MODE VARCHAR(25)
DECLARE @testmode int
EXEC master..xp_regread @rootkey='HKEY_LOCAL_MACHINE',
April 12, 2004 at 8:55 am
All the databases meaning master, model, msdb + user dbs?
April 9, 2004 at 1:44 pm
Try changing C:\Program Files\Microsoft SQL Server Accelerator\data to C:\Progra~1\Micros~1\data.
Tthis is the short naming convention (that still works). Before you make the change make sure that it change you to the correct...
April 9, 2004 at 11:49 am
Just so long as your SQL Server Agent account has the correct access into the database and for the procedures etc that you are attempting to run against you should...
April 9, 2004 at 10:27 am
I've experienced no problems with 2003, and as it is the most recent and more secure out of the box than 2000 I would recommend going with that.
April 9, 2004 at 10:26 am
Viewing 15 posts - 1,321 through 1,335 (of 1,535 total)