Click here to Skip to main content
15,886,199 members
Home / Discussions / Database
   

Database

 
GeneralRe: Relational databases, XML, or OLAP? Pin
James Shao30-Nov-09 12:04
James Shao30-Nov-09 12:04 
Questionvalidate name with no space? Pin
LTMKH27-Nov-09 15:59
LTMKH27-Nov-09 15:59 
AnswerRe: validate name with no space? Pin
Shameel27-Nov-09 20:09
professionalShameel27-Nov-09 20:09 
QuestionArrange database Column entries by ascending order. Pin Pin
jeshra27927-Nov-09 4:20
jeshra27927-Nov-09 4:20 
AnswerRe: Arrange database Column entries by ascending order. Pin Pin
Ashfield27-Nov-09 4:52
Ashfield27-Nov-09 4:52 
AnswerRe: Arrange database Column entries by ascending order. Pin Pin
Niladri_Biswas27-Nov-09 20:02
Niladri_Biswas27-Nov-09 20:02 
GeneralRe: Arrange database Column entries by ascending order. Pin Pin
jeshra27930-Nov-09 6:45
jeshra27930-Nov-09 6:45 
Questionadding SET NOCOUNT ON to large number of stored procedures [modified] Pin
T210226-Nov-09 19:42
T210226-Nov-09 19:42 
What's a good way to modify a large number of stored procedures? I took over a project that is not using SET NOCOUNT ON, i.e. the following query returns several hundred rows.

SELECT Distinct SO.Name, SC.TEXT
FROM sysobjects SO (NOLOCK)
INNER JOIN syscomments SC (NOLOCK) on SO.Id = SC.ID
AND SO.Type = 'P'
AND SC.colid=1 --multiple colid's are utilized when the procedures text is very long
AND NOT UPPER(SC.TEXT) LIKE '%SET NOCOUNT ON%'
ORDER BY SO.Name

modified on Friday, November 27, 2009 2:17 AM

AnswerRe: adding SET NOCOUNT ON to large number of stored procedures Pin
Vimalsoft(Pty) Ltd26-Nov-09 22:05
professionalVimalsoft(Pty) Ltd26-Nov-09 22:05 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
T210226-Nov-09 22:29
T210226-Nov-09 22:29 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
Vimalsoft(Pty) Ltd26-Nov-09 22:43
professionalVimalsoft(Pty) Ltd26-Nov-09 22:43 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
ScottM126-Nov-09 22:51
ScottM126-Nov-09 22:51 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
Vimalsoft(Pty) Ltd26-Nov-09 22:52
professionalVimalsoft(Pty) Ltd26-Nov-09 22:52 
AnswerRe: adding SET NOCOUNT ON to large number of stored procedures Pin
ScottM126-Nov-09 22:59
ScottM126-Nov-09 22:59 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
David Skelly27-Nov-09 1:51
David Skelly27-Nov-09 1:51 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
ScottM127-Nov-09 1:58
ScottM127-Nov-09 1:58 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
T210227-Nov-09 3:31
T210227-Nov-09 3:31 
AnswerRe: adding SET NOCOUNT ON to large number of stored procedures Pin
Giorgi Dalakishvili27-Nov-09 2:28
mentorGiorgi Dalakishvili27-Nov-09 2:28 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
T21022-Dec-09 3:15
T21022-Dec-09 3:15 
QuestionCan't define full-text index in Microsoft Sql Server 2008 Pin
fiaolle26-Nov-09 8:50
fiaolle26-Nov-09 8:50 
AnswerRe: Can't define full-text index in Microsoft Sql Server 2008 Pin
The Man from U.N.C.L.E.26-Nov-09 11:26
The Man from U.N.C.L.E.26-Nov-09 11:26 
GeneralRe: Can't define full-text index in Microsoft Sql Server 2008 Pin
fiaolle26-Nov-09 20:04
fiaolle26-Nov-09 20:04 
QuestionADO question moved to .NET forum Pin
T210225-Nov-09 19:58
T210225-Nov-09 19:58 
AnswerWrong Forum Pin
dan!sh 25-Nov-09 20:05
professional dan!sh 25-Nov-09 20:05 
Questiontable normalization Pin
netJP12L25-Nov-09 18:47
netJP12L25-Nov-09 18: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.