DistributionDatabase.Create Method

Definition

Creates the distribution database.

public:
 void Create();
public void Create ();
member this.Create : unit -> unit
Public Sub Create ()

Remarks

The Create method cannot be called for an existing distribution database.

The Create method can only be called by members of the sysadmin fixed server role at the Distributor.

Calling Create is equivalent to executing sp_adddistributiondb.

Applies to

See also