Search results
17 sie 2013 · This is Windows related issue where SQL Server does not have the appropriate permission to the folder that contains .bak file and hence this error. The easiest work around is to copy your .bak file to default SQL backup location which has all the necessary permissions.
10 paź 2024 · Consult this MSSQL error code list to find explanations for error messages for SQL Server database engine events.
Consult this SQL Server error code list (between 5000 and 5999) to find explanations for error messages for SQL Server database engine events.
10 sty 2024 · Cannot bulk load because the file "\\FILE_SHARE\file.json" could not be opened. Operating system error code 5(Access is denied.). Both of DOMAIN\svc_sql and DOMAIN\user have access to this file. Also, this problem does not occur if I RDP and SSMS with my DOMAIN\user into DOMAIN\DB.
19 sie 2024 · Trying to attach a database (SQL 2016), with the following command: Renders the following error: Unable to open the physical file "E:\DBA\Data\MYDB_Data.mdf". Operating system error 5: "5(Access is denied.)". CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
When Db2 executes an SQL statement, it returns information about the statement execution. This information includes the SQL return code (SQLCODE) and the SQLSTATE, which indicate whether statement execution was successful. The SQLCODE value is set by Db2 after each statement is executed, as shown in the following table.
14 lis 2024 · All messages emitted by the PostgreSQL server are assigned five-character error codes that follow the SQL standard's conventions for “SQLSTATE” codes. Applications that need to know which error condition has occurred should usually test the error code, rather than looking at the textual error message.