If you want learn more about Windows Azure and about Cloud services in general a good idea would be to create a trial account.
There are to choices available now : Continue reading Windows Azure trial for up to 90 days with or without Credit Card
All posts by qfkLfyr2eS
MCSE Certification Paths for SQL Server 2012
Powered by CodeReview – Let's make it Better!
Free eBook – Introducing Microsoft SQL Server 2012 #sqlserver2012
Microsoft SQL Server 2012 is Microsoft’s first cloud-ready information platform. It gives
organizations effective tools to protect, unlock, and scale the power of their data, and it works
across a variety of devices and data sources, from desktops, phones, and tablets, to datacenters and
both private and public clouds. Continue reading Free eBook – Introducing Microsoft SQL Server 2012 #sqlserver2012
How to avoid Select *
It is commonly known that you should not use SELECT * when you are writing a query.
Most of the times, we only need a some of the columns that a table has and we should retrieve only those columns.
This are some of the disadvantages of using Select * :
Continue reading How to avoid Select *
How to get only the date from datetime
I have listed below two solutions for extracting a date from a datetime : Continue reading How to get only the date from datetime