Viewing 15 posts - 4,291 through 4,305 (of 5,588 total)
Lynn Pettis (4/22/2010)
When you google your articles, are you doing just the title?
That's what I just did... just the title.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 10:48 pm
Paul White NZ (4/22/2010)
The author 'kaustavm' is clearly one to watch 😉
Well, all of the articles "written" by this "author" have been removed from the offending web site.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 10:46 pm
WayneS (4/22/2010)
Just got a bounce-back on my email... "The e-mail message could not be delivered because the user's mailfolder is full."Wonder why?
My bounce-back was sent to the email address that...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 10:17 pm
WayneS (4/22/2010)
Paul White NZ (4/22/2010)
CirquedeSQLeil (4/22/2010)
Part II plagiarized herehttp://www.hyderabadtechies.info/index.php/articles/39-articles/748-hyderabad-techies-article
Thank you Jason.
I have just received a very apologetic email from the site administrator. He has promised to take down the...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 10:05 pm
Paul White NZ (4/22/2010)
CirquedeSQLeil (4/22/2010)
Part II plagiarized herehttp://www.hyderabadtechies.info/index.php/articles/39-articles/748-hyderabad-techies-article
Thank you Jason.
I have just received a very apologetic email from the site administrator. He has promised to take down the offending...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 9:46 pm
Paul White NZ (4/22/2010)
Adam Machanic (4/22/2010)
Unbelievable. Have you sent him a friendly cease and desist yet?I have indeed. Hopefully the site administrators will do the decent thing.
This link http://www.hyderabadtechies.info/index.php/articles/39-articles?start=280...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 9:38 pm
While we're at it, compare this "article" with this article submitted to SSC[/url].
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 9:09 pm
The Dixie Flatline (4/22/2010)
What amazes me is how totally lazy and shameless they are. The plagiarism of Paul's article was a wholesale cut-and-paste.
It's so cut-n-paste that in the...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 8:53 pm
@mister.magoo - excellent use of cross apply. I was thinking of using ROW_NUMBER(), but this looks a lot better.
Good job!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 5:09 pm
You know, the people that help out here are all un-paid volunteers. Providing the DDL scripts (CREATE TABLE, CREATE INDEX, etc.) for the tables affected, and INSERT statements to put...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 5:01 pm
Luke L (4/22/2010)
Also, it seems that we have a bunch of lurkers watching the discussions while not participating. I hear of more and more everyday - and they all...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 4:50 pm
Jeff Moden (4/22/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 2:29 pm
Since you're new to ranking functions, let me direct you to this recent article here on SQL Server Ranking Functions[/url].
There's no reason that you can't have multiple row_number() function calls...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 11:57 am
declare @test table (col1 numeric(10,4))
insert into @test
SELECT 34.0200 UNION ALL
SELECT 1232.0560 UNION ALL
SELECT 234.4400 UNION ALL
SELECT 451232.123
select * from @test
where col1 like '%.__[1-9]%'
This does do an implicit conversion...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 11:51 am
CirquedeSQLeil (4/22/2010)
Trey Staker (4/22/2010)
Jason, Congrats. Brent Ozar is talking about you on his Blog[/url] and welcoming you in as a new blogger on SQLServerpedia.com
Thanks.
I like the comment he made...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 22, 2010 at 11:40 am
Viewing 15 posts - 4,291 through 4,305 (of 5,588 total)