Viewing 15 posts - 4,126 through 4,140 (of 7,429 total)
I never tested that far out. I know the default instance will be SQL 7 , but this may help a little better on what to do to remove SQL...
November 26, 2002 at 8:18 pm
You may have orphaned the users and for some reason are able to see them. Try sp_change_users_login with the auto_fix option to see if will correct, may be just that...
November 26, 2002 at 8:10 pm
1) It will install over the folder of the exiting installation. However it may leave some SQL 7 related files behind that will never be used.
2) They will upgrade fine,...
November 26, 2002 at 7:10 pm
Did you check the Event Viewer logs. Many messages have additional details that can be found here. May not but always check there.
November 26, 2002 at 7:05 pm
Have you recently Service Packed the server. I remember running into this once before and I beleive it had to do with a problem of the Client and the Service...
November 26, 2002 at 7:03 pm
Also, try DBCC CHECKDB with the REPAIR_FAST option if the first run reports errors, it should be able to fix.
If that does not correct can you please post the entire...
November 26, 2002 at 6:57 pm
DOuble check but I believe there is an SP for that built into msdb. No database online here right now so I cannot double check.
November 26, 2002 at 6:11 pm
Another option is if you use SPs to control flow then place code in there on in you app to write this info to the database. But triggers guarantee an...
November 26, 2002 at 6:09 pm
You really are only looking at the execution plan for processes that can hurt performance such as Table Scans. The other information is more statistical.
November 26, 2002 at 6:04 pm
If their database is live then a differential will not work. Any you cannot backup their database then restore it with no recovery and apply a diff as the internal...
November 26, 2002 at 6:01 pm
I am not sure that BackupExec actually truncates the log files. In 2000 I usually run BACKUP LOG dbanme WITH TURNCATE_ONLY, then do a Full backup with BACKUP DATABASE then...
November 26, 2002 at 5:39 pm
Check the NT Event Viewer logs and SQL Server logs. There is usually a bit more detail in EV logs when backup issues occur.
November 26, 2002 at 5:31 pm
Have you tried running the DTS package by hand to verify it is not the problem instead? It can be caused by various reasons and sometimes running by hand may...
November 26, 2002 at 5:28 pm
Check the SQL Server error log as error 945 states. This should give you a better idea as to why. Usually it is the file cannot be located or access...
November 26, 2002 at 5:22 pm
Please do not cross post. Duplicate, see responses in http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=8444&FORUM_ID=9&CAT_ID=1&Topic_Title=HELP%21++Need+to+use+trans+log+for+restore%2E&Forum_Title=General
November 26, 2002 at 5:18 pm
Viewing 15 posts - 4,126 through 4,140 (of 7,429 total)