Viewing 15 posts - 451 through 465 (of 1,640 total)
I found this one.
http://logicalread.solarwinds.com/best-practices-sql-server-virtualized-dc01/#.Vtch3U3ruig
March 2, 2016 at 10:29 am
Thanks all.
I cannot access the page,
https://sqlbits.com/Sessions/Event10/Deciding_if_Virtualization_is_a_good_choice_for_your_servers
Could you provide the link again.
Thanks
March 2, 2016 at 10:01 am
Thank you so much Hugo for your detailed advice, I learn a lot.
February 17, 2016 at 12:13 pm
Thank you, good advice.
One more question, they also need to add a notification table, basically for each item too, such as notification for Hearing, notification for workshop, notification for invervention....
February 17, 2016 at 11:12 am
Thank you, a further question about the database.
For the new application data, it will be good and clean, if we create a hearing note, in the table of HearingNote,...
February 16, 2016 at 4:45 pm
First, thanks every one for your patient and detailed answers. All your answers are very helpful. I really learn a lot from this.
We are not going to have many queries...
February 10, 2016 at 5:29 pm
You can do that.
But remember - pretty soon other developers will catch you in a dark corner with a strong intention to beat the c..p out of you. :w00t:
Thanks...
February 10, 2016 at 5:12 pm
If a note belongs to a single object (either a hearing or a conference or a workshop or an intervention), then use:
Notes table: Noteid, NoteDetail, NoteDate, CreateDate, createdby, HearingID, ConferenceID,...
February 10, 2016 at 4:57 pm
Also if I create a Notetable for each Object, what name should be called?
For example:
I have conference table,
Then I created a ConferenceNote table. It will be NoteID, notetype, ConferenceID,
In the...
February 9, 2016 at 4:10 pm
so is it going to be something like this?
Note table: Noteid, NoteDetail, NoteDate, CreateDate, createdby
NoteBridgeTable:
columns: NoteID, NoteTypeID, Objectid (cannot find a good name for it)
Data:
Noteid, notetypid, hearingid
Noteid, notetypid, conferenceid,
Noteid,...
February 9, 2016 at 3:42 pm
Thank you Hugo, Ed Wagner and Sergiy for your posts about using the entityid.
I kind of suspect at the very beginning the benefits of using entityID , esp, table...
February 9, 2016 at 3:22 pm
Thanks all for the good tips.
Let me take a close look and may get back to you.
We originally did go the route that creates a note table, with NoteID and...
February 9, 2016 at 3:02 pm
Because a record in the table may have one or more notes, that added in different dates. It may also have different noteType for the notes.
Thanks
February 9, 2016 at 1:57 pm
Thank you, those are good tips.
I checked the data, the distinct ones are not few. So I may have to do some replace to make the time correct.
Thank you!
January 14, 2016 at 12:06 pm
Viewing 15 posts - 451 through 465 (of 1,640 total)