Forum Replies Created

Viewing 15 posts - 2,566 through 2,580 (of 11,678 total)

  • RE: Microsoft.Jet

    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...

  • RE: No Files For You

    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...

  • RE: Error in importing from excel

    The JET OLE DB provider is only available in 32-bit, so the query needs to run in 32-bit as well.

  • RE: Microsoft.Jet

    The JET provider only has a 32-bit version.

  • RE: No Files For You

    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...

  • RE: No Files For You

    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...

  • RE: Running OLAP Cubes

    sparikh (6/17/2014)


    Hi,

    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...

  • RE: SSIS 2012 Execute SQL Task with resultset to populate user variables produces DBNull error.

    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,...

  • RE: Datetime format

    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...

  • RE: No Files For You

    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.

  • RE: Drop table rollback

    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...

  • RE: Conditional formatting (Bold) using another column's value or no value

    The expression seems OK, except for the + sign. What is it doing there?

  • RE: 2008r2 Cube not linking two views on key

    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...

  • RE: 2008r2 Cube not linking two views on key

    How do you link Thomas from View 1 to the measures in View 2?

    Is record key the same?

  • RE: Error: The Project could not be deployed to 'localhost'

    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...

Viewing 15 posts - 2,566 through 2,580 (of 11,678 total)