Click here to Skip to main content
15,891,431 members
Home / Discussions / Database
   

Database

 
AnswerRe: SSIS Package to import XML file in Sql server 2005 Database Pin
Herman<T>.Instance26-May-11 3:15
Herman<T>.Instance26-May-11 3:15 
Questionavoiding MS Access database modified time Pin
venkat11620-Apr-11 21:00
venkat11620-Apr-11 21:00 
AnswerRe: avoiding MS Access database modified time Pin
Blue_Boy20-Apr-11 21:45
Blue_Boy20-Apr-11 21:45 
GeneralRe: avoiding MS Access database modified time Pin
venkat11620-Apr-11 22:45
venkat11620-Apr-11 22:45 
AnswerRe: avoiding MS Access database modified time Pin
Mycroft Holmes20-Apr-11 22:11
professionalMycroft Holmes20-Apr-11 22:11 
AnswerRe: avoiding MS Access database modified time Pin
PIEBALDconsult21-Apr-11 2:54
mvePIEBALDconsult21-Apr-11 2:54 
QuestionHow to import xml to SQL? Pin
thienvan20-Apr-11 7:50
thienvan20-Apr-11 7:50 
AnswerRe: How to import xml to SQL? Pin
jschell20-Apr-11 8:06
jschell20-Apr-11 8:06 
xml doesn't have 'null', so exactly what do you mean?

I suspect you mean that you have an element with no value or perhaps 'nil'?

If so there are two possibilities.
1. The corresponding database column allows nulls.
2. The corresponding database column does not allow nulls - thus you MUST provide a value. You would do that while processing the file. No one can tell you what a valid value for that is since it depends on business rules.
GeneralRe: How to import xml to SQL? Pin
thienvan20-Apr-11 21:47
thienvan20-Apr-11 21:47 
GeneralRe: How to import xml to SQL? Pin
jschell21-Apr-11 8:02
jschell21-Apr-11 8:02 
GeneralRe: How to import xml to SQL? Pin
thienvan21-Apr-11 16:07
thienvan21-Apr-11 16:07 
AnswerRe: How to import xml to SQL? Pin
Prasanta_Prince20-Apr-11 23:52
Prasanta_Prince20-Apr-11 23:52 
GeneralRe: How to import xml to SQL? Pin
thienvan21-Apr-11 16:06
thienvan21-Apr-11 16:06 
GeneralRe: How to import xml to SQL? Pin
Prasanta_Prince21-Apr-11 22:59
Prasanta_Prince21-Apr-11 22:59 
QuestionGet Month - Common Function for SQL Server & Oracle Pin
NTheOne20-Apr-11 0:03
NTheOne20-Apr-11 0:03 
AnswerRe: Get Month - Common Function for SQL Server & Oracle Pin
Mycroft Holmes20-Apr-11 12:58
professionalMycroft Holmes20-Apr-11 12:58 
AnswerRe: Get Month - Common Function for SQL Server & Oracle Pin
Bernhard Hiller20-Apr-11 21:15
Bernhard Hiller20-Apr-11 21:15 
QuestionRe: Get Month - Common Function for SQL Server & Oracle Pin
Eddy Vluggen20-Apr-11 23:31
professionalEddy Vluggen20-Apr-11 23:31 
AnswerRe: Get Month - Common Function for SQL Server & Oracle Pin
jschell21-Apr-11 8:19
jschell21-Apr-11 8:19 
QuestionIs it possible to pass datepart abbreviations to a function? Pin
fd975019-Apr-11 23:16
professionalfd975019-Apr-11 23:16 
AnswerRe: Is it possible to pass datepart abbreviations to a function? Pin
J4amieC20-Apr-11 0:59
J4amieC20-Apr-11 0:59 
AnswerRe: Is it possible to pass datepart abbreviations to a function? Pin
fd975020-Apr-11 1:31
professionalfd975020-Apr-11 1:31 
GeneralRe: Is it possible to pass datepart abbreviations to a function? Pin
Mycroft Holmes20-Apr-11 12:55
professionalMycroft Holmes20-Apr-11 12:55 
GeneralRe: Is it possible to pass datepart abbreviations to a function? Pin
J4amieC20-Apr-11 21:49
J4amieC20-Apr-11 21:49 
GeneralRe: Is it possible to pass datepart abbreviations to a function? Pin
Mycroft Holmes20-Apr-11 22:08
professionalMycroft Holmes20-Apr-11 22:08 

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.