Microsoft SQL Server Hosting Service Provider Cheap and reliable SQL Server hosting & MS SQL 2005 Hosting - SQL Server Mart LiveZilla Live Help

SQL Server Hosting Customer Support Center

Main Menu
Home
Open a Ticket
My Ticket History
Browse Knowledgebase
My Account

Login
 E-mail:
 Password:
Register | Forgot Password?

Knowledgebase
Ask a question using natural language. Try to include as much information as possible:


Contact Us
Database Mart LLC
7017 Weis Drive
Galveston, TX 77551
USA
409-877-4238

Sales & Billing: 8:00AM-5:00PM CST
Technical Support: 24x7x365

Knowledgebase
How to change the Owner of a User-Defined Data Type That Is in Use in SQL Server 2000?
Top : General Technical Support : Microsoft SQL Server

Article ID: 000077
Rating: 0.0 / 5.0 (0 votes)
Views: 3502

Problem
How to change the Owner of a User-Defined Data Type That Is in Use in SQL Server 2000?

Solution
You can use the method from Microsft http://support.microsoft.com/default.aspx?scid=kb;en-us;Q327123 But it is not easy. Here is an easy way to do it.

Exec sp_configure 'Allow Update', 1
Reconfigure WITH OVERRIDE

Update systypes set uid = user_id('dbo') Where name = 'your_type_name'

Exec sp_configure 'Allow Update', 0
Reconfigure WITH OVERRIDE

Rating
Did you find this article helpful?

Related Articles
How can I open multiple databases in SQL Server Enterprise Manager?
How can I remote access SQL Server 2000/2005 Databases?

Shared MSSQL Hosting - Reseller MSSQL Hosting - Dedicated MSSQL Hosting - Domain Registration - SSL Certificates
Home - Support Center - Knowledgebase - Documentation - Flash Tutorials - Our Network - About Us - Site Map
Cheap and reliable SQL Server hosting & MS SQL 2005 Hosting - SQL Server Mart