Click here to Skip to main content
15,886,110 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server Community Launched Pin
Dave Kreskowiak5-Oct-07 10:40
mveDave Kreskowiak5-Oct-07 10:40 
GeneralRe: SQL Server Community Launched Pin
Christian Graus5-Oct-07 23:55
protectorChristian Graus5-Oct-07 23:55 
GeneralRe: SQL Server Community Launched Pin
Dave Kreskowiak6-Oct-07 2:48
mveDave Kreskowiak6-Oct-07 2:48 
GeneralRe: SQL Server Community Launched Pin
Pete O'Hanlon7-Oct-07 11:12
mvePete O'Hanlon7-Oct-07 11:12 
GeneralRe: SQL Server Community Launched Pin
Paul Conrad7-Oct-07 11:07
professionalPaul Conrad7-Oct-07 11:07 
QuestionAssigning the value from a QueryDef object... Pin
new_phoenix5-Oct-07 6:21
new_phoenix5-Oct-07 6:21 
Questionneed to use CrossJoin, and find differnece in Columns Pin
The Don Man5-Oct-07 6:13
The Don Man5-Oct-07 6:13 
QuestionDescription for various tables elements Pin
Brendan Vogt5-Oct-07 6:09
Brendan Vogt5-Oct-07 6:09 
Hi,

I got this off the .NET Tiers documentation:

Description is provided for Tables, Columns, and Keys..

Is it possible to create a description for the columns, and keys, etc? For what else can one create descriptions for?

Here is a sample description for a table:
-- Add Table Description
EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'All allowable Checking Account types for my ABC System' ,@level0type=N'SCHEMA', @level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BankAccountType'

Please can someone advise?

Regards
AnswerRe: Description for various tables elements Pin
Jwalant Natvarlal Soneji7-Oct-07 21:36
Jwalant Natvarlal Soneji7-Oct-07 21:36 
QuestionStored Procedures Pin
kibromg5-Oct-07 4:12
kibromg5-Oct-07 4:12 
AnswerRe: Stored Procedures Pin
Michael Potter5-Oct-07 4:39
Michael Potter5-Oct-07 4:39 
GeneralRe: Stored Procedures Pin
kibromg5-Oct-07 4:53
kibromg5-Oct-07 4:53 
GeneralRe: Stored Procedures Pin
Michael Potter5-Oct-07 5:36
Michael Potter5-Oct-07 5:36 
GeneralRe: Stored Procedures Pin
kibromg5-Oct-07 6:05
kibromg5-Oct-07 6:05 
GeneralRe: Stored Procedures Pin
Michael Potter5-Oct-07 8:50
Michael Potter5-Oct-07 8:50 
GeneralRe: Stored Procedures Pin
GuyThiebaut5-Oct-07 9:07
professionalGuyThiebaut5-Oct-07 9:07 
QuestionTool to generate data Pin
matthias s.5-Oct-07 3:16
matthias s.5-Oct-07 3:16 
QuestionTO STORE IMAGES FROM FOLDER TO DATA BASE Pin
kishoregani5-Oct-07 2:39
kishoregani5-Oct-07 2:39 
AnswerRe: TO STORE IMAGES FROM FOLDER TO DATA BASE Pin
Christian Graus5-Oct-07 2:52
protectorChristian Graus5-Oct-07 2:52 
AnswerRe: TO STORE IMAGES FROM FOLDER TO DATA BASE Pin
Vasudevan Deepak Kumar5-Oct-07 3:39
Vasudevan Deepak Kumar5-Oct-07 3:39 
AnswerRe: TO STORE IMAGES FROM FOLDER TO DATA BASE Pin
Paul Conrad7-Oct-07 11:09
professionalPaul Conrad7-Oct-07 11:09 
QuestionUpdating one Dataset from another Dataset. Pin
Hemant.Kamalakar5-Oct-07 2:11
Hemant.Kamalakar5-Oct-07 2:11 
AnswerRe: Updating one Dataset from another Dataset. Pin
Kschuler5-Oct-07 6:18
Kschuler5-Oct-07 6:18 
GeneralRe: Updating one Dataset from another Dataset. Pin
Hemant.Kamalakar5-Oct-07 19:30
Hemant.Kamalakar5-Oct-07 19:30 
GeneralRe: Updating one Dataset from another Dataset. Pin
Hemant.Kamalakar15-Oct-07 2:05
Hemant.Kamalakar15-Oct-07 2:05 

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.