Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)

  • RE: Converting a date

    cory.bullard76 (12/2/2015)


    Ok, it is a date time field type....and I show records for Dec 1 2015.....but, when I say that field = 12/01/2015 I get 0 results

    Where somedatetimefield >= '2015-12-01...

  • RE: Is there a way to quantify what extra overhead that TDE might be causing?

    okay, but their isn't a way to track just the TDE cost or is it just straight cpu %?

    I presume just cpu % with getting to peak at the tde...

  • RE: Backup procedures for server

    I think this my have gotten lost in the holiday weekend.

  • RE: Is there a way to quantify what extra overhead that TDE might be causing?

    Well, that would have been a good thought but we have already turned it on and turned off the old server.

    :crying:

    Also are their SSIS or some other sort of Stats...

  • RE: Is this something that I need to be worried about?

    yes, i see that I was wondering about the cpu time message.

  • RE: Turning off TDE

    That may be true I'm still pretty new to SQL and we migrated from a physical server to a virtual server which I'm sure is impacting performance do to storage...

  • RE: Turning off TDE

    So, the long and short of it is that TDE did indeed cause increased overhead and the server was not sized correctly to handle the I/O load.

    We also had a...

  • RE: Turning off TDE

    So does one ever run index rebuilds during live hours.

    We have users getting actions suspended and so on.

    Also when we bumped the Memory as I watch it. It doesn't seem...

  • RE: Turning off TDE

    /* Conditional indexing script. */

    -- Ensure a USE <databasename> statement has been executed first.

    USE iDocs

    GO

    SET NOCOUNT ON

    -- =======================================================

    -- || Configuration variables:

    -- || - 10 is an arbitrary decision point at...

  • RE: Turning off TDE

    how wise is that and how intensive are we talking about?

  • RE: Turning off TDE

    it's not i think the TDE caused table/index fragmentation.

    which is causing the issue.

    can you run a table by table reindex rebuild while in production? as in not off-hours?

  • RE: SQL Server Encryption

    I know that this is a month old post but. . . I am also going to be enabling TDE on databases and was wonder what best practices people follow?

    i.e...

Viewing 12 posts - 16 through 27 (of 27 total)