Viewing 15 posts - 181 through 195 (of 717 total)
Thanks for the question, I learned something. (However I hope I don't have to deal with multiple collations very often.)
March 23, 2011 at 1:12 am
One last question, which version of SQL Server 2008 were you trying to install?
Have you slip-streamed SP1, SP2 and/or any CUs into your installation source? (I know Microsoft has fixed...
March 22, 2011 at 6:13 pm
John Roy Ellis (3/22/2011)
March 22, 2011 at 6:05 pm
As I read it that post is only about cleaning up the failed install so you can try again, nothing about identifying the reason the install failed in the first...
March 22, 2011 at 5:43 pm
Thanks for looking at this. I would vote for all of the forums to be viewable by anonymous users either by web browser or RSS reader.
March 22, 2011 at 5:28 pm
John Roy Ellis (3/22/2011)
March 22, 2011 at 5:19 pm
There has to be more in the log files that state what went wrong, you have to find and correct that before doing anything else. At what point in the...
March 22, 2011 at 3:36 pm
I don't understand what you are trying to do, can you maybe take one or two of the rows of the results you want and walk us through how you...
March 22, 2011 at 3:29 pm
Have you by chance renamed or deleted the SA account?
March 22, 2011 at 3:16 pm
Have you looked in the setup logs yet to see why it failed?
As an FYI I recently did a SQL Server 2005 to SQL Server 2008 R2 upgrade in place...
March 22, 2011 at 3:09 pm
GSquared (3/22/2011)
Calling third-party DLLs (address list validation and presorting)Disk data (space available, used, etc.) on network resources
Disk operations (file archiving and compression, file encryption)
Running totals
SFTP upload/download (SSIS won't do SFTP)
Are...
March 22, 2011 at 2:58 pm
WasimAli (3/22/2011)
March 22, 2011 at 10:00 am
Then how do you define MAX?
You could always pad the values with 0:
select max(RIGHT('000000000000000' + ID, 15)) from phys
That may get you closer to what you are looking for. (Of...
March 21, 2011 at 11:33 pm
Steve,
I think it is related to being logged in. If I am not logged in to SSC then I can only see a subset of the forums when I click...
March 21, 2011 at 8:42 pm
Viewing 15 posts - 181 through 195 (of 717 total)