O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Many web-based applications begin life as a website offering a service and gradually develop a public API. Fluidinfo is unusual in having done exactly the reverse.
What is Fluidinfo?
Fluidinfo is a ...
Suppose you need people to be able to log in to any device and accept calls at that location, a feature known as hot-desking. The following excerpt below from the O'Reilly publication Asterisk Coo...
This excerpt covers some operational aspects of running a cluster. Once you have a cluster up and running, how do you know what’s going on? Below we have some information from the O'Reilly publi...
It’s amazing what the AWS team achieved with RDS in a little over a year since it was introduced. The team added the high-availability feature it calls multi-AZ, or multiavailability zone. And after...
When you work with a cluster, you lose the ability to examine an entire collection as a single “snapshot in time.” Many people don’t realize the ramifications of this until it hits them in the n...
A database cluster needs to at times grow to meet the needs of its application. The excerpt below from the O'Reilly publication Scaling MongoDB explains what sharding is and how it will help with ...
There are several strategies one can implement for replica placement when working with Cassandra. The following excerpt from Cassandra: The Definitive Guide offers some insight into choosing which one...
There are several differences between Cassandra’s model and query methods compared to what’s available in RDBMS (relational database management system), and these are important to keep in mind. Th...
Apache Cassandra is an open source distributed database management system. Despite it's sophisticated design and smart features, it is not the right tool for every job. In this excerpt from Cassan...
Answered by Deepak Sinha : Dec 02 2010 07:21 AM
The best place to find the T-SQL information for creating a database using T-SQL would be the msdn library.
https://msdn.microsof...y/ms176061.aspx
A very good book on T-SQL for SQL Server 2008 coul... full answer >