Hi all,
After running the following task I get an error (Server: Msg 8114, Level 16, State 4, Procedure sp_makewebtask, Line 0
Error converting data type nvarchar to tinyint.)
Any Ideas?
USE MyDB
EXEC sp_makewebtask
@outputfile='c:\InetPub\WWWRoot\aa\title.html',
@query='SELECT *
FROM Titles',
@HTMLHeader=1,
@webpagetitle='Title Page',
@resultstitle= 'Title Page',
@whentype=8,
@numunits=l,
@unittype=2,
@procname=web_CreateTitlePage