Poll

Is it possible for SQL Server 2008 to capture Oracle Market?
 
Home
Simple Data Mirroring Software: ROBOCOPY PDF Print E-mail
Written by Aman Dhally   

Hi,

I was looking for some simple Data Backup solutions, I try few software but they all are paid. But after a long search I have found a free utility from Microsoft known as ROBOCOPY (now inbuilt in Windows7). This ROBOCOPY is command based but the GUI version is also available on Microsoft website.

The Syntax of ROBOCOPY is very simple:

ROBOCOPY.exe source destinations /MIR

- /MIR is used for mirroring the Data

 

For example

 

Robocopy.exe c:\data d:\Backup /MIR   

The above command will mirror the data in c:\data with d:\Backup

 

you can also exclude the files to being copied, for that you need to use /XF (exclude files) switch.

How to use /XF

For example if you want to exclude mp3, avi files to copy then syntax is :

Robocopy.exe c:\data d:\Backup /MIR /XF *.mp3 /XF *.avi

 

Hope this will helps you.......

 

RoboCopy

 

 
Resource Database PDF Print E-mail
Written by Sarabpreet Singh   

In this Post I am going to take you through the 5th system database which is available right from SQL Server 2005. As we know till SQL Server 2000 there are four system databases available and they are master, model, msdb and tempdb databases. In SQL Server 2005 Microsoft has introduced a new system database to the SQL database engine called Resource database (real name for this database is mssqlsystemresource). This database is hidden to the users. 

Why Microsoft Introduced Resource DB?

Resource database is a read-only and hidden database. Resource DB physically contains all the system objects that accompanies with SQL Server. Logically all objects present in sys schema exist in each DB. The Resource database does not contain user data or user metadata.

Read more...
 
Tail Log Backup When Master\ User DB is Damaged or Unavailable PDF Print E-mail
Written by Sarabpreet Singh   

Tail Log Backup in SQL Server 2000 or in SQL Server 2005 when Master DB or User DB is corrupted\Not available 

AS we know, we can take the Tail Log Backup if the database file is damaged, provided that the transaction log file is still available. But what will you do if the master database is also damaged; then you can rebuild and restore the master database first, and then back up the last active transaction log of the unavailable database. For example, both the data file and the master device might be on damaged media. However, if a master database is not available, you can take Tail Log Backup of the database by using the below mentioned method.

Read more...
 
SQL Azure – Database on Cloud PDF Print E-mail
Written by Sarabpreet Singh   

Cloud Computing is very HOT today and many organizations have started providing these services. So I thought to share some knowhow with SQL Group about the same. May be you’ll get an opportunity to work in this environment soon.

 

The Windows Azure Platform is an Internet-scale cloud computing and services platform hosted in Microsoft data centers. The Windows Azure Platform includes the foundation layer of Windows Azure as well as a set of developer services which can be used individually or together.

The Windows Azure Platform comprises the following developer services:

  1. Windows Azure
  2. Windows Azure platform AppFabric
  3. SQL Azure 
Read more...
 
How to Configure SoftPhone PDF Print E-mail
Written by Aman Dhally   

In this video we are showing, how to configure X-lite softphone.

 

X-lite is working on SIP Protocol which is widely used on IP-PBX Phone systems.

 

Thanks

Aman dhally

 

Statistics

Content View Hits : 9826

Look who's Online

We have 3 guests online

Popular

Forums & Blog


Powered by Solutions-Guru.com!. Designed by: budget hosting reseller hosting packages Valid XHTML and CSS.

feed-image Feed Entries