DB2 Error Code 2762 – The ‘CREATE TABLE’ command is not allowed within a multi-statement transaction in the ‘tempdb’ database.
In this post, you’ll learn about the DB2 error 2762-The ‘CREATE TABLE’ command is not allowed within a multi-statement transaction in the ‘tempdb’ database. and the reason why you are receiving the error message and how to fix it
How does this Error Message Looks like
2762 – The ‘CREATE TABLE’ command is not allowed within a multi-statement transaction in the ‘tempdb’ database.
Reason for the Error & Solution
This may happen when running the schema tool against a Sybase database that is not configured to allow schema-altering commands to be executed from within a transaction. This can be enabled by entering the command sp_dboption database_name,”ddl in tran”, true from isql. See the Sybase documentation for allowing data definition commands in transactions .
Share this:
Tags : Database Error Messages
Trending Stories
-
High Performance Computing in Azure – with Mark Russinovich (Microsoft... youtube.com
-
Effortlessly Manage Large File Uploads with Blazor File Manager (Keerthana... syncfusion.com
-
How To Write SQL Server Queries Correctly: Common Table Expressions... youtube.com
-
Implementing an interceptor with a source generator: Creating a source... andrewlock.net
-
Writing a String Numeric Comparer with .NET 9 (Khalid Abuhakmeh) khalidabuhakmeh.com
Recent Stories
-
High Performance Computing in Azure – with Mark Russinovich (Microsoft... youtube.com
-
Effortlessly Manage Large File Uploads with Blazor File Manager (Keerthana... syncfusion.com
-
How To Write SQL Server Queries Correctly: Common Table Expressions... youtube.com
-
Implementing an interceptor with a source generator: Creating a source... andrewlock.net
-
Writing a String Numeric Comparer with .NET 9 (Khalid Abuhakmeh) khalidabuhakmeh.com
Tags
.NET Errors
App
ASP.NET
ASP.NET MVC
C#
C# Errors
C# programs
c lab programs
COBOL Error Messages
C program
csharp
database
Database Error Messages
DB2 Error Messages
Delphi Errors
Erply API
Google Play
guide
How to
IBM Application Discovery and Delivery Intelligence
IBM InfoSphere Information Server
IBM QRadar
IBM Workload Automation
InterSystems IRIS Errors
Java
Javascript
Lab programs
LINQ
List
MariaDB Errors
MS SQL Server Error Codes
Oracle Errors
python tutorials
SQL Server
tips
tricks
TroubleShoot SQLite Errors
tutorial
tutorials
Windows 10
Windows Errors
Windows Phone
Windows Phone 8
Windows System Errors
XAML
Leave Your Comment