Click here to Skip to main content
16,004,882 members
Home / Discussions / Database
   

Database

 
AnswerRe: Exporting only Defination not data Pin
Mike Osbahr26-May-10 2:17
Mike Osbahr26-May-10 2:17 
AnswerRe: Exporting only Defination not data Pin
Wayne Gaylard26-May-10 15:45
professionalWayne Gaylard26-May-10 15:45 
AnswerRe: Exporting only Defination not data Pin
SomeGuyThatIsMe27-May-10 2:03
SomeGuyThatIsMe27-May-10 2:03 
AnswerRe: Exporting only Defination not data Pin
Md. Marufuzzaman28-May-10 20:05
professionalMd. Marufuzzaman28-May-10 20:05 
QuestionA tale of two queries [solved] Pin
Mike Osbahr25-May-10 7:47
Mike Osbahr25-May-10 7:47 
AnswerRe: A tale of two queries Pin
Chris Meech25-May-10 8:01
Chris Meech25-May-10 8:01 
GeneralRe: A tale of two queries Pin
Mike Osbahr25-May-10 8:13
Mike Osbahr25-May-10 8:13 
AnswerInclude actual execution plan Pin
David Mujica25-May-10 8:06
David Mujica25-May-10 8:06 
In SQL Server Management studio, under the query menu, select the option to "Include Actual execution Plan" and run your query again.

You want to see lots of seeks and no scans. Scans indicate it is reading the table or index from top to bottom.

give it a shot
GeneralRe: Include actual execution plan Pin
Mike Osbahr25-May-10 8:17
Mike Osbahr25-May-10 8:17 
QuestionRe: A tale of two queries - profiled [modified] Pin
Mike Osbahr25-May-10 10:13
Mike Osbahr25-May-10 10:13 
QuestionRe: A tale of two queries - profiled Pin
Mike Osbahr26-May-10 3:28
Mike Osbahr26-May-10 3:28 
AnswerRe: A tale of two queries Pin
Mike Osbahr26-May-10 4:16
Mike Osbahr26-May-10 4:16 
GeneralRe: A tale of two queries Pin
Tim Carmichael26-May-10 8:29
Tim Carmichael26-May-10 8:29 
QuestionMSSQL 2005 Drop / Create [Answered] Pin
Mike Osbahr25-May-10 4:44
Mike Osbahr25-May-10 4:44 
AnswerRe: MSSQL 2005 Drop / Create Pin
Simon_Whale25-May-10 4:54
Simon_Whale25-May-10 4:54 
GeneralRe: MSSQL 2005 Drop / Create Pin
Mike Osbahr25-May-10 4:56
Mike Osbahr25-May-10 4:56 
GeneralRe: MSSQL 2005 Drop / Create Pin
Simon_Whale25-May-10 4:58
Simon_Whale25-May-10 4:58 
GeneralRe: MSSQL 2005 Drop / Create Pin
Mike Osbahr25-May-10 5:03
Mike Osbahr25-May-10 5:03 
AnswerRe: MSSQL 2005 Drop / Create [Answered] Pin
Bernhard Hiller25-May-10 20:58
Bernhard Hiller25-May-10 20:58 
QuestionRe: MSSQL 2005 Drop / Create [Answered] Pin
Mike Osbahr26-May-10 2:13
Mike Osbahr26-May-10 2:13 
QuestionSQL Server 2003 Full! Pin
Roger Wright24-May-10 9:58
professionalRoger Wright24-May-10 9:58 
AnswerRe: SQL Server 2003 Full! Pin
Luc Pattyn24-May-10 11:06
sitebuilderLuc Pattyn24-May-10 11:06 
GeneralRe: SQL Server 2003 Full! Pin
Roger Wright24-May-10 13:10
professionalRoger Wright24-May-10 13:10 
GeneralRe: SQL Server 2003 Full! Pin
Luc Pattyn24-May-10 13:17
sitebuilderLuc Pattyn24-May-10 13:17 
AnswerRe: SQL Server 2003 Full! Pin
T M Gray24-May-10 11:17
T M Gray24-May-10 11:17 

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.