April 22, 2010 at 7:21 am
hi
how do i check whether my SSIS 2008 is 32 bit or 64 bit?
April 22, 2010 at 7:35 am
Run this: select @ @version -- no space between the @ signs.
If it something like this: Microsoft SQL Server 2005 - 9.00.3080.00 (Intel X86) Sep 6 2009 01:43:32 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 2), it is 32 bit.
If it is something like this: Microsoft SQL Server 2005 - 9.00.4053.00 (X64) May 26 2009 14:13:01 Copyright (c) 1988-2005 Microsoft Corporation Developer Edition (64-bit) on Windows NT 5.2 (Build 3790: Service Pack 2), it is 64 bit.
April 22, 2010 at 8:38 am
aha!
many thanks
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply