Viewing 15 posts - 61 through 75 (of 115 total)
Do you have any idea what the url specifies? I can't seem to find any documentation on this.
Thanks,
jim
March 2, 2007 at 8:19 am
Processing the cube is as easy as an XMLA query, XML for analysis query. Check out this example.
Please rember to change the { to (I can't figure...
February 28, 2007 at 10:06 am
Thanks, I'll see what I can do.
jim
January 31, 2007 at 8:02 am
I'd be honored to "flesh it out" some more and submit it as an article. How might I go about this, and what would I "flesh out"?
Thanks,
jim
January 31, 2007 at 7:41 am
You could use a while loop and a counter something like
DECLARE @counter1 int
DECLARE @total_count1 int
SET @counter1 = 1
SET @total_count1 = N
WHILE @counter1 < = @total_count1
BEGIN
"CODE HERE"
SET @counter1 = (@counter1 +...
October 27, 2006 at 9:27 am
DTS package, just be carefull with your data type transformations. Sometimes the wizard stuff gets a little buggy, just go through all of your columns to verify the mySQL...
October 6, 2006 at 7:37 am
I think that the HOTT course will be good for a beginner. I took the SQL Server 2000 developer and admin courses and really enjoyed them last year. ...
September 19, 2006 at 7:19 am
There's a something that must be run on the 2000 SP4 instance in order to have the server as a linked server on the 2005 SQL instance.
"You must...
September 15, 2006 at 1:38 pm
I have found that Firefox doesn't work very well with Reporting Services, but I hate IE, so I installed a plugin to Firefox that allows you to switch between Firefox...
September 8, 2006 at 7:17 am
It seems to me that the Executives would like to see availability, backup history, job history, and maybe some performance stats. If I were an executive, I'd at least...
August 11, 2006 at 6:55 am
I tend to use While loops in my T-SQL code. It's fairly simple. I usually use temp tables to serve as my arrays.
Basically the While loop...
August 8, 2006 at 8:00 am
I don't know much about DB2, but the major difference between SQL Server datetime and smalldatetime is that smalldatetime is not accurate for any time less than a minute, while...
August 7, 2006 at 8:21 am
Thanks John, the db programming class was the one I was looking at. I appreciate your input. Thanks and have a great weekend!
August 4, 2006 at 9:29 am
I was looking into the New Horizon's T-SQL class. I was under the impression that it was an "advanced" t-sql class. Is this the case? I have...
August 4, 2006 at 8:37 am
Viewing 15 posts - 61 through 75 (of 115 total)