Viewing 15 posts - 46 through 60 (of 64 total)
Hi all,
Thank you for your suggestions.
Finally I uninstalled sql 7 and reinstall sql7 .My problem solved.
April 1, 2006 at 12:51 am
Hi Sumit,
Startup Account Administrator and the administrator has full rights on the E:\mssql7 directory.
March 29, 2006 at 12:32 am
Thank You DKS,Sumit,
Even my System Administrator is unable to start the mssql service giving the same error. I checked the file db290305_data.mdf it is not read only.
Yesterday evening i...
March 28, 2006 at 11:31 pm
Hi Colin
I tried Checkdb no use. Simply i moved the physical files to another system there i did attach and detach it's working fine. I found from microsoft website...
March 28, 2006 at 8:51 pm
Hi,
Is there any procedure runs each minute to prevent unauthorised users from accessing the EM by identifing their system name/I.P.Address? Any ideas?
March 15, 2006 at 11:48 pm
Hi Ashok,
Pl go through this it may help to you.
Set Transaction Isolation level ....in the help.
March 15, 2006 at 11:31 pm
Hi,
Thank You all for your suggestions and advices.
March 8, 2006 at 9:13 pm
Hai Lowell,
Very good script keep it up.
March 7, 2006 at 9:12 pm
Hai,
Solved your problem?
May be this is your problem. You are trying attach an mdf file from version 7 to 2000.
Pl find out version and attach the db...
March 7, 2006 at 3:44 am
Hai,
Pls check the DB version what you are attaching and where you are attaching the database. Still you have problems, Just go through the microsoft website for complete...
March 7, 2006 at 3:05 am
Go to Enterprise Manager,select database, select the table name and select the column name right click select design table. You can change what ever you want. Ok....
March 7, 2006 at 2:31 am
You can try this also.....
select a.name table_name,xtype,b.name index_name from sysobjects a,sysindexes b where a.xtype = 'U' and a.id=b.id order by a.name
March 7, 2006 at 2:04 am
You try this
exec sp_attach_single_file_db @dbname = 'Envnew', @physname = 'D:\K-Plus\EngineeringDB\Database\EnvNew.mdf'
March 7, 2006 at 1:31 am
Hi Karl,
My server is up and running no down time. How the check point occurs?
Thank you for ur explanation.
March 6, 2006 at 9:48 pm
Hi,
I am using Microsoft sql Server 2000 - 8.00.194.
I executed the above two statements still i am getting the same error.
March 6, 2006 at 9:31 pm
Viewing 15 posts - 46 through 60 (of 64 total)