Viewing 10 posts - 61 through 70 (of 70 total)
Just read that it goes back to 8i. FYI
February 7, 2006 at 6:22 am
Do you happen to know if the Oracle Instant Client is compatible with previous versions. Say, anything between 8i and 10g.
February 7, 2006 at 6:01 am
I was thinking about your comments and how to create a UDF that looks at GETDATE and say an argument for the number of months when it occured to me...
January 19, 2006 at 5:01 am
How many posts do I need before I can get rid of that NEWBIE moniker?!!
January 19, 2006 at 3:21 am
Another interesting approach!
I ran both queries against a million-row table to compare the execution plan. David's suggestion showed a subtree cost of 7. Yours originally had a subtree cost of...
January 19, 2006 at 3:20 am
You rock. Thank you very much for sharing this innovative approach. Works perfectly.
January 17, 2006 at 8:05 am
I use OWC against Views, but I would like to run OWC reports against Analysis Services cubes. Is this possible??
SAM
June 24, 2005 at 2:04 am
Yo Remi...no question, just a general post of how to do this because I couldn't find it anywhere else. If you feel inclined to bend your mind a bit, make...
June 21, 2005 at 7:15 am
First you need to determine the length of the file (DOS??? If not use Perl, VBS? JS), then you do something like the following. I dont know how to drop...
February 11, 2005 at 3:06 am
I just went through this headache....the following will work with a few tweaks for your specific needs.
------------------------
If Object_Id('tempdb..#tmpPVS') is Not Null
DROP TABLE [dbo].[#tmpPVS]
CREATE TABLE #tmpPVS
(
ViewDate datetime,
PageID nvarchar(255),
CountryCode varchar(2),
LanguageCode varchar(2),
ViewCount int,
)
INSERT...
February 2, 2005 at 6:58 am
Viewing 10 posts - 61 through 70 (of 70 total)