Loading...

 

19 Free technical Magazines and documents

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: , , , , , , , , , ,

Posted On :Monday, 31 May 2010 07:06 by krishnan


 

Free eBook on Microsoft SQL Server 2008 R2

Categories: Free | Free eBooks | Microsoft | SQLSERVER

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]

Tags: , , ,

Posted On :Monday, 19 April 2010 23:33 by krishnan


 

How to Uninstall SQL Server if uninstalling from Add or Remove Programs fails

Categories: Computer | Microsoft | SQLSERVER

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]

Tags: , ,

Posted On :Sunday, 20 December 2009 22:20 by krishnan


 

Free eBook The Art of XSD - SQL Server XML Schema Collections

Categories: Free | Free eBooks | Microsoft | SQLSERVER

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]

Tags: , ,

Posted On :Thursday, 21 May 2009 06:19 by krishnan


 

Microsoft SQL SERVER functions equivalent to Oracle built in functions

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]

Tags:

Posted On :Wednesday, 25 February 2009 04:50 by krishnan


 

For developers - Top 25 Most Dangerous Programming Errors

Categories: C# | General | Programing | PHP | SQLSERVER | Security | Tips

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

Tags: , ,

Posted On :Thursday, 15 January 2009 13:40 by krishnan


 

Query to get all tables on MSSQL Database and their number of records

Categories: Computer | Programing | SQLSERVER

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]

Tags:

Posted On :Monday, 24 November 2008 03:47 by krishnan


Post Calendar

<<  July 2010  >>
MoTuWeThFrSaSu
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678