|
|
Exchange Server 2013 : Public folders (part 5) - Mail-enabling public folders |
By default, public folders are not mail-enabled; users cannot add content by including a public folder as an addressee for a message. In fact, one of the most common uses for public folders is as a repository to capture the messages sent to distribution groups that would otherwise be unavailable to people who are not part of the group or who join the group after a discussion has occurred. |
|
|
|
|
|
SQL Server 2012 : Creating Indexes |
Creating indexes on tables or views provides fast access to data by allowing the data to be organized in a way that allows for optimum query performance. You can think of an index within SQL Server just like the index of a book. |
|
SQL Server 2012 : Dropping Tables |
When you drop a table, you are deleting it from the database. When you perform this action, you are also deleting the table data, indexes, triggers, constraints, and permissions that were defined on the table. In certain circumstances, you are not allowed to drop a table. |
|
SQL Server 2012 : Altering Tables, Adding Constraints |
With data types, you can limit the kind of data that can be stored within the column. For example, once you defined the store_id column as an integer, you could not insert the word boston for the store_id since a word is a sequence of characters and not an integer value. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|