Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~3K People Reached
About Me

For more info, see www.feodorgeorgiev.com

Interests
DBA, .NET, Eating, sleeping and taking showers.
PC Specs
Compaq which runs Windows XP, Windows Server 2003 and Ubuntu an the same machine. :-)
Favorite Tags

15 Posted Topics

Member Avatar for kalleo

Hm, are you trying to install Windows 2003 Server Evaluation version? If yes, then read ahead: I recently downloaded the same software from Microsoft's site. Make sure to download both images, and burn 2 CDs from them. On my machine I have 3 operating systems: Windows XP, Windows 2003 Server …

Member Avatar for openmyemails90
0
483
Member Avatar for Ebots

I dont think explaining will help. You are a smart person, and i may suggest a different solution (it does help, if used the right way): 1. Go to your boss' office and say hello to him. 2. Pick a heavy book from his desk. 3. Hit him on the …

Member Avatar for pclfw
0
225
Member Avatar for Balajii.S
Member Avatar for sps126
0
169
Member Avatar for devat
Member Avatar for simward

Well, think of it this way: there are several types of relations between objects - one to one, one to many, many to many. Imagine, lets say, i would like to represent a database model for your store. I will have a table "Clients" (with fields: ClientId[int, primary key], ClientName[varchar50], …

Member Avatar for simward
0
173
Member Avatar for vijayoracle

All you need is actually just 3 tables: 1) table with the customer information (customerID, name, age, etc) 2)Lookup table for the proffessions (professionId, professionName, etc) 3) table for CustomerProffessions (custommerProffessionId, etc) Make sure that the CustomerProffessions table has 2 foreign keys: customerID and professionId. That solves your problem nicely, …

Member Avatar for sibir1us
0
100
Member Avatar for ruhi
Member Avatar for kalpeshv

You need a static IP address for your site, and then all you need to do is to point your domain to the static ip.

Member Avatar for sibir1us
0
52
Member Avatar for EriCartman13
Member Avatar for sibir1us
0
172
Member Avatar for 3DProf4online

[QUOTE=roryt;396571]Once again, please could you give us a link. I would still rather see larger hi-res images than a fancy 360* view.[/QUOTE] Me too.

Member Avatar for sibir1us
0
155
Member Avatar for Softmaker

There are couple things: 1. Read some article on database normalization and revisit your database model 2. don't use views if you can. Views are in general a bad idea in SQL Server.

Member Avatar for sibir1us
0
89
Member Avatar for 7arouf
Member Avatar for bhavin12300

I am not sure i understand the question. Database modeling is like a playdough - it is a pile of shapeless material untill you decide in which direction to go and how to shape it. In development there is a term "business rules". Every single development project starts with gathering …

Member Avatar for sibir1us
0
113
Member Avatar for corinne1985

Lightninghawk, great answer regarding the databases. Also, I would recommend a great book by Apress: "SQL Server 2000 Fast Answers". It is excellent helper for the developer.

Member Avatar for sibir1us
0
241
Member Avatar for ivanfx

Dear ivanfx, dont get me wrong, but [U]any[/U] given book you pick up, related to databases on the first page it will state that there are 2 types of databases - relational and flat-file. Relational databases are famous for their ability to bring flexible and higly cohesive and loosely coupled …

Member Avatar for sibir1us
0
110

The End.