Wednesday 14 October 2009

Create Windows folders

To create windows folders using T-SQL run

EXEC master.dbo.xp_create_subdir 'D:\sqlserverbackups'
GO

No comments:

Post a Comment

Note: only a member of this blog may post a comment.