Viewing 15 posts - 976 through 990 (of 2,647 total)
guy 10462 (4/26/2012)
We currently keep the last 6 days of backups, so are you saying that the older 5 backups are worthless? - or...
April 26, 2012 at 1:40 pm
12B (4/26/2012)
April 26, 2012 at 1:25 pm
Larry Page(Ehsan.Akbar) (4/26/2012)
maddencircledme (4/26/2012)
April 26, 2012 at 1:20 pm
Try this to start: http://sqlblogcasts.com/blogs/drjohn/archive/2008/09/27/mdx-and-sql-combining-relational-and-multi-dimensional-data-into-one-query-result-set.aspx
April 26, 2012 at 1:03 pm
You can use either. Maybe posting the script would help 🙂 (Not maybe... It would.)
April 26, 2012 at 1:00 pm
What are you executing? What is the exact error you are getting?
April 26, 2012 at 12:52 pm
I don't quite understand... Are you trying to query the cube through a connection to the database engine or through a connection to SSAS; i.e. when you have the connection...
April 26, 2012 at 12:48 pm
The _1 is typically default. Just curious... Why is it important for you to rename it?
April 26, 2012 at 10:25 am
April 26, 2012 at 10:22 am
Please take a look at the article in my signature by Jeff Moden to help us help you better.
April 26, 2012 at 9:30 am
Lynn Pettis (4/26/2012)
SQLKnowItAll (4/26/2012)
FunkyDexter (4/26/2012)
The first column of your table is an integer field defined with the Identity property....
April 26, 2012 at 8:53 am
FunkyDexter (4/26/2012)
The first column of your table is an integer field defined with the Identity property. You have to...
April 26, 2012 at 8:46 am
Try to find the real length of the data in the old table. You can so SELECT MAX(LEN(columnA)), MAX(LEN(columnb)), ... to find out what your new table needs to have...
April 25, 2012 at 3:19 pm
For my own understanding... We are talking about select1 and select2 being in the same transaction. Am I wrong? I would assume different results otherwise in a highly active...
April 25, 2012 at 3:05 pm
bpowers (4/25/2012)
April 25, 2012 at 3:01 pm
Viewing 15 posts - 976 through 990 (of 2,647 total)