Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Database Design and Application Architecture
 Designing the DB for social networking site

Author  Topic 

jayashreeganesan
Starting Member

2 Posts

Posted - 2009-07-13 : 03:05:57
HI,
I need to design the DB for a social networking site. Since there will be many hits, can i know what are the details I need to consider while designing the login table...

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2009-07-13 : 04:26:54
login table is the least of your worries.
the design itself completely depends on what and how your site will be doing things.

are you buildig the next facebook?

___________________________________________________________________________
Causing trouble since 1980
Blog: http://weblogs.sqlteam.com/mladenp
Speed up SSMS development: www.ssmstoolspack.com <- version 1.5 out!
Go to Top of Page

jayashreeganesan
Starting Member

2 Posts

Posted - 2009-07-13 : 05:22:25
yes...it will be simillar to that
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2009-07-14 : 04:40:05
why reinvent the wheel, there are many 3rd party products out there already.

If you havent got a hint where to start such a complex task, why start.

I would advice you buy a product or get some proper training or better yet get a pro
Go to Top of Page

giri prakash
Starting Member

5 Posts

Posted - 2009-07-20 : 05:15:57

Connection failed
SQLState; "08001'
SQL Server Error: 52
[Microsoft] [SQL NATIVE CLIENT] Named pipes provider: could not open to sql server[52]

Connection failed;
SQLState: 'HYT00'
SQL Server Error: 0
[Microsoft] [SQL NATIVE CLIENT]Login timeout Expired
Connection failed;
SQLState: '08001'
SQL Server Error: 52
[Microsoft] [SQL NATIVE CLIENT] an Error has been occurred while establishing a connection the sql server, when connecting to sql server 2005, this failure may be caused by the fact that under the default settings sql server does not allow remote connections


giriprakash
Go to Top of Page

giri prakash
Starting Member

5 Posts

Posted - 2009-07-20 : 05:17:46
iam getting the following error while i want to upgrade my system to server

Connection failed
SQLState; "08001'
SQL Server Error: 52
[Microsoft] [SQL NATIVE CLIENT] Named pipes provider: could not open to sql server[52]

Connection failed;
SQLState: 'HYT00'
SQL Server Error: 0
[Microsoft] [SQL NATIVE CLIENT]Login timeout Expired
Connection failed;
SQLState: '08001'
SQL Server Error: 52
[Microsoft] [SQL NATIVE CLIENT] an Error has been occurred while establishing a connection the sql server, when connecting to sql server 2005, this failure may be caused by the fact that under the default settings sql server does not allow remote connections
i would be thankful if any one help me out
its urgent

giriprakash
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2009-07-20 : 16:51:11
quote:
Originally posted by giri prakash


Connection failed
SQLState; "08001'
SQL Server Error: 52
[Microsoft] [SQL NATIVE CLIENT] Named pipes provider: could not open to sql server[52]

Connection failed;
SQLState: 'HYT00'
SQL Server Error: 0
[Microsoft] [SQL NATIVE CLIENT]Login timeout Expired
Connection failed;
SQLState: '08001'
SQL Server Error: 52
[Microsoft] [SQL NATIVE CLIENT] an Error has been occurred while establishing a connection the sql server, when connecting to sql server 2005, this failure may be caused by the fact that under the default settings sql server does not allow remote connections


giriprakash



giri prakash, start a new thread for your question
Go to Top of Page
   

- Advertisement -