Feb 26, 2007 #1 stanja MIS Sep 10, 2001 149 BE how can i determine which version (32 or 64 bit) of SQL is installed ? i've got a sql directory under program files and program files(x86) This is quiet important for me because i've to install the sql SP1 and i need to be sure to have the right one . tx stanja
how can i determine which version (32 or 64 bit) of SQL is installed ? i've got a sql directory under program files and program files(x86) This is quiet important for me because i've to install the sql SP1 and i need to be sure to have the right one . tx stanja
Feb 26, 2007 #2 ptheriault IS-IT--Management Aug 28, 2006 2,699 US There are few ways to check. from a query window. select @@version or from SSMS Right click on the instance and select properties. - Paul - If at first you don't succeed, find out if the loser gets anything. Upvote 0 Downvote
There are few ways to check. from a query window. select @@version or from SSMS Right click on the instance and select properties. - Paul - If at first you don't succeed, find out if the loser gets anything.