Click here to Skip to main content
15,915,611 members
Home / Discussions / Database
   

Database

 
QuestionEmail notificatiion for due date of task Pin
Seema Bawa12-Jan-12 7:20
Seema Bawa12-Jan-12 7:20 
AnswerRe: Email notificatiion for due date of task Pin
Mycroft Holmes12-Jan-12 11:43
professionalMycroft Holmes12-Jan-12 11:43 
QuestionMS-SQL Server querry question Pin
ZGelic12-Jan-12 3:41
ZGelic12-Jan-12 3:41 
AnswerRe: MS-SQL Server querry question Pin
PIEBALDconsult12-Jan-12 9:01
mvePIEBALDconsult12-Jan-12 9:01 
GeneralRe: MS-SQL Server querry question Pin
ZGelic12-Jan-12 11:36
ZGelic12-Jan-12 11:36 
AnswerRe: MS-SQL Server querry question Pin
sri08018819-Jan-12 0:26
sri08018819-Jan-12 0:26 
QuestionMaking my DB faster Pin
Dewald12-Jan-12 3:37
Dewald12-Jan-12 3:37 
AnswerSQL Server Profiler Pin
David Mujica12-Jan-12 3:58
David Mujica12-Jan-12 3:58 
From the SQL Server Management Studio, under the Tools menu, you will find "SQL Server Profiler".

Use this tool to see exactly what SQL statements are being run, then take those statements and run them in the SQL Server Manager, and under the Query menu click on the "Include Actual Execution Plan".

After running the query it will show you whether or not an index is used, which tables (or indexes) are being scanned, etc.

Cool stuff.

Good luck.
Thumbs Up | :thumbsup:
GeneralRe: SQL Server Profiler Pin
Dewald12-Jan-12 4:03
Dewald12-Jan-12 4:03 
AnswerRe: Making my DB faster Pin
Shameel13-Jan-12 9:04
professionalShameel13-Jan-12 9:04 
Questionarray or new table for every user , which one ? Pin
kozmikadam11-Jan-12 21:22
professionalkozmikadam11-Jan-12 21:22 
AnswerRe: array or new table for every user , which one ? PinPopular
Wayne Gaylard11-Jan-12 22:38
professionalWayne Gaylard11-Jan-12 22:38 
GeneralRe: array or new table for every user , which one ? Pin
kozmikadam12-Jan-12 0:07
professionalkozmikadam12-Jan-12 0:07 
GeneralRe: array or new table for every user , which one ? Pin
Wayne Gaylard12-Jan-12 0:10
professionalWayne Gaylard12-Jan-12 0:10 
GeneralRe: array or new table for every user , which one ? Pin
Shameel13-Jan-12 9:06
professionalShameel13-Jan-12 9:06 
QuestionHow to Insert Record In MYSQL Pin
Anubhava Dimri11-Jan-12 19:19
Anubhava Dimri11-Jan-12 19:19 
AnswerRe: How to Insert Record In MYSQL Pin
Wayne Gaylard11-Jan-12 22:20
professionalWayne Gaylard11-Jan-12 22:20 
AnswerRe: How to Insert Record In MYSQL Pin
SilimSayo12-Jan-12 5:53
SilimSayo12-Jan-12 5:53 
GeneralRe: How to Insert Record In MYSQL Pin
Shameel13-Jan-12 9:08
professionalShameel13-Jan-12 9:08 
AnswerRe: How to Insert Record In MYSQL Pin
sri08018819-Jan-12 0:27
sri08018819-Jan-12 0:27 
QuestionSum the Counts Pin
Elizabeth Rani8-Jan-12 23:12
Elizabeth Rani8-Jan-12 23:12 
AnswerRe: Sum the Counts Pin
Mycroft Holmes8-Jan-12 23:51
professionalMycroft Holmes8-Jan-12 23:51 
QuestionDatabase Restor Pin
Danzy838-Jan-12 8:05
Danzy838-Jan-12 8:05 
AnswerRe: Database Restor Pin
manognya kota8-Jan-12 22:35
manognya kota8-Jan-12 22:35 
AnswerRe: Database Restor Pin
Eddy Vluggen9-Jan-12 8:05
professionalEddy Vluggen9-Jan-12 8:05 

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.