Viewing 15 posts - 376 through 390 (of 454 total)
send2vic (5/12/2010)
According to msdn it is supported in SQL Server Enterprise 2005"Peer-to-peer replication is available only in SQL Server 2005 Enterprise Edition."
http://msdn.microsoft.com/en-us/library/ms151196(SQL.90).aspx
This is true. But since the question...
May 12, 2010 at 7:25 am
Paul White NZ (5/3/2010)
@sknox:I laughed when I saw Hugo's :Whistling: reply.
Paul
So did I ... AFTER I'd already posted my reply. Oh, the wonders of asynchronous operations!
May 4, 2010 at 7:24 am
Paul White NZ (5/3/2010)
Hugo Kornelis (5/3/2010)
Using ISNULL can work around this - although the result is admittedly not trivial to understand:AND NULLIF(Column1, Column2) IS NULL
AND NULLIF(Column2, Column1) IS NULL
:w00t: ...
May 3, 2010 at 10:15 am
Good article. One thing I noticed is that you're using a contiguous identity for your tests, but relying on ROW_NUMBER() for the paging.
I'm assuming that ROW_NUMBER() is used because you're...
April 26, 2010 at 7:40 am
David Walker-278941 (4/22/2010)
sknox (4/22/2010)
This is also why (I believe) the compression results in faster backup and access times -- the bottleneck in this particular test is the disk array.
I think...
April 23, 2010 at 8:32 am
David Walker-278941 (4/22/2010)
April 22, 2010 at 10:35 am
JT-361866 (4/20/2010)
April 20, 2010 at 9:23 am
Hugo Kornelis (4/20/2010)
Tom Brown (4/20/2010)
I've used IDENTITY for ages, assuming its both duplicate-proof and automatically indexed.
I'm glad to have...
April 20, 2010 at 7:54 am
Paul White NZ (4/7/2010)
honza.mf (4/7/2010)
April 7, 2010 at 12:27 pm
In SQL Server 2005 the IsNull() function will truncate the length of replacement_value to that of check_expression.
This explanation feels a little light. For completeness, it should include the behavior...
April 6, 2010 at 8:15 am
Paul White NZ (3/31/2010)
AFAIK, SQL Server has never set out to guarantee anything about a query behaving as if it...
March 31, 2010 at 11:06 am
I just tested this, and got the following results:
SSMS 2005 - popup came up "CTRL-Click to open...", CTRL-click opens in a new tab.
SSMS 2008 - NO POPUP, CTRL-click opens in...
March 24, 2010 at 8:04 am
paulgrahamster (3/23/2010)
March 23, 2010 at 8:36 am
As I see it, the person who composes a QOD is responsible for giving a full effort towards the accuracy of the answers and explanation. The general community of SSC...
March 19, 2010 at 10:13 am
Viewing 15 posts - 376 through 390 (of 454 total)