Forum Replies Created

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

  • RE: DataBase Creation Error

    Script is created by me. As you see in the Script I have 3 Data files and one Log file .If i remove this particular file (NDF) all works fine.

  • RE: DataBase Creation Error

    For variable passed through the property file we need two slashes.

  • RE: DataBase Creation Error

    Follwing is my script
    CREATE database $(hmsDbName)
    ON PRIMARY (NAME= $(hmsDataName),
      FILENAME= [$(hmsDataFQFileName)],
      SIZE = $(hmsDataSize),
      MAXSIZE = $(hmsDataMaxSize),
      FILEGROWTH = $(hmsDataGrowth)),
    FILEGROUP [$(eamFileGroupName)]
    ...

  • RE: DataBase Creation Error

    Hi 
    I tryed that but still it is not working.
    Thanks,
    Padmakumar

  • RE: Schema

    We are combining two db into one .Now both have default schema as dbo.

    In the New combined DB we will have two user(Hms,EAM) and two schema (HMS,EAM) and login...

  • RE: Schema

    With user which have default schema we can access object without specifying schema name right ?

    Like select * from table .

    But i cannot access like that it is giving...

  • RE: Schema

    Thanks All.

    Schema prefix is must for function ? Like Select myschema.myfunction('Test')

  • RE: Error while mirroring database

    I am not using any application.I am trying to configure Database mirroring.

    following is the error massage i am getting at that time .Previous error i mentioned was in Sqlserver...

  • RE: Error while mirroring database

    I checked default database for sa. It is master.Mirror database is in restoring state.

    but still i am getting same error.

    Thanks,

    Padmakumar

  • RE: Error while mirroring database

    DB state is Restoring

    Thanks,

    Padmakumar

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