Data Bars are another way provided by visio product to display numeric data in a shape. Just like "Icon sets" and "Color By Value" options, A data bar communicates data values visually by altering the callout to reflect the data value. For example, you can show relative values with data bars that lengthen or shorten based on the data values, see illustrated in Figure-1.
In order to to determine the service pack that's installed on your SQL Server, you can open ISQLW (Query Analyzer) or ISQL or OSQL. Connect to your server. Execute the following command:
SELECT @@VERSION
GO
you should get output like this:
Microsoft SQL Server 2005 - 9.00.2047.00 (Intel X86) Apr 14 2006 01:12:25 Copyright (c) 1988-2005 Microsoft Corporation Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 1)
![[SQL-TIPs]-How-to-verify-SQL-Server-Version-1 [SQL-TIPs]-How-to-verify-SQL-Server-Version-1](/siteapps/188/htdocs/./images/stories/windows/[SQL-TIPs]-How-to-verify-SQL-Server-Version-1.gif)
Page 1 of 8