Viewing 15 posts - 1,096 through 1,110 (of 5,356 total)
Oops, reread your question, I guess, you already know this article ![]()
January 24, 2005 at 2:44 pm
Yes, there is actually an article in BOL that might help here:
Search for "error logs"->"severity levels".
![]()
January 24, 2005 at 2:42 pm
David, wtf are you doing online here at almost a quarter past ten in the evenings??? ![]()
I thought I am the only European who...
January 24, 2005 at 2:27 pm
No! I really don't think so!
I think people join such groups in order to get entertained, educated and things like that for *free*. They only want to consume passively. No community...
January 24, 2005 at 2:16 pm
John,
for your future postings here, please refrain from posting the same question in multiple fora. http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=169&messageid=157096
Most members follow all fora, so there is no need for it. It actually...
January 24, 2005 at 2:04 pm
A virtual friend of mine, SQL Server MVP Erland Sommarskog, has dedicated a separate chapter on the use of dynamic SQL and cursors here http://www.sommarskog.se/dynamic_sql.html
See if that is what you...
January 24, 2005 at 1:55 pm
Just to add to Remi:
Read http://www.sommarskog.se/dynamic_sql.html . Erland's (he is one of the very few knowledgeable SQL Server MVP's IMHO) message should be very clear. Avoid dynamic SQL whereever you...
January 24, 2005 at 1:52 pm
See if this helps:
http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part3/c1161.mspx
January 24, 2005 at 1:47 pm
Don't know if this applies:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;838840
If not, maybe you want to search my site for "analysis". Should return 31 hits back to KB, MSDN and TechNet. Maybe it helps a...
January 24, 2005 at 1:44 pm
See if this helps:
http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part3/c1161.mspx
January 24, 2005 at 1:27 pm
If I understand you right, see if this helps:
http://www.davidpenton.com/testsite/scratch/adodb.command3.asp
January 24, 2005 at 1:26 pm
Nicolas, if you could post a script that will create a trigger on sysobjects, that would be very good of you. AFAIK, it is not possible to create such a trigger...
January 24, 2005 at 1:22 pm
I never experienced any problems getting books, mags, training or whatsoever. I am pretty much a profit center of my own, meaning I am responsible for the costs I produce. I...
January 24, 2005 at 1:14 pm
See if this helps: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=156835
January 24, 2005 at 1:07 pm
USE tempdb
CREATE TABLE #t
(
c1 VARCHAR DEFAULT ''
)
INSERT INTO #t DEFAULT VALUES
SELECT * FROM #t
DROP TABLE #t
works for me. However, I think you're doing this with EM. In that case, you...
January 24, 2005 at 1:00 pm
Viewing 15 posts - 1,096 through 1,110 (of 5,356 total)