Click here to Skip to main content
15,895,606 members
Home / Discussions / Database
   

Database

 
GeneralRe: Saving date time! Pin
Shahzad.Aslam18-Oct-06 20:53
Shahzad.Aslam18-Oct-06 20:53 
AnswerRe: Saving date time! Pin
Mike Dimmick19-Oct-06 6:53
Mike Dimmick19-Oct-06 6:53 
AnswerRe: Saving date time! Pin
BlueBrother19-Oct-06 8:28
BlueBrother19-Oct-06 8:28 
QuestionTo find dependencies of a table Pin
rahuljosh007200017-Oct-06 18:22
rahuljosh007200017-Oct-06 18:22 
AnswerRe: To find dependencies of a table Pin
Aby Thomas Varghese18-Oct-06 9:13
Aby Thomas Varghese18-Oct-06 9:13 
GeneralRe: To find dependencies of a table Pin
rahuljosh007200018-Oct-06 21:03
rahuljosh007200018-Oct-06 21:03 
Questionsaving tables that are generated by queries as HTML file or sub-tables Pin
miamikk17-Oct-06 11:15
miamikk17-Oct-06 11:15 
AnswerRe: saving tables that are generated by queries as HTML file or sub-tables Pin
Michael Potter17-Oct-06 12:04
Michael Potter17-Oct-06 12:04 
Run the query through a SQL Profiler and optimize. 3 to 4 minutes is way to long for such a simplistic query. Just a guess:
CREATE INDEX
    MonthCountry_IDX
ON 
    MyTradeTable
    (
         Month,
         Country
    )

I am assuming you have fewer unique [Month] rows than unique [Country] rows.

I would do pre-processing as a last resort. It creates on-going maintenance issues.
GeneralRe: saving tables that are generated by queries as HTML file or sub-tables Pin
miamikk17-Oct-06 12:20
miamikk17-Oct-06 12:20 
GeneralRe: saving tables that are generated by queries as HTML file or sub-tables Pin
Eric Dahlvang18-Oct-06 3:09
Eric Dahlvang18-Oct-06 3:09 
GeneralRe: saving tables that are generated by queries as HTML file or sub-tables Pin
miamikk18-Oct-06 4:10
miamikk18-Oct-06 4:10 
GeneralRe: saving tables that are generated by queries as HTML file or sub-tables Pin
Eric Dahlvang18-Oct-06 5:02
Eric Dahlvang18-Oct-06 5:02 
GeneralRe: saving tables that are generated by queries as HTML file or sub-tables Pin
Michael Potter18-Oct-06 3:34
Michael Potter18-Oct-06 3:34 
GeneralRe: saving tables that are generated by queries as HTML file or sub-tables Pin
miamikk18-Oct-06 4:16
miamikk18-Oct-06 4:16 
GeneralRe: saving tables that are generated by queries as HTML file or sub-tables Pin
Michael Potter18-Oct-06 4:46
Michael Potter18-Oct-06 4:46 
QuestionClearing the LOG file ?!! Pin
devboycpp17-Oct-06 8:18
devboycpp17-Oct-06 8:18 
AnswerRe: Clearing the LOG file ?!! Pin
Mike Dimmick17-Oct-06 11:37
Mike Dimmick17-Oct-06 11:37 
QuestionSelect statement on Cursor Pin
Jens Meyer17-Oct-06 4:27
Jens Meyer17-Oct-06 4:27 
AnswerRe: Access or SQL Express?? Pin
Jim Conigliaro17-Oct-06 4:26
Jim Conigliaro17-Oct-06 4:26 
AnswerRe: Access or SQL Express?? Pin
stevehnsn17-Oct-06 15:53
stevehnsn17-Oct-06 15:53 
QuestionAccess or SQL Express?? Pin
quinton.nel17-Oct-06 0:25
quinton.nel17-Oct-06 0:25 
AnswerRe: Access or SQL Express?? Pin
Colin Angus Mackay17-Oct-06 0:59
Colin Angus Mackay17-Oct-06 0:59 
GeneralRe: Access or SQL Express?? Pin
quinton.nel17-Oct-06 1:21
quinton.nel17-Oct-06 1:21 
GeneralRe: Access or SQL Express?? Pin
Jerry Hammond18-Oct-06 4:13
Jerry Hammond18-Oct-06 4:13 
QuestionBrackets around column names? Pin
quinton.nel16-Oct-06 23:47
quinton.nel16-Oct-06 23:47 

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.