Loading...
Here are 19 Free technical Magazines,Previews and documents, You can just go to the corresponding link and give the details. The link to download will be send to your email address. Am just listing 19 Free technical Magazines and documents while you ...
[More]
Tags: twitter, programming, ebooks on windows, e-book, free ebooks, asp.net, sql server, php, javascript, xml, free
Posted On :Monday, 31 May 2010 07:06 by krishnan
You can download a free eBook Introducing Microsoft SQL Server 2008 R2 in PDF of XPS format from Microsoft. Introducing Microsoft SQL Server 2008 R2 Contents at a Glance PART I DATABASE ADMINISTRATION CHAPTER 1 SQL Server 2008 R2 Editio...
[More]
I was trying to uninstall SQL server 2005. Actually that failed when i tried from the Add or Remove Programs, some order changed or some thing like that. After a search i found an article, which says How to manually uninstall SQL Express if uninstall...
[More]
You can down load a free eBook The Art of XSD - SQL Server XML Schema Collections By Jacob Sebastian . From the website This book will help you learn and use XML Schema collections in SQL Server. Prior knowledge of XSD is not required to start w...
[More]
I was working on a code which used Oracle as the Database and moved to SQL Server 2005. So there were many function which is used for the Oracle. And i searched what are the equivalent functions in SQL Server. What i found is there are many oracle in...
[More]
If you are a programmer, the following link will be a worth reading. It described 25 common programming mistakes. Top 25 Most Dangerous Programming Errors Read the coding horror also
The following query will get you all tables on MS SQL database and their number of records SELECT [TableName] = so.name, [RowCount] = MAX(si.rows) FROM sysobjects so,...
[More]