Viewing 10 posts - 1 through 10 (of 10 total)
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.
February 1, 2017 at 7:55 am
For variable passed through the property file we need two slashes.
February 1, 2017 at 7:43 am
Follwing is my script
CREATE database $(hmsDbName)
ON PRIMARY (NAME= $(hmsDataName),
FILENAME= [$(hmsDataFQFileName)],
SIZE = $(hmsDataSize),
MAXSIZE = $(hmsDataMaxSize),
FILEGROWTH = $(hmsDataGrowth)),
FILEGROUP [$(eamFileGroupName)]
...
February 1, 2017 at 7:36 am
Hi
I tryed that but still it is not working.
Thanks,
Padmakumar
February 1, 2017 at 7:17 am
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...
December 8, 2016 at 10:48 am
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...
December 8, 2016 at 6:51 am
Thanks All.
Schema prefix is must for function ? Like Select myschema.myfunction('Test')
December 7, 2016 at 3:51 am
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...
April 4, 2016 at 9:48 am
I checked default database for sa. It is master.Mirror database is in restoring state.
but still i am getting same error.
Thanks,
Padmakumar
April 4, 2016 at 9:22 am
Viewing 10 posts - 1 through 10 (of 10 total)