|
|
-
|
|
Often the most obvious information can be the most confusing - What does the "Number of Users" value in the Database Properties window of the Object Expolrer in SSMS really stand for? This post answers the question....
|
|
-
|
|
Consider the following CREATE TABLE statementsCREATE TABLE emp1(emp_id int,)
GO
CREATE TABLE emp2(emp_id int,first_name varchar(50),)
GONote that there is extra comma after the datatype of last column. But SQL Server ignores it and execute them without ...
|
|
-
|
|
Part 01 of a 3 part summary on Microsoft TechEd (India) 2012 held in Bengaluru (Bangalore) from March 21-23, 2012 at the Lalit Ashoka Hotel. I attended TechEd 2012 as a TechEd Rockstar....
|
|
-
|
|
In this section we will still continue to add texture, but we will also work with our Spot Healing tool to erase unwanted marks on this texture....
|
|
-
|
|
In this article, we are going to see following administration tasks:
1. Improving Performance
2. Backup and restore strategy...
|
|
-
|
|
Now in this module, we are going to see how we can migrate a SQL server 2008 R2 database to SQL Azure. We will also discuss about options available and their pros and cons...
|
|
-
|
|
In this article, we will discuss the security model of SQL Azure...
|
|
-
|
|
Previous sections have shown basics of the servlet specification. This section focuses on more advanced features, such as request attributes and parameters and request forwarding. Readers will gain knowledge needed for tighter integration of servlets and JSP....
|
|
-
|
|
This article will cover how to upload a Windows Phone 7 application to the marketplace and pass the required validations to make the application available in the marketplace for download....
|
|
-
|
|
This tutorial will provide an overview to Windows Phone 7 as well as provides its software and hardware requirements....
|
|