Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 7,164 total)

  • RE: SSAS - how to view cubes

    Are these users developers? Or the end users drawing from the cubes for reporting?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Import Dynamic File Name with a Date/Time as the file type (YYYYMMDDHRMMSS)

    Note that xp_dirtree is an undocumented stored procedure.

    To find the newest file added to a folder using SSIS a Script Task might be the simplest way.

    Some sample pseudo code

    Dim latestFile...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: to display my report (rsWindowsIntegratedSecurityDisabled)

    Check your report data sources and how they're configured on the server. Make sure they are using SQL Authentication.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSRS - DateTime parameter issue

    Where is the database server you'll be selecting from? The date needs to be from the perspective of the data in that database. You could always change it to a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: creating logon & logoff triggers in MSSQL

    Just to drive the point home, consider what would need to be tracked at the database level if a query were issued that joined tables from multiple databases.

    Trace can...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Backup with transaction log??

    Yes. Lookup BACKUP DATABASE and RESTORE DATABASE statements in Books Online.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using the same partition function and scheme for multiple tables

    The one time I have seen someone use one scheme and function for many tables they inevitably regretted doing so when it came time when they needed to change how...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Profiler shows long duration for sp but actually it is not

    You could also be experiencing blocking. Run one proc now and a statement within it might be blocked for some reason and the proc could take 30 seconds. Run that...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Error converting Varchar to Float

    Just to add to what Lowell said, float has a higher data type precedence than varchar so when you compare, or join as you are doing, two columns with different...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Effect of indexes in SQL Server Performance Tuning

    Maybe not stop, try clearing the trace, that will definitely force a flush to disk.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Support UTF-8 character encoding

    sudhakara (6/7/2013)


    Does SQL server 2008 R2 support UTF-8 character encoding ?

    Thanks.

    No, not natively. SQL Server supports UCS-2 which is a subset of UTF-16 for Unicode data. In 2012 there is...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Effect of indexes in SQL Server Performance Tuning

    Trace results are buffered so yes, sometimes there will be captured results that have not yet been written to the file. Check the column "event count" in sys.traces to see...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    crookj (6/7/2013)


    opc.three (6/7/2013)


    The Dixie Flatline (6/7/2013)


    blade

    Snipes

    Snipe Hunt

    Cheers

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: no matter how large the destination column eg. nvarchar(max), excel source choke on column

    Tab Alleman (6/7/2013)


    I am dealing with a similar issue, and found this exerpt in the article referenced below. Check and see if it applies to you:

    •Truncated text. When...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    The Dixie Flatline (6/7/2013)


    blade

    Snipes

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,006 through 1,020 (of 7,164 total)