Setting the MS-SQL compatibility levels

sp_dbcmptlevel : This command is using to set certain database behaviors to be compatible with the specified version of SQL Servers. Example:    —-SQL Server 2005 database compatible level to SQL Server 2000 EXEC sp_dbcmptlevel <DBNAME>, 80; GO Version of SQL Server database can be one of the following: 60 = SQL Server 6.0 65Continue reading “Setting the MS-SQL compatibility levels”

Why do I blog? …..its because of this 7 reasons :)

“Why do you blogging?” this is the question which always had in my mind at the time of starting of my blog. Then I had only one answer. I just want to update my knowledge. And I think for good blogging, specially for Technical blogging we need to go through latest technologies. Do you knowContinue reading “Why do I blog? …..its because of this 7 reasons :)”

Comparing TWO continuous build tools: Cruise Control and Hudson

Continuum, Cruise Control and Hudson are some of the famous continuous integration tools which people are using nowadays. Cruise Control is the pioneer one and people are using from a long period of time. Continuum is from the Maven team and very high integration with Maven 1 and 2. Hudson is the new one butContinue reading “Comparing TWO continuous build tools: Cruise Control and Hudson”

Design a site like this with WordPress.com
Get started