Forum Replies Created

Viewing 15 posts - 241 through 255 (of 2,647 total)

  • RE: Backup Subscriber Database?

    dan-572483 (8/27/2012)


    The plan we're looking at now is...

    1) Change the subscriber to Simplle Recovery

    2) Full Backup

    3) Shrinkfile command.

    The Publisher DB already has daily full backups and transaction log backups...

    Jared
    CE - Microsoft

  • RE: Backup Subscriber Database?

    dan-572483 (8/27/2012)


    Should a subscriber database in a tranactional replication scenario be regularly backed up to control log file size?

    The log file in a subscriber database is nearly twice the size...

    Jared
    CE - Microsoft

  • RE: sql server 2008 replication: Subscription not showing up in Local Subscriptions

    chandan_jha18 (8/27/2012)


    Can you please use T-SQL commands to create subscription.

    Chandan

    Although I prefer that myself, how does this help the issue? To the OP, is your distributor local to the...

    Jared
    CE - Microsoft

  • RE: Replication problem

    saidapurs (8/22/2012)


    Hi Mistihad,

    Replication will happen on 2 major condition.

    1. Table should be required a index (Cluster or non-cluster)

    2....

    Jared
    CE - Microsoft

  • RE: report heading with country code

    viveksvkola (8/27/2012)


    if i select parameter value as country name but report header show as country code in ssrs

    Change the report header to use country name instead of country code.

    Jared
    CE - Microsoft

  • RE: Simultaneous read and write in SQL server 2008

    mailrahul.p (8/23/2012)


    Thanks for a quick reply. Although, I am new to SQL server, I have worked on other DBMS platforms.

    Its not actually a deadlock that is happening, but the processes(read/write)...

    Jared
    CE - Microsoft

  • RE: Simultaneous read and write in SQL server 2008

    mailrahul.p (8/23/2012)


    Hello Experts,

    I am newbie when it comes to SQL server. I am currently working on SQL server 2008 and would like to a know few details about it.

    In our...

    Jared
    CE - Microsoft

  • RE: Partition Buckets not getting updated on a Partition table

    vamshikris422 (8/23/2012)


    Thanks for the reply Jared!

    I meant that the function is declared with 28 buckets of time each worth a week. We need that to be a rolling window which...

    Jared
    CE - Microsoft

  • RE: Partition Buckets not getting updated on a Partition table

    vamshikris422 (8/23/2012)


    Hi,

    I have a SQL Server 2008 table which is partitioned into 28 weekly buckets based on a field timestamp.

    Reason being, the table contains humongous data and we archive data...

    Jared
    CE - Microsoft

  • RE: How can I pass table row as a in parameter to stored proc

    If the values are already in a table, why are you passing them to a stored proc. Why not just reference the table in the proc? This would save...

    Jared
    CE - Microsoft

  • RE: How to catch a query from an another database?

    DatabaseName and ServerName are options in profiler. Make sure you check the box to display all columns.

    Jared
    CE - Microsoft

  • RE: Collapse Logic in SQL

    vp7986 (8/22/2012)


    Min and Max doesn work for the 2nd Example.

    Well, that's a collation issue. The default collation is case-insensitive, so BCD = bCd = BcD = Bcd... You can...

    Jared
    CE - Microsoft

  • RE: high reads

    in my opinion if imp in ent mngr and physically click generate query exec plan it should damn well generate the plan. not pull the cached plan if it exists.

    You...

    Jared
    CE - Microsoft

  • RE: Urgent request please

    Also, google Gaps and Islands. Here is a link to a sample chapter in an amazing book that illustrates the problem and solutions. I suggest that if this sample...

    Jared
    CE - Microsoft

  • RE: create procedure on top of another procedure

    Lowell (8/21/2012)


    SQLKnowItAll (8/21/2012)


    Lowell (8/21/2012)


    SQLKnowItAll (8/21/2012)


    Lowell, why the WHILE 0=0?

    thanks for catching that!

    it was a copy paste blunder form something i adapted; i edited my post to yank that out;

    Darn, I...

    Jared
    CE - Microsoft

Viewing 15 posts - 241 through 255 (of 2,647 total)