Viewing 15 posts - 2,566 through 2,580 (of 11,678 total)
whitesql (6/18/2014)
Thanks!so when I access my databass on my machine using ssms and run queries, It uses my machine's Jet and not the one on database server?
To be honest, I'm...
June 18, 2014 at 2:24 am
Toreador (6/18/2014)
You are working for a company that has uses SQL 2012 for their on site databases. A fellow DBA is trying to do a quick check on a database...
June 18, 2014 at 2:16 am
The JET OLE DB provider is only available in 32-bit, so the query needs to run in 32-bit as well.
June 18, 2014 at 2:13 am
BWFC (6/18/2014)
Koen Verbeeck (6/18/2014)
BWFC (6/18/2014)
You are working for a company that has uses SQL 2012 for their on site databases.
This explicitly rules out that the databases are in the...
June 18, 2014 at 2:00 am
BWFC (6/18/2014)
You are working for a company that has uses SQL 2012 for their on site databases.
This explicitly rules out that the databases are in the cloud, the answer...
June 18, 2014 at 1:30 am
sparikh (6/17/2014)
Thanks for the reply.
as of now i have only created sample cube in BI and browse it through BI Browser.
i think this can be done by analysis service...
June 18, 2014 at 1:07 am
What if you put a dummy select statement in the Execute SQL Task first. Something like "SELECT '1','2'". This dummy statement will be replaced with the expression anyway.
The User::varRestoreScript variable,...
June 18, 2014 at 12:38 am
You are trying to store the value 18 in a month, which is not possible of course.
You can either use CONVERT to convert the string to a datetime. You only...
June 18, 2014 at 12:34 am
The answer is incorrect.
The question clearly states that the databases are on site. Thus, by the process of elimination, the corruption answer is the only one left.
June 18, 2014 at 12:22 am
rhythmk (6/17/2014)
sugnu iu (6/17/2014)
dev environment
So are you ok with dropping a table having 90 million records from any environment ? Think of the scenario when you are working on some...
June 18, 2014 at 12:17 am
The expression seems OK, except for the + sign. What is it doing there?
June 17, 2014 at 3:06 pm
The views being what they are, you can only create 1 dimension which holds all the attributes of view 1.
This is because your fact table (which is view 2) has...
June 17, 2014 at 3:02 pm
How do you link Thomas from View 1 to the measures in View 2?
Is record key the same?
June 17, 2014 at 2:26 pm
stevefromOZ (6/17/2014)
I'll go one better than Koen, use the Labs - they're free, they last 90 minutes, they come with tutorials... they're here.
Ah, I actually meant those ones. I...
June 17, 2014 at 1:53 pm
Viewing 15 posts - 2,566 through 2,580 (of 11,678 total)