Click here to Skip to main content
15,908,776 members
Home / Discussions / Database
   

Database

 
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 
Why?

I would suspect there isn't one.

If you are attempting SQL independence that means you can't use stored procs and must be using another language to wrap it, so just use that language to extract the month.

If using in a where clause then construct an appropriate timestamp value that represents a month range. This has the advantage that it is probably faster as well.
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 
AnswerRe: Using the same table more than once in a SQL View Pin
Wayne Gaylard19-Apr-11 21:20
professionalWayne Gaylard19-Apr-11 21:20 
GeneralRe: Using the same table more than once in a SQL View [modified] Pin
Etienne_12319-Apr-11 23:37
Etienne_12319-Apr-11 23:37 
AnswerRe: Using the same table more than once in a SQL View Pin
Mycroft Holmes20-Apr-11 12:52
professionalMycroft Holmes20-Apr-11 12:52 

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.