Viewing 15 posts - 7,261 through 7,275 (of 8,416 total)
GSquared (8/24/2009)
Lynn Pettis (8/24/2009)
Looks like he's been on. Changed his name to Express12. Like that will keep him off peoples radar! 😉
I don't think anyone yet has accused...
August 25, 2009 at 5:50 am
Gail,
I think you have mis-read one or more posts at some stage.
My points about ANSI_NULL and the Constant Scan iterator quoted this code:
select * from sys.databases where name not in...
August 18, 2009 at 6:25 am
Jeff Moden (8/17/2009)
Grant Fritchey (8/17/2009)
August 17, 2009 at 9:27 pm
playm77 (8/17/2009)
If you mean port 1433 as used by a default instance of SQL Server, then no.
If you mean that each named instance should...
August 17, 2009 at 5:22 pm
GilaMonster (8/17/2009)
Paul White (8/16/2009)
The behaviour of the second statement rather depends on the setting of ANSI_NULLS.
Considering I never switch it off, anything I post about nulls can be assumed...
August 17, 2009 at 5:17 pm
rja.carnegie (8/17/2009)
August 17, 2009 at 7:18 am
GilaMonster (8/16/2009)
I need to correct myself here. Surprised no one picked up on this....
I think I posted something about the query missing table aliases so it wasn't clear which column...
August 16, 2009 at 4:06 pm
Elliott W (8/14/2009)
I think that the definition of default port precludes much of your post, SQL's default port is 1433, if you are using dynamic port allocation there really isn't...
August 15, 2009 at 12:15 am
Depends what you mean by "default port".
If you mean port 1433 as used by a default instance of SQL Server, then no.
If you mean that each named instance should listen...
August 14, 2009 at 4:28 am
Jeff Moden (8/13/2009)
rja.carnegie (8/10/2009)
Last I heard, SELECT @variable1 = expression, @variable2 = expression, ... ; is deprecated.
For me, that would really be a bad thing. Do you happen to...
August 14, 2009 at 1:12 am
Here's a script you can use to experiment:
USE tempdb;
GO
SET NOCOUNT ON;
GO
-- Add one row (will fit on one page)
CREATE TABLE dbo.AllocationTest (row_id INTEGER IDENTITY, col1 CHAR(8000) NOT NULL);
DBCC TRACEON (1118,...
August 13, 2009 at 5:10 am
rja.carnegie (8/13/2009)
August 13, 2009 at 5:04 am
GilaMonster (8/13/2009)
Paul White (8/13/2009)
Kalen made a similar error: http://sqlblog.com/blogs/kalen_delaney/archive/2006/10/23/328.aspx. Perhaps you were thinking along the same lines.
Reading carefully, she hasn't made an error, but it's easy to draw an...
August 13, 2009 at 4:33 am
Viewing 15 posts - 7,261 through 7,275 (of 8,416 total)