September 21, 2011 at 6:58 am
I'm trying to install a named instance. I'm using ONLY numbers and regular characters ex. 5TEMP1
For whatever reason I'm getting this: 'Instance name cannot contain spaces or special characters'
What gives?
September 21, 2011 at 7:15 am
Starting from SQL 2005 there are new limitations on instances names:
SQL2005: must start with a letter or an underscore
SQL2008 and R2: must start with a letter
So, the answer is simple, your instance name cannot start with a number!
References
MSDN pages for SQL2005->2008R2
September 21, 2011 at 7:18 am
I see. That's a little annoying considering the default instance can very well start with a number.
Thanks though!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply