Viewing 15 posts - 1 through 15 (of 35 total)
great, thanks for the answer, this will be my first time using this method ( STUFF)
November 3, 2011 at 2:46 am
guys i think i did it,
SELECT nkey,
(SELECT msg + '|'
FROM #tmpdata r2
WHERE r2.nkey = r1.nkey
ORDER BY msg
FOR XML PATH('')) AS fmsg
FROM #tmpdata r1
GROUP BY nkey
but my problem is that at...
November 3, 2011 at 2:11 am
i think that would be enough for the report, thanks for the help 🙂
October 13, 2011 at 8:34 pm
so far, i found this, dbcc log, but not sure if i can get an info regarding user that created or modify stored procedure.
October 13, 2011 at 12:59 am
sorry for that, the audit is for our sql server 2000 🙁
October 13, 2011 at 12:20 am
any help guys? i really need to know this, because i have to submit a report that list down all stored proc with the user that created it.
October 12, 2011 at 8:02 pm
that's great, thank you very much, thanks guys for all that information!
October 12, 2011 at 4:14 am
i noticed you guys used a different condition statement by using BETWEEN condition and >= <
Is there a difference in performance? given the table has the right indexes.
October 12, 2011 at 2:57 am
thanks for the reply, so meaning, it's all about knowing the expected length of the value. But is there an impact if I always set the ANSI_PADDING to OFF?
October 12, 2011 at 1:32 am
i learn a lot today, thanks for all that answer 🙂
September 26, 2011 at 11:04 am
thanks guys for all the answers.
Sorry if my example is not that clear. My example assume that all are the same (same number of records, indexes, where clause). Honeslty I'm...
September 26, 2011 at 9:13 am
thanks for the link, sorry if my question is not clear, i have sysadmin role so what i want is to decrypt the stored proc in a standard way of...
July 5, 2011 at 7:37 pm
hakimali (5/17/2011)
May 17, 2011 at 10:31 pm
Ninja's_RGR'us (5/16/2011)
I think he needs to find all the varchar variables and change them to nvarchar.
Thanks to all that reply to this post.
Yes you are correct. I need to change...
May 16, 2011 at 10:51 pm
Viewing 15 posts - 1 through 15 (of 35 total)