Viewing 15 posts - 4,201 through 4,215 (of 5,588 total)
Very well done Grant! There was a lot of "yeah!" moments in there.
Thanks!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 13, 2010 at 4:42 am
Does anyone know of a FireFox (3.6.3) Add-on that provides a toolbar for supporting enhanced text fields (where you can directly format the text in a field) , such as...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 12, 2010 at 5:40 pm
set @YourVar = ((select ... FOR XML))
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 12, 2010 at 3:42 pm
Jim,
In order to help you replace this with a set-based routine, we will need the following information from you:
1. DECLARE @ModelJob TABLE statement (so we know the structure of what...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 12, 2010 at 1:18 pm
Roy Ernest (5/12/2010)
Anyone seen our resident CHIPMUNK? I havent seen or heard from him for a long time. I havent seen his tweets either. Anybody any clue?
Hmm, his last post...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 12, 2010 at 12:38 pm
Steve Jones - Editor (5/12/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 12, 2010 at 9:45 am
JacekO (5/12/2010)
I did not expect to get so many posts before I even show up for work.
Looking at all the replies, one potential explanation for some of the...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 12, 2010 at 7:32 am
Robb,
A while loop is no better, and frequently worse, than a c.u.r.s.o.r.
From what you describe, Jeff's article (that Lutz mentioned above) should handle your situation. I've seen solutions based on...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 11, 2010 at 5:00 pm
In addition to the above, what about a where condition. Where's on columns not in an index can force a table scan.
One common use of the top 1 is to...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 11, 2010 at 4:39 pm
You can add mine also to the sharepoint site.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 11, 2010 at 4:26 pm
Dohsan (5/11/2010)
http://msdn.microsoft.com/en-us/library/ms176114.aspx
SELECT'EXEC Sproc '
+ ...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 11, 2010 at 10:38 am
Good article.
Having that username/password in a batch file is an issue. If (for any reason, like the FTP server is down) the package fails, that file could be left behind,...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 11, 2010 at 8:08 am
Lynn Pettis (5/10/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 10, 2010 at 10:40 pm
Lynn Pettis (5/7/2010)
I see a trip to the TitD in the near future.
I feel for you Lynn. It's like pulling teeth in there... 🙁
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 7, 2010 at 2:33 pm
lmu92 (5/6/2010)
WayneS (5/5/2010)
lmu92 (5/5/2010)
Might be agood idea to turn it into an article...
Yes, it would. Which reminds me... are you writing one based upon that post last year where you...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 6, 2010 at 4:59 pm
Viewing 15 posts - 4,201 through 4,215 (of 5,588 total)