Viewing 15 posts - 2,461 through 2,475 (of 3,348 total)
CavyPrincess (12/10/2010)
December 10, 2010 at 8:40 am
cengland0 (12/10/2010)
December 10, 2010 at 8:34 am
cengland0 (12/10/2010)
Set @strSQL = 'Create table #tmp (id int)Insert into #tmp(id) values (1)'
I knew this had to cause...
December 10, 2010 at 3:27 am
I almost completely agree with Gail's comments.
Shrinking should not be removed. There are situations where a database has suffered exceptional growth, and there is no need to keep that space...
December 10, 2010 at 2:17 am
da-zero (12/10/2010)
(but it surprises me that apparently 78% -for the moment- know the exact error message!)
Well, I don't know about others, but for me this is one of the more...
December 10, 2010 at 2:09 am
kevin.l.williams (12/9/2010)
By the way, how many of you read the forum comments and stop after you get to Hugo's? 🙂
:laugh:
If that number is significantly large, I'll have to consider postponing...
December 9, 2010 at 11:43 am
WayneS (12/9/2010)
While reading through this, I kept asking myself "What is the author trying to teach?". Unfortunately, I never did get a good answer to my question...
He did tell us...
December 9, 2010 at 5:22 am
steven.malone (12/7/2010)
ISNUMERIC functions perfectly. Every example given is, in fact, a valid numeric.
Ummm... I think you missed where we discussed two commas in a row with no numbers
select isnumeric(',,')
-----------
1
(1...
December 7, 2010 at 6:34 am
Mike McIver (12/7/2010)
This article is an example of how poor coding propagates.
I have to disagree.
Yes, you are right - all the examples are indeed valid string representations of a value...
December 7, 2010 at 4:30 am
SanDroid (12/6/2010)
Hugo Kornelis (12/6/2010)
December 6, 2010 at 4:32 pm
Nils Gustav Stråbø (12/6/2010)
Is it just me, or is there a bug in SQL Server when ANSI_PADDING is OFF (not that I've ever used it)?
(... snip ...)
I suspect...
December 6, 2010 at 4:28 pm
Tough question, but also a good question. Well done, Ron!
Two minor issues:
1. The documentation link points to the description for SQL Server 2000. This behaviour has not been changed in...
December 6, 2010 at 3:22 am
You're doing nothing wrong. This is the expected and documented behaviour for sys.tables.
Note that this discussion is about the system stored procedure sp_tables, not about the catalog view sys.tables.
December 2, 2010 at 12:20 pm
Viewing 15 posts - 2,461 through 2,475 (of 3,348 total)