Click here to Skip to main content
15,912,329 members
Home / Discussions / Database
   

Database

 
GeneralRe: connecting to SQL express through ADO Pin
Jerry Hammond29-Oct-06 5:11
Jerry Hammond29-Oct-06 5:11 
AnswerRe: connecting to SQL express through ADO Pin
S Douglas29-Oct-06 1:55
professionalS Douglas29-Oct-06 1:55 
GeneralRe: connecting to SQL express through ADO Pin
Colin Angus Mackay29-Oct-06 3:56
Colin Angus Mackay29-Oct-06 3:56 
GeneralRe: connecting to SQL express through ADO Pin
S Douglas29-Oct-06 18:12
professionalS Douglas29-Oct-06 18:12 
AnswerRe: connecting to SQL express through ADO Pin
Colin Angus Mackay29-Oct-06 3:54
Colin Angus Mackay29-Oct-06 3:54 
QuestionSQLXML DiffGram question Pin
Diablo_m28-Oct-06 11:41
Diablo_m28-Oct-06 11:41 
QuestionRe: SQLXML DiffGram question Pin
Diablo_m28-Oct-06 21:42
Diablo_m28-Oct-06 21:42 
QuestionDeployment of managed UDTs - best approach in updating code in use? Pin
Mike Heffernan28-Oct-06 8:20
Mike Heffernan28-Oct-06 8:20 
I've been looking around for approach recommendations on how to best update the code for an SQL Server 2005 user defined type written in C#. You can't deploy the type if it is 'in use' - for example, if a field in the database is declared to be of the type of the UDT.

Of course, I usually write perfect code that forsees all future possibilities. OMG | :OMG: ... but on the off chance I might need to update the managed code into a database with real production stuff in it - I'm looking for the best approach to deploy updates to the UDT.

So far, the best I've figured out is that one tests the heck out of the string to type and type to string conversions, and when you want to deploy the update, you change all the UDT columns into strings (which converts the data in place, and frees the assembly from use) deploy the update, and then change all the columns back to the UDT.

Anyone have anything less brute forceish to recommend?

Mike
---------------------
www.opusedge.com

QuestionSQL Server 2005. Pin
aditya chitti28-Oct-06 4:17
aditya chitti28-Oct-06 4:17 
AnswerRe: SQL Server 2005. Pin
Rob Graham28-Oct-06 4:34
Rob Graham28-Oct-06 4:34 
AnswerRe: SQL Server 2005. Pin
Jerry Hammond28-Oct-06 6:46
Jerry Hammond28-Oct-06 6:46 
AnswerRe: SQL Server 2005. Pin
Hunuman30-Oct-06 4:57
Hunuman30-Oct-06 4:57 
QuestionInstalling Recrutment Database. Pin
aditya chitti28-Oct-06 4:16
aditya chitti28-Oct-06 4:16 
AnswerRe: Installing Recrutment Database. Pin
Colin Angus Mackay29-Oct-06 3:35
Colin Angus Mackay29-Oct-06 3:35 
QuestionNew to SQL Server Database Pin
aditya chitti28-Oct-06 4:09
aditya chitti28-Oct-06 4:09 
AnswerRe: New to SQL Server Database Pin
Rob Graham28-Oct-06 4:33
Rob Graham28-Oct-06 4:33 
QuestionI am new to SQL Server. Pin
aditya chitti28-Oct-06 4:07
aditya chitti28-Oct-06 4:07 
AnswerRe: I am new to SQL Server. Pin
Colin Angus Mackay29-Oct-06 3:34
Colin Angus Mackay29-Oct-06 3:34 
Questionsp_add_job Pin
neilsolent28-Oct-06 1:22
neilsolent28-Oct-06 1:22 
AnswerRe: sp_add_job Pin
Rob Graham28-Oct-06 4:38
Rob Graham28-Oct-06 4:38 
GeneralRe: sp_add_job Pin
neilsolent28-Oct-06 5:54
neilsolent28-Oct-06 5:54 
QuestionSql Server 2000 Pin
Alfred Willi27-Oct-06 5:50
Alfred Willi27-Oct-06 5:50 
AnswerRe: Sql Server 2000 Pin
Colin Angus Mackay27-Oct-06 5:57
Colin Angus Mackay27-Oct-06 5:57 
GeneralRe: Sql Server 2000 Pin
Alfred Willi27-Oct-06 7:10
Alfred Willi27-Oct-06 7:10 
QuestionDIGITS Pin
Kschuler27-Oct-06 3:41
Kschuler27-Oct-06 3:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.