BACKUP DATABASE [MyDatabaseName]
TO DISK = N'C:\MyDatabaseName.bak'
GO
BACKUP LOG [MyDatabaseName]
TO DISK = N'C:\MyDatabaseName.bak'
GO
TO DISK = N'C:\MyDatabaseName.bak'
GO
BACKUP LOG [MyDatabaseName]
TO DISK = N'C:\MyDatabaseName.bak'
GO
This Blog is created and maintained for personal use. If any of these posts are useful to other, then i am very happy. Please share your thoughts and ideas to improve this blog.
function isValidDate(sText) { 04 | var reDate = /(?:0[1-9]|[12][0-9]|3[01])\/(?:0[1-9]|1[0-2])\/(?:19|20\d{4})/; |
05 | return reDate.test(sText); |
06 | } |

|
msiexec /i
yoursetup.msi /lv "C:\yourdirectory\logfile.txt"
|
|
If you deploy a Web Forms application to a remote server running
IIS 7, or if you publish a smart client application to a local or remote
server running IIS 7, the Vista Metabase Compatibility component of IIS 7
must be installed on the server. This component is not installed by default.
It is not required to deploy a Web Forms application to a local server.
You can install it from the Programs and Features page in the
Windows control panel. Select Turn Windows features on or off, then select
Internet Information Services>Web Management Tools>IIS 6 Management
Compatibility>IIS Metabase and IIS 6 configuration compatibility.
|