Viewing 7 posts - 1 through 7 (of 7 total)
I also tried from 2000 enterprise to 2005 standard and had the same problem.
April 7, 2008 at 12:12 pm
Going from SQL 2000 Enterprise to SQL 2005 Enterprise. Both 32 bit.
April 7, 2008 at 11:44 am
I am sorry when I said upgrade I meant and in-place upgrade.
March 31, 2008 at 1:19 pm
This is what I found from a little more digging.
Can I do an "in-place" upgrade on the x64 OS?
Well, it certainly has been awhile since my last blog. In...
March 31, 2008 at 1:17 pm
I don't think you are doing anything wrong. It seems DTS will not allow you to change the lengths or add columns other than what is in the source. You...
August 19, 2004 at 12:43 pm
This may help. It is not glamorous but it should do the trick.
declare @OrderNumber int, @PrevOrderNumber int
declare @OrderType Varchar(10),@PrevOrderType Varchar(10)
declare @LineNumber int,@PrevLineNumber int
declare @refs...
August 19, 2004 at 12:05 pm
Just a comment on the use of AWE. I have a server with 8gb or ram. I used the /3gb and /pae together and this caused me a...
April 15, 2003 at 9:35 am
Viewing 7 posts - 1 through 7 (of 7 total)