Viewing 15 posts - 31 through 45 (of 5,102 total)
ZenDada (6/25/2010)
Steve Jones - Editor (6/25/2010)
Keyword here is connection. These are stable for the connection. @@identity doesn't scope to your connection or that table.
As usual, Pinal Dave has the 411!
June 25, 2010 at 11:43 am
SQLJocky (6/22/2010)
June 23, 2010 at 9:26 am
Did you test updating the "subscriber" when mirror server took over?
I am not 100% but I think it will fail!
June 22, 2010 at 3:39 pm
Not sure if it is just me but I had a completely different expectation of what an "Expert System" would be 🙂
Nice story though.
June 22, 2010 at 10:36 am
Check permissions of snapshot agent account on that Folder!
June 22, 2010 at 10:19 am
you will be much better off by composing those statements on the "client" instead of on the "server"
June 22, 2010 at 10:15 am
This is great!
I really don't like M$ attitude about trace Flags. Why do we have to go through so much trouble to know (and compile) these things?
June 3, 2010 at 8:05 am
johan.lindell (5/24/2010)
From a performance perspective, using NOT IN is "always" slower than using EXISTS. If you try running the below queries
-- INTERSECT
SELECT CustomerID
FROM Sales.Customer
WHERE TerritoryID=10
AND NOT EXISTS...
May 24, 2010 at 8:31 am
Also what initialization mode did you use ?
May 21, 2010 at 11:57 am
Also you probably want to "Page" that resultset 🙂
May 13, 2010 at 12:35 pm
looks like your log drive and your tempdb drive are on C
May 13, 2010 at 12:33 pm
I can only assume that you have a design problem with some of your tables.
May 13, 2010 at 12:27 pm
You probably chose the wrong replication method. Why can't you do transactional instead?
May 13, 2010 at 12:25 pm
I don't know what is all this fuzz about ... The results are going to be very server-dependent you don't know what other activities are happening at the same time...
May 12, 2010 at 8:12 am
you are probably trying to substitute a "similar" character. Please verify what is the correct ASCII code or UNICODE for that character.
By the way your query works!
declare @t1 table ...
May 6, 2010 at 11:38 am
Viewing 15 posts - 31 through 45 (of 5,102 total)