Browse by Tags

SQL Server 2005 error while importing images using ASP page: “ASP Error ‘ASP 0104: 80004005′”
Published 26 February 8 2:33 AM | SSQA.net
One of the web application user complained about the above error during the upload process of images to SQL Server database! Most of the web applications have a lot of images used in it. Its not a best practice to store the Image/BLOB type data on the...
Msg 18456, Level 14, State 1, Server <ServerName>, Line 1 Login failed for user '<Name>'
Published 18 May 7 5:56 AM | SSQA.net
You might have come across this instance of error within your environment: Msg 18456, Level 14, State 1, Server <ServerName>, Line 1 Login failed for user '<Name>' The above error used to drive me nuts when the users complained by...