We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fadcf0 commit 0465368Copy full SHA for 0465368
1 file changed
lib/takeover/xp_cmdshell.py
@@ -181,4 +181,4 @@ def xpCmdshellInit(self):
181
debugMsg += "output to"
182
logger.debug(debugMsg)
183
184
- self.createSupportTbl(self.cmdTblName, self.tblField, "VARCHAR(8000)")
+ self.createSupportTbl(self.cmdTblName, self.tblField, "NVARCHAR(4000)")
0 commit comments