We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e9412 commit b33ac19Copy full SHA for b33ac19
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