Click here to Skip to main content
15,894,180 members
Home / Discussions / Database
   

Database

 
GeneralRe: unicode problem Pin
.NetRams13-Feb-07 1:53
.NetRams13-Feb-07 1:53 
QuestionExpensive Update Pin
Brady Kelly12-Feb-07 22:15
Brady Kelly12-Feb-07 22:15 
QuestionRe: Expensive Update Pin
andyharman12-Feb-07 22:27
professionalandyharman12-Feb-07 22:27 
AnswerRe: Expensive Update Pin
Colin Angus Mackay12-Feb-07 22:35
Colin Angus Mackay12-Feb-07 22:35 
AnswerRe: Expensive Update Pin
Pete O'Hanlon12-Feb-07 22:43
mvePete O'Hanlon12-Feb-07 22:43 
GeneralRe: Expensive Update Pin
Brady Kelly12-Feb-07 22:49
Brady Kelly12-Feb-07 22:49 
Questioncreating view for Month filter facility Pin
rrrriiizz12-Feb-07 21:43
rrrriiizz12-Feb-07 21:43 
AnswerRe: creating view for Month filter facility [modified] Pin
Krish - KP13-Feb-07 2:59
Krish - KP13-Feb-07 2:59 
while fetching from SQL Server it is possible, to filter for a specific month & year.

for example
if the modify_dt is the column with datetime datatype
where clause for fetching this can be
1. WHERE modify_dt BETWEEN <frmdt> AND <enddt>
2. WHERE month(modify_dt) = <mth> AND year(modify_dt) = <yr>
if is for previous month (current month is Feb then prev. is Jan)
WHERE month(modify_dt) = month(getdate) - 1
AND year(modify_dt) = year(getdate())



-- modified at 22:45 Tuesday 13th February, 2007
GeneralRe: creating view for Month filter facility Pin
rrrriiizz13-Feb-07 19:36
rrrriiizz13-Feb-07 19:36 
GeneralRe: creating view for Month filter facility Pin
Krish - KP15-Feb-07 3:14
Krish - KP15-Feb-07 3:14 
Questionexplicit way of triming string parameter Pin
firestoper12-Feb-07 20:16
firestoper12-Feb-07 20:16 
AnswerRe: explicit way of triming string parameter Pin
Sylvester george13-Feb-07 0:36
Sylvester george13-Feb-07 0:36 
GeneralRe: explicit way of triming string parameter Pin
firestoper13-Feb-07 14:40
firestoper13-Feb-07 14:40 
QuestionSQL and Images Pin
Illegal Operation12-Feb-07 19:11
Illegal Operation12-Feb-07 19:11 
AnswerRe: SQL and Images Pin
Pete O'Hanlon12-Feb-07 22:42
mvePete O'Hanlon12-Feb-07 22:42 
QuestionTrouble using DTSWizard.exe to Import data into SQL Database Pin
9llla12-Feb-07 13:47
9llla12-Feb-07 13:47 
AnswerRe: Trouble using DTSWizard.exe to Import data into SQL Database Pin
andyharman12-Feb-07 23:03
professionalandyharman12-Feb-07 23:03 
Questionrename the existed excel worksheet name Pin
JaneQuestion12-Feb-07 13:33
JaneQuestion12-Feb-07 13:33 
AnswerRe: rename the existed excel worksheet name Pin
Krish - KP12-Feb-07 16:55
Krish - KP12-Feb-07 16:55 
QuestionConnection to Internal Access DB from External Host Pin
Aaron S.12-Feb-07 11:03
Aaron S.12-Feb-07 11:03 
AnswerRe: Connection to Internal Access DB from External Host Pin
Rob Graham12-Feb-07 11:41
Rob Graham12-Feb-07 11:41 
Questionhow do select 10 special records Pin
mehran.asg12-Feb-07 10:09
mehran.asg12-Feb-07 10:09 
AnswerRe: how do select 10 special records Pin
Christian Graus12-Feb-07 10:19
protectorChristian Graus12-Feb-07 10:19 
QuestionThe multi-part identifier "..." could not be bound. Pin
Quecumber25612-Feb-07 8:27
Quecumber25612-Feb-07 8:27 
AnswerRe: The multi-part identifier "..." could not be bound. Pin
Rob Graham12-Feb-07 8:42
Rob Graham12-Feb-07 8:42 

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.