-
Getting size estimates for tables in SQL SERVER 2000
— SQL Server tables and row countsdeclare tables_cursor cursor for select name from sysobjects where xtype=’U’declare @table_name sysnameopen tables_cursorfetch next from tables_cursor INTO @table_namewhile @@fetch_status = 0begin exec sp_spaceused @table_name fetch next from tables_cursor INTO @table_nameendclose tables_cursordeallocate tables_cursor
-
The Jamaica Blue Mountain Coffee Featured on the Travel Channel
Mavis Bank, not the shipper.
-
Hot Stuff
Kashmir Dum Aloo by Ashoka. This is described as “Curried potatoes in medium hot sauce.” “Medium” is definitely an Indian palate relative rating, because this is definitely near the “hot” scale for me, and I love spicy Thai and Indian food.