Forum Replies Created

Viewing 15 posts - 46 through 60 (of 64 total)

  • RE: SQL SERVER 7.0 is not starting

    Hi all,

    Thank you for your suggestions.

    Finally I uninstalled sql 7 and reinstall sql7 .My problem solved.

  • RE: SQL SERVER 7.0 is not starting

    Hi Sumit,

    Startup Account Administrator and the administrator has full rights on the E:\mssql7 directory.

  • RE: SQL SERVER 7.0 is not starting

    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...

  • RE: Problem when taking backup In SQL 7

    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...

  • RE: Is it possible to prevent EM connections?

    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?

  • RE: Table Level Lock

    Hi Ashok,

    Pl go through this it may help to you.

    Set Transaction Isolation level ....in the help.

  • RE: Cursor for Log Truncation

    Hi,

    Thank You all for your suggestions and advices.

  • RE: discover all indexes in one DataBase

    Hai Lowell,

    Very good script keep it up.

  • RE: copy database

    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...

  • RE: copy database

    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...

  • RE: rename a column name in a table ?

    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....

  • RE: discover all indexes in one DataBase

    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

  • RE: copy database

    You try this

    exec sp_attach_single_file_db @dbname = 'Envnew', @physname = 'D:\K-Plus\EngineeringDB\Database\EnvNew.mdf'

  • RE: Cursor for Log Truncation

    Hi Karl,

    My server is up and running no down time. How the check point occurs?

    Thank you for ur explanation.

  • RE: xp_smtp_sendmail

    Hi,

    I am using Microsoft sql Server 2000 - 8.00.194.

    I executed the above two statements still i am getting the same error.

Viewing 15 posts - 46 through 60 (of 64 total)