Viewing 15 posts - 2,011 through 2,025 (of 2,496 total)
SQL Server desperately needs a backup product similar to the BMC DB2 backup, which includes a feature called 'Offline backup merge'. This allows you to take a full backup and some...
August 2, 2007 at 2:50 am
I have developed a tool that can capture any of the SQL Server performance counters, plus some other details such as free disk space. It works on SQL 2000 and...
August 2, 2007 at 2:42 am
SQL 2000 SP4 and SQL 2005 are both less tolerant of data type mismatches than earlier versions, and this can make queries run much slower.
If you have a WHERE clause comparing...
August 1, 2007 at 2:58 am
Steve,
I recently got back from 3 weeks in Kolkata, helping out in a street kids school. If you think Cambridge traffic drives close, try Kolkata. Myriad cars, taxis, buses, tuc-tucs, cycle...
July 31, 2007 at 3:35 am
Another issue about upgrading in place...The SQL 2005 install can have problems if the system databases are not in their default locations.
Our SQL 2000 standard is that each database...
July 31, 2007 at 3:04 am
The best approach for getting a fully functional and fully supported SQL 2005 is
a) Script out DTS, Jobs, Logins, etc from SQL 2000
b) Detach user databases
c) Uninstall SQL 2000
d)...
July 30, 2007 at 9:38 am
Personally, I would always use a clean install of SQL 2005 instead of an upgrade in place. Doing an uninstall of SQL 2000 folled by a SQL 2005 install gives...
July 30, 2007 at 3:39 am
I had the same issue. It is due to Microsoft splitting the install media into a Server components folder and a Tools component folder. If you run the install from...
July 27, 2007 at 2:53 am
One of the most common reasons for getting a message about 'Unable to create SSPI context' is lack of permission to create the SPN.
Make sure the account that is running...
July 26, 2007 at 3:31 am
Glad it works! The main thing with SQL mail is that the mail profile must be created using the same account that is used to run the SQL service.
Also,...
July 25, 2007 at 2:57 am
I came across the same issue with SP2 and mssqlsystemresource. My view is the documented method of moving mssqlsystemresource is now broken, and it is not safe to move this DB. ...
July 24, 2007 at 6:15 am
Ask them for their detailed reasoning for removing the /3GB switch. If they have trace information or specific incidents that show the /3GB was a problem, you have your answer. ...
June 28, 2007 at 2:57 am
We administer our SQL Servers from what we call our 'Admin Server'. This has various client tools installed, including EM, SSMS, etc.
It also has shutdown.exe, which allows us to reboot...
June 14, 2007 at 3:44 am
I think you have 2 separate issues...
1) Enabling the mail XPs. I think this has worked fine from the results you have shown.
2) The AWE message. I think you have...
June 14, 2007 at 3:37 am
Yes.
Setting the size of tempdb in SQL 2000 EM or SQL 2005 SSMS will do 2 things:
1) Increase the current size of tempdb to the values you haave given.
2) Use...
June 14, 2007 at 3:26 am
Viewing 15 posts - 2,011 through 2,025 (of 2,496 total)