Viewing 15 posts - 40,456 through 40,470 (of 59,072 total)
I guess I just don't understand why you needed While Loops to do this.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2009 at 11:29 am
karthikeyan-444867 (12/26/2009)
Any inputs?
Not a one, Karthik... at least not the kind you're expecting. You've simply asked people to do too much of your work, your requirements are quite unclear...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2009 at 9:40 am
Yeah... but confirmation of those things is always a good thing. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2009 at 1:09 am
Matt Miller (#4) (12/25/2009)
Jeff - try this one....
Thanks, Matt... guess I was being a bit lazy there.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 9:22 pm
satishthota (4/22/2008)
Give me the solution
I don't know... maybe it's just me or maybe it's just a language barrier thing but that seems awfully rude in any language.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 9:18 pm
Solomon Rutzky (12/25/2009)
Hey Jeff, actually, the RegEx delimiter is needed (as far as I can tell) in order to do true CSV / TSV parsing.
That's what I'm talking about... You...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 9:16 pm
Ulises Telcontar (12/25/2009)
MAXRECURSION cannot be used on UDFs.
I beg to differ...
CREATE FUNCTION dbo.MaxRecursionTest ()
RETURNS INT
AS
BEGIN
DECLARE @Return INT
SELECT TOP 1...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 9:08 pm
With the understanding that it will suspend all jobs, you could simply turn of the SQL Server Agent until you're done.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 12:27 pm
CirquedeSQLeil (12/22/2009)
I knew somebody would do this.Thanks Jeff
Heh... you just had to know it was going to be me. 🙂 Thanks for the fun, Jason. Good QoD.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 12:26 pm
BSavoie (12/24/2009)
This works fine:
WHERE DateAdd(day, SomeDateColumn, SomeTestDate) >...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 11:41 am
Prakash,
Did that do it for you or what?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 11:29 am
cthariharan (12/24/2009)
Please share the table structure & some of the datas stored in it. So that others can help u.
cthariharan,
Good tip there but a lot of people just don't know...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 11:27 am
Dugi (12/24/2009)
ss-457805 (12/24/2009)
Jeff,This is awesome. You are a Genius.:-)
I agree with you ... if you SELECT NAME FROM T-SQL_MASTERS WHERE NAME LIKE 'J%' you will retrieve the only result Jeff...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 11:22 am
Ok... here's a demonstrable solution based on the data given. As a side bar, please see the following URL for how to do such a thing and why the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 11:15 am
rameshduraikannu,
Since you're a newbie, take a look at the first link in my signature line below... you will get MUCH better answers MUCH more quickly if you post both the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2009 at 10:55 am
Viewing 15 posts - 40,456 through 40,470 (of 59,072 total)