Viewing 15 posts - 2,011 through 2,025 (of 3,616 total)
Even bog standard Visio Professional will reverse engineer. It is the enterprise architect edition that forward engineers.
You could look at Sparx Data Architect as a possible tool or Erwin.
April 23, 2009 at 6:43 am
In data warehousing solutions the recommendation (Ralph Kimball) is to have a single field surrogate key.
In OLTP solutions I think it depends on how static the data is.
In my case...
April 23, 2009 at 6:40 am
As a matter of interest why do you allow the tblUsers table to have NULL values.
Why not put a DEFAULT constraint with an empty string on them. It would...
April 3, 2009 at 11:44 am
The last books I bought were Klaus Aschenbrenner's Pro SQL Server 2005 Service Broker and the MCTIP training courses for SQL2008.
The problem is that books are relatively expensive door stops...
March 30, 2009 at 12:28 pm
kuldip.bhatt (3/24/2009)
how i give the usrename and password in the sql command?:setvar Maindbserver "NHSserver"
:setvar Maindb "NHS_031209"
:Connect $(Maindbserver)
go
$ maindb
:connect $(Maindbserver) -U YourUserName -P YourPassword
Personally I would avoid SQL standard...
March 24, 2009 at 7:28 am
Back in the early 1990s I got made redundant on my birthday. Of course they waited until after lunch when I had bought the cakes that employees are supposed...
March 16, 2009 at 12:30 pm
In addition to the above I would look at putting the tables on separate file groups and possibly separating out the indexes from the data.
March 2, 2009 at 10:54 am
GilaMonster (2/22/2009)
David.Poole (2/22/2009)
9 = Not applicable?????
If you have a contact table and the contact is "The company secretary" then you are trying to contact a title rather than a person...
February 23, 2009 at 10:51 am
To be honest I am shocked to hear that people don't verify their backups.
I'm also surprised that it isn't the default action for a backup and requires a DBA to...
February 22, 2009 at 11:08 am
Some of the stored procs that my company uses to detect problems with application performance are actually the main cause of the performance problems.
The data management views are quite good...
February 22, 2009 at 10:59 am
ISO5218 has the following definitions for Gender
0 = Not Known
1 = Male
2 = Female
9 = Not applicable
If you have the freedom to choose the encoding then start with the ISO...
February 22, 2009 at 10:52 am
I work for a calculated risk taker who is VERY good at calcuating.
I think it depends on what the boss was before he was a boss.
I've found accountants uniformly awful...
February 13, 2009 at 10:02 am
As far as BI and global warning is concerned I would say that it tells us that there is a lot of money to be made out of climate change.
There...
February 12, 2009 at 4:29 pm
Viewing 15 posts - 2,011 through 2,025 (of 3,616 total)