Click here to Skip to main content
15,898,944 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQLite: Correlated "EXISTS" vs uncorrelated "IN" Pin
Jörgen Andersson13-Mar-16 11:00
professionalJörgen Andersson13-Mar-16 11:00 
AnswerRe: SQLite: Correlated "EXISTS" vs uncorrelated "IN" Pin
Midi_Mick14-Mar-16 2:25
professionalMidi_Mick14-Mar-16 2:25 
QuestionUnable to write data on to the Excel Pin
indian1438-Mar-16 7:40
indian1438-Mar-16 7:40 
AnswerRe: Unable to write data on to the Excel Pin
indian1438-Mar-16 12:34
indian1438-Mar-16 12:34 
GeneralRe: Unable to write data on to the Excel Pin
Mycroft Holmes8-Mar-16 13:17
professionalMycroft Holmes8-Mar-16 13:17 
GeneralRe: Unable to write data on to the Excel Pin
indian1439-Mar-16 4:19
indian1439-Mar-16 4:19 
GeneralRe: Unable to write data on to the Excel - Resolved Pin
indian1439-Mar-16 7:19
indian1439-Mar-16 7:19 
GeneralRe: Unable to write data on to the Excel - limitation Pin
indian1439-Mar-16 10:38
indian1439-Mar-16 10:38 
QuestionMigrate columns which have carriage return and line feed Pin
indian1437-Mar-16 12:02
indian1437-Mar-16 12:02 
AnswerRe: Migrate columns which have carriage return and line feed Pin
Richard MacCutchan7-Mar-16 22:04
mveRichard MacCutchan7-Mar-16 22:04 
QuestionRe: Migrate columns which have carriage return and line feed Pin
CHill608-Mar-16 2:26
mveCHill608-Mar-16 2:26 
AnswerRe: Migrate columns which have carriage return and line feed Pin
indian1438-Mar-16 7:36
indian1438-Mar-16 7:36 
QuestionHow to store procedure or function to use in asp.net Pin
hmanhha4-Mar-16 15:52
hmanhha4-Mar-16 15:52 
AnswerRe: How to store procedure or function to use in asp.net Pin
Richard MacCutchan4-Mar-16 22:22
mveRichard MacCutchan4-Mar-16 22:22 
QuestionHow to get exactly date from Oracle Link DB in SQL server. Pin
hmanhha3-Mar-16 16:07
hmanhha3-Mar-16 16:07 
AnswerRe: How to get exactly date from Oracle Link DB in SQL server. Pin
Mycroft Holmes3-Mar-16 19:18
professionalMycroft Holmes3-Mar-16 19:18 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
hmanhha3-Mar-16 22:53
hmanhha3-Mar-16 22:53 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
Richard MacCutchan3-Mar-16 23:22
mveRichard MacCutchan3-Mar-16 23:22 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
Mycroft Holmes4-Mar-16 12:52
professionalMycroft Holmes4-Mar-16 12:52 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
hmanhha6-Mar-16 16:52
hmanhha6-Mar-16 16:52 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
Mycroft Holmes6-Mar-16 19:56
professionalMycroft Holmes6-Mar-16 19:56 
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
hmanhha6-Mar-16 22:09
hmanhha6-Mar-16 22:09 
Now I Use T-SQL

select
Moto.ne_code,

Moto.sta_datetime,

convert(varchar(10),sta_datetime,111) as Sdate,
convert(time,sta_datetime) as S_Time,
Moto.province_id,
Moto.ne_id,
bss_cssr cssrv1,
tchtc traffic,
cssr cssrv2,
hosr_v2 hosrv2,
dropc dcr,
dcr_v2 dcrv2,
cavl calvol,
hansr hosr,
tchblor tchblr,
sdcchbr sdcchblkr


from OracleDBLink
where

convert(varchar(10),sta_datetime,111) = CONVERT(varchar(10), getdate()-1,111)
and ((bss_cssr <=95) or (dropc>=3) or (hansr<=95)) and cavl>=50

it seem to be OK get the result as I Want.

But I can Put it in the View.
I Want to creat a job to do it everytime
GeneralRe: How to get exactly date from Oracle Link DB in SQL server. Pin
Jörgen Andersson7-Mar-16 6:35
professionalJörgen Andersson7-Mar-16 6:35 
QuestionConvert Text to datetime Pin
Jassim Rahma2-Mar-16 10:29
Jassim Rahma2-Mar-16 10:29 
AnswerRe: Convert Text to datetime Pin
NickPace2-Mar-16 12:28
NickPace2-Mar-16 12:28 

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.