Forum Replies Created

Viewing 15 posts - 1 through 15 (of 176 total)

  • Reply To: Sync Database

    Ant-Green wrote:

    Yes once initialised by the first full/diff, then any subsequent fulls/diffs are not required, only the rolling log chain.

    As for the table not being present, I take it you...

  • Reply To: Sync Database

    Since copy_only was breaking LSN when run parallel with normal LOG backup I decided to use the same log backups and wrote a C# code to fetch the latest file...

  • Reply To: Sync Database

    Ant-Green wrote:

    The option of copy_only on the log backup wont mark the log as re-usable.

    So your 20 minute log backup regularly is marking the log as reusable to which your...

  • Reply To: SQL Management studio 2014 express edition

    bokswager wrote:

    Guys,

    Can I use SSMS 2014 Express edition to connect to a lower and higher SQL server? e.g sql server 2005,sql server 2016, sql server 2017.

    Is there a difference between...

  • Reply To: Changing Credentials

    Steve Jones - SSC Editor wrote:

    I agree with Jeff. If you want to change passwords, do so though be aware this might mean reboots or restarts. For service accounts, use group service accounts, or...

  • Reply To: Changing Credentials

    Jeff Moden wrote:

    Rechana Rajan wrote:

    Jeff Moden wrote:

    Rechana Rajan wrote:

    Thanks Michael, both the reasons you mentioned are valid for SQL Accounts but Service Account and Admin Accounts are strictly with DBAs and Windows Admins.

    If you're...

  • Reply To: Changing Credentials

    Jeff Moden wrote:

    Rechana Rajan wrote:

    Thanks Michael, both the reasons you mentioned are valid for SQL Accounts but Service Account and Admin Accounts are strictly with DBAs and Windows Admins.

    If you're sharing the...

  • Reply To: Changing Credentials

    Michael L John wrote:

    Sure, it's advisable.

    I'm assuming that the reason for this is because the users and passwords have slowly got out to the people who shouldn't have them, or they do...

  • Reply To: Data Migration

    Steve Jones - SSC Editor wrote:

    If you are doing updates, then SSIS works great. If this is a full migration each time, there is the SQL Server Migration Assistant that works well. A number...

  • Reply To: Data Migration

    Thanks Steve,

    We need to do multiple times till the project goes live in SQL Server as we are removing Oracle for this.

  • Reply To: Azure SQL Database TDE

    Grant Fritchey wrote:

    This is a resource I trust very much talking about this topic. His suggestion is to change the keys every two years. Read the article for more details.

     

    Thanks...

    • This reply was modified 4 years, 11 months ago by  Rechana Rajan.
  • Reply To: Add\Modify Index on Large Table.

    Jeff Moden wrote:

    There's a difference (to me, anyway) between a table that suffers a whole lot of INSERTs and a table that suffers UPDATEs.  Run logs (with only one exception that's...

  • Reply To: Add\Modify Index on Large Table.

    Eric M Russell wrote:

    Taking a step back, if the table gets routinely updated, then it's probably more like a queue table or a run log table (ie: row gets insert with StartTime...

  • Reply To: Add\Modify Index on Large Table.

    Jonathan AC Roberts wrote:

    If you have SQL Server Enterprise you can use ONLINE = ON on the create index statement. This is supposed to allow transactions to continue on the table while...

  • Reply To: DeadLock its own Process

    Can anyone help me on this? Getting 300+ of the same ..How can I avoid this?

Viewing 15 posts - 1 through 15 (of 176 total)