Forum Replies Created

Viewing 15 posts - 31 through 45 (of 392 total)

  • RE: Best way for dynamic partitioning of table sql server

    Jeff Moden (9/12/2016)


    sjimmo (9/12/2016)


    Jeff Moden (9/12/2016)


    BI_NewBie (12/3/2014)


    Hey Jeff!!

    Thanks for your reply.

    In my database, there is a transaction table whose row count is 117690142. There are index created on column but...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Best way for dynamic partitioning of table sql server

    TheSQLGuru (9/12/2016)


    Sounds like you know what you are doing Steve. Kudos for you! Do note that we don't get a whole lot of that on these forums (because if they...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Best way for dynamic partitioning of table sql server

    Jeff Moden (9/12/2016)


    BI_NewBie (12/3/2014)


    Hey Jeff!!

    Thanks for your reply.

    In my database, there is a transaction table whose row count is 117690142. There are index created on column but still when we...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Sql Server error log growing out of control

    Is this any help? It's for SQL 2012.

    https://social.msdn.microsoft.com/Forums/en-US/098fb5b0-d3ad-4008-b7c5-8d810b89f4f7/sql-server-2012-frequent-system-health-monitor-thread-operating-system-error-exception-0x1?forum=sqldatabaseengine

    Error log entries on the screenshot:

    System Health Monitor Thread: Operating system error Exception 0x1 encountered.

    Error: 17053. Severity 16, State:1

    External dump process return...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Sql Server error log growing out of control

    You need to identify why you are receiving the stack dumps.

    What version of SQL Server is this?

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Possible to do a backup/Restore of Tables Only??

    If you just move the tables, but not the data, what's the point. You could simply script the database. If you move the tables, but not the foreign keys, constraints...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Possible to do a backup/Restore of Tables Only??

    In order to do this you would have to have your tables on separate file groups (Not on PRIMARY) and perform backups of each file group. You could then restore...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Substring from RIGHT

    Thanks Jeff. I was simply offering an alternative. Should have looked more closely at the dates. :hehe:

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Substring from RIGHT

    DECLARE @valVARCHAR(30)

    SELECT @val = '9.0.0832.1032'

    SELECT @val

    SELECT SUBSTRING(@val, LEN(@val) - 6, 2)

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: SQLCMD Login Issue

    Steve Jones - SSC Editor (6/14/2016)


    From MS:

    Use -P "", double quotes, which should work. I'm guessing this might work for SQLCMDPASSWORD as well.

    If not, can you use isql/osql instead?

    This was...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: SQLCMD Login Issue

    Steve Jones - SSC Editor (6/14/2016)


    Does the password have to be NULL? Or can it be blank? Can you set the SQLCMDPASSWORD environment variable?

    The docs definitely support that this should...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Certificate

    That's interesting, as that is contrary to what MS says about encryption (not specifically backup). So the assumption is there. Learn something daily 😉

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Certificate

    One note though, the expiration is ignored if the cert is used for encryption

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Restore help needed for 1.5 TB database.

    My question is are all of the files making up the database on one file/filegroup?

    Ideally I would, for a database this size, perform all of the dumps using file/filegroup. It...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Replication-Subscriber Down Scenario

    The impact will be on the distributor, and how long you have set the history for.

    The publishing database performs some data manipulation. These are sent to the distributor and held...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

Viewing 15 posts - 31 through 45 (of 392 total)