April 28, 2016 at 9:24 am
Anyone else have a story about unhelpful error messages?
Got an error message "an invalid directory pathname was passed" during SQL Server 2014 install, when specifying the service accounts.
The cause was entering the account with a forward slash instead of a backslash. Usually I do these from home on my 23" monitor but this was done at a client with a 12" laptop screen, so did not notice the difference.
Domain/account produced a invalid directory message.
Domain\account is the correct format.
SQL = Scarcely Qualifies as a Language
April 28, 2016 at 9:35 am
At least you didn't get this.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
April 28, 2016 at 12:47 pm
I would occasionally get an error with a SQL 7 box that would just have the Ok button and no message.
April 28, 2016 at 12:55 pm
There's one out there that I've seen since SQL Server 6.5. It reads something like:
The query failed to process for the following reason(s):
The operation completed successfully
The one that drives me the most nuts though is
String or binary data would be truncated
SQL knows which column it is but doesn't want to share this info with you. That one drives me the most nuts, especially when it's a really wide table with many columns.
-- Itzik Ben-Gan 2001
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply