Viewing 15 posts - 3,121 through 3,135 (of 5,588 total)
GilaMonster (9/24/2010)
Note that JHB rain is (from what I've heard) like the midwest - torrential thunderstorms that limit visibility to metres quite often.http://picasaweb.google.com/GilaMonster.za/Home#5427311473145855714
Picture 2 is very nice.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 26, 2010 at 8:05 am
GilaMonster (9/20/2010)
Thanks to everyone for the congrats. Lotsa work and time into that count.
Now that is one huge understatement. Again, thank you!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 25, 2010 at 6:15 am
(Been relaxing all week - sorry this is belated.)
CONGRATULATIONS Gail! SSC is a much better place with you!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 25, 2010 at 6:11 am
That's what I would use.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 4:00 pm
Roy Ernest (9/17/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 3:54 pm
GilaMonster (9/17/2010)
Ninja's_RGR'us (9/17/2010)
Hmm, makes you wonder if we need to make another article about dealing with severe problemes at work under pressure. And by we I mean you :hehe:.
Thank...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 11:24 am
Sounds like a use for the replicate function.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 11:03 am
hallhome (9/17/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 10:24 am
CirquedeSQLeil (9/17/2010)
Arghh. To'o late Ste've m'ust hav'e rem'oved' it.
:laugh:
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 10:09 am
Can we get you to post your table structure and some sample data? Please see the first two links in my signature for how to do so.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 10:01 am
Please refer to the links in my signature that deal with Cross-Tabs and Pivot tables, Parts 1 and 2.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 9:55 am
Allen Nugent (9/16/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 9:50 am
Yes, you probably should just post the whole thing.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 8:22 am
Doug - I sure wish you had given this depth of information at the beginning - it tells exactly what you're looking to do. With the first post being vague,...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 7:39 am
Probably not what you're looking for, but how's this?
Select top 5 'MY DATABASE TABLE: ' = name
from sysobjects
where xtype = 'u'
order by 1 desc
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 17, 2010 at 7:22 am
Viewing 15 posts - 3,121 through 3,135 (of 5,588 total)