Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

SQL Server is a relational database management system from Microsoft. Use this tag for all SQL Server editions including Compact, Express, Azure, FastTrack and PDW.

learn more… | top users | synonyms (6)

1
vote
0answers
26 views

Facebook Site Integration [closed]

So over the past two years I have been coding and designing a social network to make reviews more personal, the site is up at word-flow.com, anyways that isn't important. I have a question, for my ...
1
vote
3answers
117 views

MSSQL, List all messages but distinct sender

I want to list all messages of a user in a list. I was able to list all messages but I want a list of distinct sender. It similar to facebook messages view I have this layout for the messages table ...
1
vote
3answers
502 views

What is the data type for Facebook's third_party_id?

I want to use Facebook's third party id as an index in sql. It is obviously some type of string, however I am not sure if I should expect it to always be a certain or at least maximum length.
0
votes
2answers
280 views

Database design for storing facebook friends list + Device Addressbook

How would you design a database to meet the following two requirements Device Addressbook requirements User 1.* Device Device 1.* Contact Contact 1.* Email Contact 1.* Phone Facebook/Twitter ...
2
votes
3answers
1k views

What's the minimal length for storing a Facebook API Access token in SQL Server? [closed]

What's the minimal length for storing a Facebook API Access token in SQL Server?
0
votes
1answer
263 views

SQL Server “Facebook Like” Table Design Suggestions [closed]

Could you please describe the best way to create a Facebook "like" feature table where I can store the likes of users and how? (columsn, pks, etcs) Also if it's possible I'd like to know what's the ...
1
vote
1answer
225 views

FacebookId as primary key?

Will the facebookId ever change? If not, Is it safe to use it in my app as the primary key? FACEBOOK_USER FacebookId (PK) Name FACEBOOK_FRIEND Id OwnerFacebookId (FK) FriendFacebookId (FK)
2
votes
2answers
364 views

How to combine multiple activity data like Facebook with SQL Server?

I have made a search but couldn't find a solution which works for me. I just wonder how Facebook or Linkedin manages to handle same type activity with one sentence? I mean, if you store every ...
1
vote
3answers
845 views

Pulling facebook and twitter status updates into a SQL database via Coldfusion Page

I'd like to set up a coldfusion page that will pull the status updates from my own facebook account and twitter accounts and put them in a SQL database along with their timestamps. Whenever I run ...
1
vote
4answers
296 views

how to gain a high performance with a very big database

I alway wondered how could a very big site like facebook to be faster than any other sites ,though the very big large amount of data which stored everyday .. what they are using to store information ...
0
votes
1answer
640 views

how to make a facebook-like social network [closed]

I started since a while making a new social network using ASP.NET with C# just like facebook and I found that it doesn't make sense to make something already exist . but i don't care :D I'll make it ...