Viewing 15 posts - 811 through 825 (of 1,365 total)
If you are installing from CD then -->This happens because in CD format, the tools are on the second disk. (DVD installs do not have this problem) Follow one suggestion...
January 1, 2009 at 3:41 pm
I assume you restarted the sql 2000 after changing its authentication mode. Also, you started afresh once its restarted
MJ
January 1, 2009 at 3:23 pm
In case you have any other 2005 instance installed on this machine then try creating one login there and see if it accepts the password you supply for it. Make...
January 1, 2009 at 1:55 pm
Have you logged in with admin privileges on this box?
If the machine is not a domain controller then you must be able to do the following changes:
3. Go to...
January 1, 2009 at 1:39 pm
Or
Make sure you follow restrictions mentioned at http://msdn.microsoft.com/en-us/library/ms161959(SQL.90).aspx
MJ
January 1, 2009 at 12:37 pm
From googling:
Several simple solution steps:
1*. Go to Administrative Tools / Domain Security Policy :: Security Settings | Account Policies | Password Policy
2*. Ensure "Minimum password length" and "Password must meet...
January 1, 2009 at 12:34 pm
Another job rebuilds the indexes on the tables nightly.
DBCC DBREINDEX creates new indexes before dropping the old ones. This is done as one atomic transaction, so a lot of...
January 1, 2009 at 8:01 am
Excerpt from books online:
A recommended process for implementing differential database backups is:
Create regular database backups.
Create a differential database backup periodically between database backups, such as every four hours or...
January 1, 2009 at 6:44 am
Set target size to used space+Some breathing space. Yes, you can shring log file after that. Don't forget to do reindexing/defrag after shrink.
MJ
January 1, 2009 at 5:02 am
Normally you shouldn't shrink.
http://www.karaszi.com/SQLServer/info_dont_shrink.asp
If you have decided then decide the target size based on how much space you want to leave in mdf file after shrink operation is done....
January 1, 2009 at 4:26 am
Try bringing in database online and run DBCC CHECKDB. If it allows you to recover the database by not making use of any data loss option then its okie to...
January 1, 2009 at 4:15 am
MANU (10/20/2008)
I had to uninstall and install the .NET framework again to make it work. Sorry, I got your suggestion too late.Thanks again,
Manu
Follow the above advice if you tried every...
January 1, 2009 at 3:57 am
Rakhi,
I ran codeblock1 thirteen times and got what I expected under codeblock2 output(i.e. 13) but when I did a small modification in the query under codeblock1(I just pressed ENTER) then...
December 31, 2008 at 5:20 pm
I don't think RTM will go with X64-bit editions. Check-->http://www.microsoft.com/sql/prodinfo/previousversions/system-requirements.mspx
MJ
December 31, 2008 at 3:21 pm
Actually, SQL Server 2005 handles permissions differently than SQL 2000 when detaching dbs. Under SQL 2005, the file owner *changes* when the db is detached. This was not...
December 31, 2008 at 3:08 pm
Viewing 15 posts - 811 through 825 (of 1,365 total)