Viewing 15 posts - 106 through 120 (of 333 total)
The GUI is "smart" to recover the latest backup. If you really look at the option, it is smart enough to show all backup chain.
Lets say if there is a...
November 29, 2006 at 6:38 am
Can you try adding the remote user under “Distributed COM users” group on the SQL server and check...
November 29, 2006 at 6:29 am
I agree with Suresh.
Below are supported type of Side-by-side installation.
November 27, 2006 at 5:04 am
1. SQL Server ERRORLOG (if they are not recycled)
2. Application log (if they are not recycled)
If you have overwritten the database then no way else database creation date.
November 26, 2006 at 3:27 am
If you want to check Service pack level of SQL Sever "Select @@version" is the proper command.
{
Microsoft SQL Server 2000 - 8.00.2191 (Intel X86)
Dec 9 2004 23:00:00...
November 26, 2006 at 3:21 am
You CANNOT restore SQL 2005 backup to SQL 2000.
Media is not backup.
November 26, 2006 at 1:48 am
Why don't you go for in-place upgarde? Its supported by Microsoft.
Refer "Upgrading an Existing Installation of SQL Server"
Installed Version | Can upgrade... |
---|
November 19, 2006 at 7:19 am
I am not sure if it is caused by hardware failure. Most possible YES.
How much RAM do you have? If you have more than 4 Gb of RAM and you...
November 19, 2006 at 7:15 am
I agree with David.
My findings shows that Enterprise Manager fires below query to get information about table.
exec sp_MStablespace N'<TableName>'
Now, this fires
SELECT @rows = convert(int, rowcnt)
FROM dbo.sysindexes
WHERE indid...
November 19, 2006 at 7:08 am
1. You can check SQL Error Logs to see if there is any restore operation happened or not.
2. I would suspect DTS or Restore operation.
November 19, 2006 at 7:01 am
I don't think there is any "microsoft version" of your requirement. If anyone else knows, please let us know.
November 19, 2006 at 6:59 am
You are looking for a way to move the login from ServerA to ServerB ?
Did you try below?
http://support.microsoft.com/kb/246133/en-us
November 18, 2006 at 3:37 am
Why don't you go with in-place upgarde?
there is no need to Uninstall-Reinstall.
Refer "Upgrading an Existing Installation of SQL Server" topic from SQL 2000 Books-online
November 17, 2006 at 7:52 am
Viewing 15 posts - 106 through 120 (of 333 total)