Compare this statement:
BACKUP DATABASE AdventureWorks
TO DISK = 'C:\Backups\AdventureWorks.BAK'
To this one formatted to appear like SQL management tools:
BACKUP DATABASE
AdventureWorks
TO DISK =
'C:\Backups\AdventureWorks.BAK'
Here's the HTML - just substitute your commands.
Line 1 (
BACKUP DATABASE
AdventureWorks
):<code><span lang="EN-US" style="color: blue; font-size: 10pt;">BACKUP DATABASE</span></code> <code><span lang="EN-US" style="color: black; font-size: 10pt;">AdventureWorks</span></code><span lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 10pt;"></span>Line 2 (
TO DISK =
'C:\Backups\AdventureWorks.BAK'
):<code><span lang="EN-US" style="color: blue; font-size: 10pt;">TO DISK =</span></code> <code><span lang="EN-US" style="color: red; font-size: 10pt;">'C:\Backups\AdventureWorks.BAK'</span></code>
No comments:
Post a Comment