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

Database

 
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 
NTheOne wrote:
I want a common function for the same which works both in SQL Server as well Oracle.

Good luck with that. They are different databases using different sql dialects (TSQL and PLSQL) what makes you thinks there is or should be a common function in each dialect. You are going to have to code around the differences and detect the type of database you are working against.

[edit]
One way would be to code your own function in each database and use the same name. Functions are on a roll this morning.
[/edit]
Never underestimate the power of human stupidity
RAH

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 
GeneralRe: Is it possible to pass datepart abbreviations to a function? Pin
J4amieC20-Apr-11 22:14
J4amieC20-Apr-11 22:14 
GeneralRe: Is it possible to pass datepart abbreviations to a function? Pin
J4amieC20-Apr-11 22:17
J4amieC20-Apr-11 22:17 
AnswerRe: Is it possible to pass datepart abbreviations to a function? Pin
PIEBALDconsult20-Apr-11 3:02
mvePIEBALDconsult20-Apr-11 3:02 
GeneralRe: Is it possible to pass datepart abbreviations to a function? Pin
J4amieC20-Apr-11 3:18
J4amieC20-Apr-11 3:18 
GeneralRe: Is it possible to pass datepart abbreviations to a function? Pin
PIEBALDconsult20-Apr-11 14:50
mvePIEBALDconsult20-Apr-11 14:50 
AnswerRe: Is it possible to pass datepart abbreviations to a function? Pin
jschell20-Apr-11 8:08
jschell20-Apr-11 8:08 
QuestionUsing the same table more than once in a SQL View Pin
Etienne_12319-Apr-11 20:53
Etienne_12319-Apr-11 20:53 
AnswerRe: Using the same table more than once in a SQL View Pin
loveangel88819-Apr-11 21:13
loveangel88819-Apr-11 21:13 

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.