Forum Replies Created

Viewing 15 posts - 16 through 30 (of 109 total)

  • RE: Data compression

    You need to know workload characteristics when deciding which tables to compress, please could read following article.It provides some guidelines to assist in deciding what to compress.

    Data Compression: Strategy, Capacity...

  • RE: Linked Server Security

    found one article about error "Access to the remote server is denied because no login-mapping exists", please check whether it is the same scenario with yours.

    http://blogs.technet.com/b/mdegre/archive/2011/03/10/access-to-the-remote-server-is-denied-because-no-login-mapping-exists.aspx

  • RE: SSIS - Flat File Manager help

    You can use Foreach Loop Container enumerate these files and save file path to Variable then deal with these file. Remember to move these files to other...

  • September 18, 2012 at 9:19 pm

    #1539365

  • RE: Outlook Data to SQL Table

    Microsoft SQL Server distributed queries can be used to query data from the Exchange Web Store through OLE DB Provider for Exchange and can be joined to tables in...

  • September 18, 2012 at 9:12 pm

    #1539364

  • RE: Log Shipping Restore Log on Secondary DB not restoring

    check the restore job history and there should be some useful information.

  • September 13, 2012 at 7:57 am

    #1537216

  • RE: Automate Backup without using SQLServerAgent

    you can write a sql script to backup and clear backup files, then in schedule task, use sqlcmd to call this script.

  • August 29, 2012 at 2:56 am

    #1531274

  • RE: Please help!!! XACT_E_CONNECTION_DENIED!!!!

    Can you post a demo how did you run the exe or application, then i could simulate on my server.

  • August 2, 2012 at 6:58 pm

    #1521197

  • RE: Please help!!! XACT_E_CONNECTION_DENIED!!!!

    Have you tried DTCPing tool, the log could show more DTC info:

    http://blogs.msdn.com/b/distributedservices/archive/2008/11/12/troubleshooting-msdtc-issues-with-the-dtcping-tool.aspx

    By the way, could you query each other successfully with Linked server?

  • August 2, 2012 at 8:10 am

    #1520857

  • RE: Query Partitioned tables to get logical Filename and indexname

    SELECT ps.name AS PSName,

    dds.destination_id AS PartitionNumber,

    fg.name AS FileGroupName,fg.name,

    t.name,

    f.name as...

  • August 2, 2012 at 7:55 am

    #1520842

  • RE: Query Partitioned tables to get logical Filename and indexname

    SELECT ps.name AS PSName,

    dds.destination_id AS PartitionNumber,

    fg.name AS FileGroupName,fg.name,

    t.name

    FROM (((sys.tables...

  • August 2, 2012 at 7:28 am

    #1520817

  • RE: Can you prent a DBA from viewing the data ?

    Oracle has a SYSOPER privilege allows opration such as:

    instance startup,mount & database open;

    alter database backup archive log and restore

    This privilege allows the user to perform basic operational tasks without the...

  • August 2, 2012 at 7:02 am

    #1520787

  • RE: SQL 2008 R2 - peer to peer replication

    Never used peer to peer replication before, but found this article, hope it helps.

    http://www.databasejournal.com/features/mssql/article.php/3820361/Peer-to-Peer-Replication-in-SQL-Server-2008-150-Add-a-node-and-resolve-conflict.htm

  • August 2, 2012 at 3:10 am

    #1520704

  • RE: Can you prent a DBA from viewing the data ?

    If you don't want your DBA to view data, you could restrict his permission, not grant sysadmin or database role.

    If couldn't then use encryption and audit tools.

  • August 2, 2012 at 3:04 am

    #1520701

  • RE: Please help!!! XACT_E_CONNECTION_DENIED!!!!

    Have you configured the DTC in OS? refer to this article:

    http://technet.microsoft.com/en-us/library/cc753620(v=ws.10).aspx

    SQL Server use MS DTC to control coordination of transactions .

  • August 2, 2012 at 2:55 am

    #1520695

    Viewing 15 posts - 16 through 30 (of 109 total)