Click here to Skip to main content
15,911,327 members
Home / Discussions / Database
   

Database

 
QuestionCreate Trigger Pin
zafax_21-May-10 13:40
zafax_21-May-10 13:40 
AnswerRe: Create Trigger Pin
Mohsiul Haque21-May-10 22:48
Mohsiul Haque21-May-10 22:48 
GeneralRe: Create Trigger Pin
zafax_27-May-10 6:11
zafax_27-May-10 6:11 
AnswerRe: Create Trigger Pin
Mycroft Holmes23-May-10 4:30
professionalMycroft Holmes23-May-10 4:30 
GeneralRe: Create Trigger Pin
zafax_27-May-10 6:12
zafax_27-May-10 6:12 
QuestionMSSQL query taking too long Pin
Mike Osbahr21-May-10 5:16
Mike Osbahr21-May-10 5:16 
AnswerRe: MSSQL query taking too long Pin
Blue_Boy21-May-10 5:46
Blue_Boy21-May-10 5:46 
AnswerRe: MSSQL query taking too long Pin
David Mujica21-May-10 5:49
David Mujica21-May-10 5:49 
In MS SQL Server Management Studio,

1) create a new query
2) paste the query in the query window
3) under the Query menu select the option to "Include Actual Execution Plan"
4) Execute the query.

Check out the execution plan results and you want to avoid "scans", this means that it is reading the table or index sequentially.

Also under the Query menu, choose the "Include Client Statistics" and check those values for anything that may seem out-of-whack.

Pleasse reply to this posting so that I know if this was helpful.

david
GeneralRe: MSSQL query taking too long Pin
Mike Osbahr25-May-10 3:48
Mike Osbahr25-May-10 3:48 
QuestionHow to create Data Archiving in SQL Server 2005 Pin
Raghu_M21-May-10 5:15
Raghu_M21-May-10 5:15 
AnswerRe: How to create Data Archiving in SQL Server 2005 Pin
Mohsiul Haque21-May-10 22:52
Mohsiul Haque21-May-10 22:52 
AnswerRe: How to create Data Archiving in SQL Server 2005 Pin
Shameel23-May-10 5:11
professionalShameel23-May-10 5:11 
AnswerRe: How to create Data Archiving in SQL Server 2005 Pin
Mycroft Holmes23-May-10 11:15
professionalMycroft Holmes23-May-10 11:15 
Questionan insert query with return value Pin
reza assar20-May-10 22:53
reza assar20-May-10 22:53 
AnswerRe: an insert query with return value Pin
Johan Hakkesteegt21-May-10 0:50
Johan Hakkesteegt21-May-10 0:50 
GeneralRe: an insert query with return value Pin
J4amieC21-May-10 1:28
J4amieC21-May-10 1:28 
GeneralRe: an insert query with return value Pin
Luc Pattyn21-May-10 3:13
sitebuilderLuc Pattyn21-May-10 3:13 
GeneralRe: an insert query with return value Pin
Johan Hakkesteegt21-May-10 3:15
Johan Hakkesteegt21-May-10 3:15 
AnswerRe: an insert query with return value Pin
Tripathi Swati21-May-10 0:52
Tripathi Swati21-May-10 0:52 
GeneralRe: an insert query with return value Pin
J4amieC21-May-10 1:31
J4amieC21-May-10 1:31 
AnswerRe: an insert query with return value Pin
J4amieC21-May-10 1:31
J4amieC21-May-10 1:31 
GeneralRe: an insert query with return value Pin
Luc Pattyn21-May-10 3:16
sitebuilderLuc Pattyn21-May-10 3:16 
GeneralRe: an insert query with return value Pin
Johan Hakkesteegt21-May-10 3:20
Johan Hakkesteegt21-May-10 3:20 
GeneralRe: an insert query with return value Pin
riced21-May-10 4:29
riced21-May-10 4:29 
GeneralRe: an insert query with return value Pin
Luc Pattyn21-May-10 4:30
sitebuilderLuc Pattyn21-May-10 4:30 

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.