Database Master Key (DMK)

Technical Article

RE: drop column with default

  • Reply

use this sp CREATE PROCEDURE usp_DropColumn @TableName Varchar(50), @ColumnName Varchar(50) AS /*==================================================================================================== NAME: usp_Dropcolumn TYPE: stored procedure (SQL 7) CREATION DATE: 08/01/01 USAGE: DECLARE @TableName Varchar(50) DECLARE @ColumnName Varchar(50) SET @TableName = 'MyTable' SET @ColumnName = 'MyColumn' Exec usp_DropColumn @TableName, @ColumnName PURPOSE : To Drop a Column from a Table irrespective of the constraints defined […]

You rated this post out of 5. Change rating

2005-02-13

Technical Article

RE: DOES Full backup Clear out Transaction Logs?

  • Reply

Thank you thank you!!! Indeed it doesn't clear out the log and I was being able to log ship the transactions to secondary server!!!! and apply the logs successfully. Nevertheless, I have a new problem... With Log shipping wizard choose to be "terminate user while loading" option and "standby option" for the log shipping jobs... […]

You rated this post out of 5. Change rating

2004-06-17

Technical Article

RE: Error log message about TransactionDispenserInterface

  • Reply

This is just an informational message meaning that the MSDTC service is unavailable at the time when SQL Server is started. It won't result in any problems with subsequent distributed transactions provided the MSDTC service is available later when the distributed transaction takes place. The solution is to start MSDTC before SQL Server - by manually starting MSDTC […]

You rated this post out of 5. Change rating

2004-03-28

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers