Viewing 15 posts - 9,901 through 9,915 (of 10,144 total)
Brandie Tarvin (3/18/2008)
Yikes! I knew I spelled that wrong.
Yeah but d'oh I always thought it was pronounced gee-oh-duck :doze:. Surprising what you can learn on here innit! Thanks...
March 18, 2008 at 4:57 am
Geoduck
From Wikipedia, the free encyclopedia
Well blow me, what a fascinating critter. Bet they taste like razor clams, which are kinda like concentrated scallop. Yum!
March 18, 2008 at 4:36 am
This works for me, Ahmad - c:\CambridgePubs.xls is created - and Excel isn't installed on the server.
Either there's a mistake in your sp, there's a problem with the driver...
March 18, 2008 at 4:25 am
Not tried emu, but ostrich is very good, similar to steak but milder taste. Low cholesterol and fat so quite healthy.
Crustaceans and molluscs would be at the top of my...
March 18, 2008 at 4:22 am
Hi Ahmad
This isn't the method I use for reading / writing spreadsheets using TSQL, however I created the stored procedure using your code above and executed the following:
EXEC spExecute_ADODB_SQL
'Create...
March 18, 2008 at 1:38 am
SQLBill (3/17/2008)
Half of my Air Force career was spent in other countries. So I...
March 17, 2008 at 3:05 pm
Loner (3/17/2008)
Exotic food - Yummmmmm.
Fried Alligator tails
Fried Conch
Fried Rattlesnake
Raw Rattlesnake
Elk
Moose
Bear
Raw Sea Urchin
Camel
Reindeer
Pigeon
Horse
Eel
Fried Octopus
Fried Squid
Grilled Squid
(note on Octopus and Squid - if you really want to have fun, stick the tentacles...
March 17, 2008 at 2:10 pm
Sure Alan. If you are only updating a fixed number of columns in one table using data from another table, you can do it with a single statement, written something...
March 17, 2008 at 7:29 am
Is the same table UPDATEd in each statement? If so, the batch would run very much faster if it was written as a set-based update (UPDATE...FROM...)
March 17, 2008 at 6:15 am
Ahmad Osama (3/15/2008)
I can post the main stored procedures I use for this in their entirety, and fragments...
March 15, 2008 at 3:40 pm
Hi Jason
I guess it does, having read a few bits and bobs about Reporting Services. We don't have it here, we're stuck on 2k for a while yet. I didn't...
March 14, 2008 at 3:00 pm
Ahmad Osama (3/14/2008)
Thanks Chris,I had to generate daily sales report and store as new file every day...Is it possible thru ur technik
Yes it is, Ahmad. I'm using it for...
March 14, 2008 at 2:57 pm
Grant Fritchey (3/14/2008)
And everytime you're eating chicken fingers... you're having Chernobyl Chicken.
It would have to be Chernobyl Chicken. Everybody knows normal chickens don't have fingers. Fish do.
March 14, 2008 at 9:48 am
Ahmad, you can do either. I'm currently using stored procedures, in a process which flows as follows:
Start with a formatted Excel template file placed in an accessible folder
Copy to...
March 14, 2008 at 8:56 am
Using Adam's sample data:
-- Top 21 TO 30 (less than one second)
SELECT TOP 10 * FROM (
SELECT TOP 30 * FROM dbo.TestData ORDER BY RowNum
) t ORDER...
March 14, 2008 at 8:40 am
Viewing 15 posts - 9,901 through 9,915 (of 10,144 total)