Forum Replies Created

Viewing 15 posts - 301 through 315 (of 575 total)

  • RE: Merge replication error

    Have you applied any patches to one SQL Server and not the other? Not Service Packs, patches!


    Kindest Regards,

  • RE: Getting data from three tables using stored procedure

    Here is my plan of attack!

    1) Detirmine how much data the result set will return.

    2) Produce a graphical query plan and see if the query optimizer is making use of...


    Kindest Regards,

  • RE: Select statement causing blocking

    The default Transaction Isolation Level for SQL Server is READ COMITTED. This level issues Shared Locks on rows that will be selected and Exclusive Locks on rows that will modified.

    As...


    Kindest Regards,

  • RE: Select statement causing blocking

    You must rememebr that by default, a SELECT statement will issue SHARED LOCKS on all rows required for the query and the SHARED LOCK is released as soon as the...


    Kindest Regards,

  • RE: SQL ROLES?

    You could script the entire Database and then remove all but the Roles and Permissions, save the script and then execute the script on the other Database.


    Kindest Regards,

  • RE: "Downgrade" SQL Server

    You guessed it! Re-Install!


    Kindest Regards,

  • RE: How do I Force Reinitialization of Snapshot Replication

    Ok. I currently have a Snapshot Publication of Stored procedures and Views to another Database and it works fine here.

    As long as the Publication has the Stored Procedures and Views...


    Kindest Regards,

  • RE: How do I Force Reinitialization of Snapshot Replication

    When you configure Transactional Replication, 2 jobs are setup in the process. 1 is the Snapshot and the other is the job that perfroms the Replication.

    All you have to do...


    Kindest Regards,

  • RE: error creating file mapping view : not enough storage is available to process this command

    Have you checked the Data in the text files to see if they are compatible with the DataTypes on the Table/s?


    Kindest Regards,

  • RE: SQL Reporting Tools

    Reporting Services is in its initial stages and it will improve on some features as new versions release.

    My biggest gripe with Reporting Services is the Security Model. Until someone explains...


    Kindest Regards,

  • RE: No data to be merged

    Can you explain yourself a bit more?

    When you do the synchronisation, did you specify that the snapshot should initially take place?

    When you modified Data, what do you mean "the old...


    Kindest Regards,

  • RE: blocking in distribution cleanup

    I don't know why this is happening but what you could do in the short term is stop the Distribution Job and let the Log Reader do its thing and...


    Kindest Regards,

  • RE: Index on Identity Columns

    When I Design & Develop Databases, more often than not, just about every Table has an Identity Column that is also the Primary Key. I create a NON-Clustered Index on...


    Kindest Regards,

  • RE: Functions vs. Store Procedures

    Kim03,

    Surely you can come up with better DBA Interview questions than that! How bout sussing out the candidate if he or she can develop Functions & Stored Procedures.


    Kindest Regards,

  • RE: SQL Reporting Tools

    Are you talking about Microsoft Reporting Services?


    Kindest Regards,

Viewing 15 posts - 301 through 315 (of 575 total)