SQL Server 2005 Service Pack, Version, Edition
Here is how I find out what SQL Server 2005 DB I am playing with:
- Log into any DB in your SS 2005 instance
- Run the following query
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Related Information:
- SQL Server 2005 Install Samples
If you have installed SQL Server 2005, it is likely you have installed the samples as well. In my case,...
- SQL Server 2005 Licensing Costs and Pricing Example
Processor Licensing Model. Under this model, a license is required for each physical or virtual processor accessed by an...
- Oracle Application Server Startup and Shutdown Script Generator - FREE
Complete the below to receive scripts to automatically startup and shutdown your Oracle Application Server 10.1.2.x or 10.1.3.x midtier environment....
- Oracle IdM - SAML SSO with Google Apps
We recently integrated Oracle IdM with the SAML SSO Service from Google Apps. Now customers can continue to authenticate against...
- Google Apps Reporting API - Not quite this easy with Exchange
I have been somewhat enamored by Google Apps and its potential. Many enterprises have been happy with Exchange for mail,...
- Google Custom Search Engine (CSE)
The site search game is changing with Google CSE....
