Office

Technical Article

RE: After sp3a I can't save changes to dts packages

  • Reply

Assuming you are using local repository, dts packages have a feature whereby saving them reverts ownership back to whomever initially created the package (its saved in the BLOB) despite changing dts package ownership with the procedure msdb..sp_reassign_dtspackageowner. Last I heard, this will not get corrected until Yukon. Hope that was useful.

You rated this post out of 5. Change rating

2003-06-23

Technical Article

RE: Compare with Different Collations

  • Reply

You need to make sure that both the right and the left are using the some collation when comparing. Here is an example that works, because the column on the right is converted to the collation of the left column by using the collate clause. create table #a (char_set1 varchar(50) collate Latin1_General_CI_AS) create table #b(char_set2 […]

You rated this post out of 5. Change rating

2003-06-09

Technical Article

RE: Error Handling / Return Values

  • Reply

Example from BOL. C. Use @@ERROR to check the success of several statements This example depends on the successful operation of the INSERT and DELETE statements. Local variables are set to the value of @@ERROR after both statements and are used in a shared error-handling routine for the operation. USE pubs GO DECLARE @del_error int, […]

You rated this post out of 5. Change rating

2003-05-27

Blogs

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

Query Store Keeps Switching Itself Off, Getting it Moving Again

By

I recently received a complaint that Query Store for a particular database was turned...

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