Viewing 15 posts - 41,371 through 41,385 (of 59,067 total)
I realize this is a republished article from some time ago but I agree with many of the others ... if you understand that the author probably speaks English as...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 7:12 pm
RobinC-661862 (10/23/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 6:45 pm
Former Member (7/8/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 5:52 pm
Heh... does it like pork chops? 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 5:43 pm
Roxy Wehner (10/23/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 5:37 pm
Understood... been through that a couple of million times. Lemme know how it works out for you when you get the chance.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 4:00 pm
Just a word of caution... I strongly recommend that you use OPTION (MAXDOP 1) in order to prevent any parallelism during the "Quirky Update' which would destroy the procedural nature...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 3:57 pm
Heh... is that what it is? I'm going to have to get a copy of that book. You don't happen to have the ISBN for it do you?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 6:00 am
To be clear, you only need one synonym and you alter it to change where it's pointed.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 5:57 am
ChiragNS (10/23/2009)
good one Jeff. Can u explain this part - ORDER BY (SELECT 1). I looked up the order by clause but did not fully understand.
Sure... at the minimum, the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 5:51 am
I'm going to take the opposite stance from a lot of other folks. Sure, I believe that you have to know other "stuff" to be a good DBA or...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 12:05 am
It's easy and I found Ginger...
See the first link in my signature below to provide a CREATE TABLE statement and some sample data so we can show you how.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2009 at 11:57 pm
BWAA-HAA!!! What downside? Just think of it... you store everything in one table and you only need one index. Simplicity at it's best. :-P:-D;-)
(For those not familiar...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2009 at 11:53 pm
Loops are slow... break the habit of using them. 😉
SELECT TOP 10 RIGHT('000'+CAST(ROW_NUMBER() OVER (ORDER BY (SELECT 1))-1 AS VARCHAR(3)),3)
FROM Master.sys.All_Columns
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2009 at 11:48 pm
You may want to look into a thing called "Replication".
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2009 at 11:38 pm
Viewing 15 posts - 41,371 through 41,385 (of 59,067 total)