Click here to Skip to main content
15,901,666 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi frnds,
i want to design a own database for my project. Now am working in c# and Sql server 2008 r2. i don't have any idea for this. if you know about this or having any link please tell me. it will helpful for me.
How to design own DataBase?
Which Language is support and comfortable for this?
i need more security.
What is PGSQL?

Please send some ideas
Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 10-Feb-11 10:27am    
What is your problem? What do you mean your own? What's the difference? Creating tables?
You don't mean creating your own DB management system, or do you? :-)
--SA
johannesnestler 10-Feb-11 10:37am    
some more questions:
Why would you ever write your own database? - everything you can manage to code will never reach the standard of modern databases. Otherwise you wouldn't ask this question...
More security is the reason? If you manage to surpass any of the modern databases in this topic, I'll give up programming.
But in general I'd prefer a language where I can do a lot of low-level stuff, so maybe C++? I'm interested what others will suggest... - good luck

.Net is .Net, it doesn't matter what language you use. All of the same framework features are available to all languages. Pick the one you're most comfortable in, and start writing code. As for designing a database, try searching google with the phrase "how to design a SQL database".
 
Share this answer
 
@sat80890 said: How to design own DataBase?
You need to pick up a book on database design and start learning. There are many articles on the web as well, like this[^] and this[^] and more.


@sat80890 said: Which Language is support and comfortable for this?
Pretty much all the languages. Pick the language you will fill comfortable with. You tag says C#, which in very good choice.


@sat80890 said: i need more security.
yeah, you need a lot of that. First learn how to design db then you will learn about the security aspect of it.


@sat80890 said: What is PGSQL?
Did you mean this[^]
 
Share this answer
 
C# and Sql server 2008 r2 is what I use everyday. Have you tried accessing the SQL Server Management Studio? It's a client side GUI that allows you to... Manage SQL. If you need more help, www.google.com is a great website I hear.
 
Share this answer
 
You can create a database in any of the SQL Server version in including the one you have (SQL Server 2008). From there you can create a database.
All you need is to get a book online try (www.pdfsearchengine.com) or from (google).
PGSQL means (Programming SQL Server) is are mainly variables,control-flow statement batch e.t.c that are use to accomplished a task at once.
If you need books on SQL Server and Visual Studio, i have some.
Contact me it free: ahmedfaruk88@yahoo.com

Hope this will help
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900