[This topic is migrated from our old forums. The original author name has been removed]
It would be nice to export the result from a query in more then one file.
@export on;
@export set Filename="C:\tmp\item.json";
*@export set SplitFileSize="10000";*
select * from JMJBase.dbo.Posts;
=> result
"C:\temp\item.json.01"
"C:\temp\item.json.02"
1 Comment
Roger Bjärevall
said
almost 7 years ago
[This reply is migrated from our old forums.]
Re: DBVis split export in more then one file
Johannes,
I've added your vote for a multi file export enhancement.
Regards
Roger
anonymous