Viewing 15 posts - 1,171 through 1,185 (of 5,588 total)
The Dixie Flatline (6/12/2011)
If I passed, could I add "Thread Certified" to my resume` ?
Sure... but would you only work for people that knew what it meant?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 12, 2011 at 5:58 pm
Dehqon D. (6/11/2011)
Your are genious , Jeff ModenI like your simplicity.
Agreed. Jeff has a way with cutting to the chase and seeing what is really needed.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 11, 2011 at 8:49 am
I think that this article will help you out: Delimited Split Function[/url]
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 11, 2011 at 1:28 am
kr.nithin (6/10/2011)
I have another issue:
I want to update only those values...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 11, 2011 at 1:25 am
flyingrockfishguy (6/10/2011)
SELECT ExtraValue,VendorID
Employee,...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 11, 2011 at 1:22 am
Jeff Moden (6/10/2011)
Please see what I consider to be the definitive article on that subject and others at the following URL: http://www.sqlservercentral.com/articles/Temporary+Tables/66720/
:blush:
Thanks Jeff!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 11, 2011 at 1:16 am
GilaMonster (6/9/2011)
I post too much.
Maybe, maybe not. We're still learning from you, and I'm hoping that you'll keep on posting so I can keep on learning.
(Congrats on the 25k. )
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 9, 2011 at 10:36 am
Tony,
Well, I can't think of any other way to optimize this. I think that this leaves you with two choices:
1. Use the iTVF. Pros: same code is used by two...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 8, 2011 at 1:02 pm
tfeuz (6/8/2011)
LOL - you missed the constraint on Rb_Ruleid again -- I added it back in:
Just making sure you're looking at the code as a sanity check! :w00t:
Does this index...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 8, 2011 at 12:12 pm
Tony,
Starting over. The main (not single) procedure is totally rewritten to combine the TVF with it. If this works, we'll combine the TVF into the single procedure also.
Start off by...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 8, 2011 at 10:59 am
tfeuz (6/8/2011)
WayneS (6/7/2011)
tfeuz (6/7/2011)
I had to make a fix to the code -- you did not constrain by the rule id when you create the temp table -- it caused...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 8, 2011 at 5:54 am
Tony:
Is RB_InvoicesToProcess 1:1 with Invoices?
Is RB_InvoicesToProcess_Moved 1:1 with Invoices?
Just to verify, you can have the same invoice in both of those tables?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 7, 2011 at 9:03 pm
TheSQLGuru (6/7/2011)
I was giving my own presentation @ sqlsat77 while yours was in progress. 😀
Ah, so you were. I heard it went pretty well.
As long as they have fairly uniform...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 7, 2011 at 8:29 pm
tfeuz (6/7/2011)
I had to make a fix to the code -- you did not constrain by the rule id when you create the temp table -- it caused duplicate values...
Note...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 7, 2011 at 8:15 pm
TheSQLGuru (6/7/2011)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 7, 2011 at 4:06 pm
Viewing 15 posts - 1,171 through 1,185 (of 5,588 total)