Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Error- when I try to see properties of database

    Thank you all for the inputs I tried with detach and attach...while attaching I got the error like 'e:ew-db.ndf' file is missing

    Thanks again for the help.

    Regards,

    Menaka

  • RE: Error- when I try to see properties of database

    no... files are not missing, below is the query I used to check for files and even checked in the drives files are existing.

    use master

    go

    SELECT name, physical_name

    FROM sys.master_files

    where database_id =...

  • RE: moving databases,logins

    Hi There,

    from the source server bcp out..syslogins and copy to the target server using bcp in command.Hope it will resolve your login issue.

    Cheers

    Menaka

Viewing 3 posts - 1 through 3 (of 3 total)