Click here to Skip to main content
15,896,154 members
Home / Discussions / Database
   

Database

 
GeneralRe: smarter ways to make a column value unique Pin
George_George14-Jan-09 2:30
George_George14-Jan-09 2:30 
AnswerRe: smarter ways to make a column value unique Pin
Hamid_RT15-Jan-09 2:28
Hamid_RT15-Jan-09 2:28 
QuestionHow to generate XML reoprt programmatically using SQL Server Reporting Services Pin
DipaliG13-Jan-09 18:32
DipaliG13-Jan-09 18:32 
AnswerCross-post Pin
Wendelius13-Jan-09 21:54
mentorWendelius13-Jan-09 21:54 
QuestionSQL Server 2005 query execution time Pin
sujithkumarsl13-Jan-09 18:05
sujithkumarsl13-Jan-09 18:05 
AnswerRe: SQL Server 2005 query execution time Pin
RyanEK13-Jan-09 19:05
RyanEK13-Jan-09 19:05 
GeneralRe: SQL Server 2005 query execution time Pin
sujithkumarsl13-Jan-09 19:07
sujithkumarsl13-Jan-09 19:07 
AnswerRe: SQL Server 2005 query execution time Pin
Wendelius13-Jan-09 21:05
mentorWendelius13-Jan-09 21:05 
It's not possible to say the execution time reliably beforehand since the actual execution time depends on many unpredictable factors (workload, I/O amounts etc.)

However, you can use query governor to prevent the execution for those operations that are estimated to take more time than is acceptable. The limit is defined in seconds. To set the limit for a connection use SET QUERY_GOVERNOR_COST_LIMIT[^]. It can also be limited system wide using sp_configure but that may not necessarily be what you want.

The need to optimize rises from a bad design.My articles[^]

Questionsql group by and minimum Pin
swjam13-Jan-09 15:41
swjam13-Jan-09 15:41 
AnswerRe: sql group by and minimum Pin
Reza Raad13-Jan-09 17:26
Reza Raad13-Jan-09 17:26 
AnswerRe: sql group by and minimum Pin
RyanEK13-Jan-09 17:29
RyanEK13-Jan-09 17:29 
QuestionStored Procedure for Dynamic Table Creation Pin
Sunset Towers13-Jan-09 10:49
Sunset Towers13-Jan-09 10:49 
AnswerRe: Stored Procedure for Dynamic Table Creation Pin
Wendelius13-Jan-09 11:06
mentorWendelius13-Jan-09 11:06 
GeneralRe: Stored Procedure for Dynamic Table Creation Pin
Sunset Towers13-Jan-09 11:55
Sunset Towers13-Jan-09 11:55 
GeneralRe: Stored Procedure for Dynamic Table Creation Pin
Wendelius13-Jan-09 21:50
mentorWendelius13-Jan-09 21:50 
GeneralRe: Stored Procedure for Dynamic Table Creation Pin
Mycroft Holmes14-Jan-09 0:08
professionalMycroft Holmes14-Jan-09 0:08 
QuestionSQL Server 2008 Management Studio Installation Pin
Grapes-R-Fun13-Jan-09 5:57
Grapes-R-Fun13-Jan-09 5:57 
AnswerRe: SQL Server 2008 Management Studio Installation Pin
Wendelius13-Jan-09 6:22
mentorWendelius13-Jan-09 6:22 
GeneralRe: SQL Server 2008 Management Studio Installation Pin
Grapes-R-Fun13-Jan-09 6:41
Grapes-R-Fun13-Jan-09 6:41 
GeneralRe: SQL Server 2008 Management Studio Installation Pin
Wendelius13-Jan-09 7:26
mentorWendelius13-Jan-09 7:26 
AnswerRe: SQL Server 2008 Management Studio Installation Pin
Reza Raad13-Jan-09 17:40
Reza Raad13-Jan-09 17:40 
Questiontry catch in T-SQL Pin
George_George12-Jan-09 21:59
George_George12-Jan-09 21:59 
AnswerRe: try catch in T-SQL Pin
Wendelius12-Jan-09 22:16
mentorWendelius12-Jan-09 22:16 
GeneralRe: try catch in T-SQL Pin
George_George13-Jan-09 0:58
George_George13-Jan-09 0:58 
AnswerRe: try catch in T-SQL Pin
Hamid_RT15-Jan-09 2:28
Hamid_RT15-Jan-09 2:28 

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.