Forum Replies Created

Viewing 15 posts - 526 through 540 (of 1,518 total)

  • RE: Strange error while doing backups - Error: 3041

    It's a native backup using the compression feature (SQL 2008 SP1 Enterprise Ed., v. 10.0.2531).

    What is the backup application log?

    Here is the full command:

    BACKUP DATABASE [xxxx] TO DISK='....\xxx.BAK' WITH NOFORMAT,...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Unable to change account under which SQL Server 2008 Browser service is running from Local Service to Local System

    Steve Jones - Editor (1/18/2010)


    Hopefully it's not a problem with Windows.

    Two things: can you change another services ( like SSIS) to Local System?

    If that works, can you reboot and see...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Units of Process\Working Set counter?

    dmoldovan (1/12/2010)


    You're welcome.

    The description I talked about is not taken from the MSDN link you mentioned. By the way, in my opinion the MSDN documentation is weaker and weaker...

    This is...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Perfmon Counters for monitoring memory-CPU utilization of Analysis-Services instance

    Lowfar (1/12/2010)


    Hi

    I've found this link useful in the past for performance counters;

    http://www.grumpyolddba.co.uk/monitoring/Performance%20Counter%20Guidance%20-%20SSAS.htm

    The following link is to a microsoft whitepaper on ssas performance

    http://www.microsoft.com/downloads/details.aspx?FamilyID=3be0488d-e7aa-4078-a050-ae39912d2e43&displaylang=en

    Cheers

    -Matt

    Thank you for the prompt reply!

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Units of Process\Working Set counter?

    dmoldovan (1/12/2010)


    You can see its description in the "performance monitor":

    "Working Set is the current size, in bytes, of the Working Set of this process..."

    Thanks, but where do you see that...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Looking for location of files of an SSAS database - how can I do this in SSMS?

    John Rowan (1/8/2010)


    Right-click on the Analysis Services instance in SSMS, go to properties, and look at the DataDir property. This should correspond with where the files are on disk....

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: 70-433 Registration through Prometric

    abhishek-484864 (1/1/2010)


    Thanks a lot for clarifying that. I feel a little dumb though i couldn't understand it 🙂

    cheers!

    Abhishek.

    I had the exact same question a few days ago, so don't feel...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Error when creating System DSN from OpenLink Informix ODBC Driver on 64-bit platform

    Ted Thibodeau Jr (1/4/2010)


    As the documentation states, the Express Edition driver you're working with depends on a functional Java installation, which you don't appear to have.

    I suggest you start with...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: 70-432 Exam

    Never mind, I figured it out, it is "Microsoft"...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: 70-432 Exam

    Question on registering for an exam with Prometric:

    I'm trying to register online from Canada and I'm asked to enter an exam sponsor, which I take it is the company I...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Error in SSIS package while opening XLS file

    I was able to fix the issue of incompatibility of the Jet Engine with the 64-bit platform by checking the "Use 32-bit runtime" checkbox under Execution Options in the SQL...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Error in SSIS package while opening XLS file

    Gift Peddie (12/29/2009)


    There is no JET driver for either Itanium or X64 so is a working solution to run SSIS package with Excel.

    http://blog.davyknuysen.be/2008/08/26/import-excel-files-with-sql-server-integration-services-on-a-64-bit-server/

    Thank you for the link, it looks like...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Error in SSIS package while opening XLS file

    When I try to install windowsserver2003-kb829558-x86-enu.exe on my 64-bit server, I get the following error:

    This kb829558 is for a different hardware platform.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Error in SSIS package while opening XLS file

    BSavoie (12/24/2009)


    I've read that Access & Excel OLE DB drivers will not work on 64 bit version of SQL Server. Could that be it? Hope this helps.

    It seems so, and...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Error when I attempt to create new SSIS project and add new package to it

    Thank you both for your replies, I will follow through and will send an update.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

Viewing 15 posts - 526 through 540 (of 1,518 total)