Viewing 15 posts - 736 through 750 (of 1,839 total)
Hey Richard,
Take a read through this, in particular the section on 'Using the ObjectExpansion attribute'. I think what you're looking for is to set it to 'ObjectProperties', as 'EXpandFull'...
July 21, 2008 at 2:35 pm
Glad it worked. BTW, the sites are sqldts.com and sqlis.com.
July 16, 2008 at 11:25 pm
If you only need to parameterize the where clause item, then change your statement from
Select [field] from where .[batchname] = User::vFileName
to
Select [field] from where .[batchname] = ?
If...
July 16, 2008 at 10:40 pm
With that volume of records, you should be using partitioning. If you do, not only should your query reposne time be improved but it could also allow you to...
July 16, 2008 at 8:56 am
Forgot to mention, if you want to see the xmla behind any given object in the SSAS database (cube, dimension, measure group etc) you can script nearly all (if not...
July 10, 2008 at 8:25 pm
If you're new to *both* XMLA and SSAS, it could be a steep learning curve depending on your background. Does it have to be XMLA that you use? The...
July 10, 2008 at 8:24 pm
Is there a requirement to actually have the two DSV's? ie you can bring in tables/objects from different datasources in to the one dsv?
July 9, 2008 at 10:24 pm
No prob Sharon, hope it all works out 🙂
I haven't read his SSIS one (sorry Brian) but Brian Knight (one of the guys that started SQL Server Central and also...
July 8, 2008 at 10:19 pm
Not saying it's a good example but it's a quick one (btw, you may also want to check out ssis.com, the sister site of dts.com for examples, i would be...
July 8, 2008 at 10:01 pm
*Theoretically* you should be able to get this to work by changing one of the entries in the *source table* that feeds the Employees dimension. There must be a...
July 8, 2008 at 9:10 pm
Hey Chris,
Looks like the threads not being closed has been a problem for other people though best as I can tell, may have been fixed (see this mySQL bug report)....
July 6, 2008 at 8:15 am
Ashok, unless you're using European number formating (where . = , and , = . ) you're 'conversion' won't actualy result in a number. And assuming you did convert...
June 30, 2008 at 7:13 am
The Datepart function definitely supports minutes (see here) so the problem may be with your input column data. I was assuming you'd push in a single datetime field, but...
June 25, 2008 at 8:54 am
Not quite sure why (maybe the flight recorder?) but your system wants to run a trace. Enable the user (who's on your connection) to do this (see here) and...
June 23, 2008 at 8:31 am
The requirement, or perhaps the description of it, sounds a little off to me. Converting a time 12:10 to 12.10 just seems wrong to me. I understand you...
June 20, 2008 at 7:04 am
Viewing 15 posts - 736 through 750 (of 1,839 total)