Forum Replies Created

Viewing 15 posts - 4,891 through 4,905 (of 6,038 total)

  • RE: Data Will Drive the World

    Having worked in the healthcare IT industry for several years, I can see how data is revolutioning how things are done. I've contributed to a lot of cool projects that...

  • RE: Very large table - performance issues

    Abu Dina (5/21/2013)


    We have a tall table that contains 2.6 billion rows

    Table structure:

    The application which uses this table has been running slow for the last couple of days and it...

  • RE: Very large table - performance issues

    nivek-224024 (5/21/2013)


    With 2.6 billion rows, be mindful of those INT datatypes. You have probably already considered that, just throwing it out there.

    Your comment is referring to the maximum 2,147,483,647...

  • RE: How can I kill ad-hoc or long time running queries, safely?

    I hope these ad-hoc queries are not running against your primary operational database. If so, then as suggested earlier, speak with your manager about implementing a replicated instance. Also consider...

  • RE: How can I kill ad-hoc or long time running queries, safely?

    Read up on the SET QUERY_GOVERNOR_COST_LIMIT setting, which can be configured at either the session or server level. The threshold value specifies the maximum number of seconds for which a...

  • RE: Stuck with this update statement

    Lynn Pettis (5/16/2013)


    I may be wwrong, but since all the columns used to update the table come from the columns defined in the view, I would say the computed column...

  • RE: Honeywords in SQL Server

    Of course, if your database accepts only network domain logins, then all this fancy authentication would be handled by Active Directory, not by SQL Server. Users login to the network...

  • RE: Stuck with this update statement

    curious_sqldba (5/16/2013)


    Eric M Russell (5/16/2013)


    curious_sqldba (5/16/2013)


    Ok makes sense, i am joining on a table and a view, i might have to add this column on all the underlying tables...

    I don't...

  • RE: Stuck with this update statement

    curious_sqldba (5/16/2013)


    Ok makes sense, i am joining on a table and a view, i might have to add this column on all the underlying tables...

    I don't know what lay beneath...

  • RE: Honeywords in SQL Server

    Steve Jones - SSC Editor (5/16/2013)


    Eric M Russell (5/16/2013)


    ...

    There could also be honeypot tables. For example, the DBA could create tables with enticing names like [Employee_Salary] or [Customer_CreditCard] and then...

  • RE: Honeywords in SQL Server

    If the production server should only be accessable by an admin or service accounts, then there is no reason why login attempts should be routinely failing with invalid account name...

  • RE: Stuck with this update statement

    curious_sqldba (5/15/2013)


    Thanks. Few questions before i try:

    i) in reality i have about 20 columns in my table, so for this new computer column would i do like checksum( col1,col2...col 20)?

    ii)...

  • RE: Stuck with this update statement

    WHERE A.Pid = 9

    AND ( Isnull(A.ID, 0) <> Isnull(V.ID, 0)

    ...

  • RE: The Challenger

    Ultimately I think it's easier to stick to as few platforms as possible to allow your staff to build expertise in optimizing their code and configurations for a platform.

    It...

  • RE: When to use Transparent Data Encryption (TDE)?

    sjs-36273 (5/14/2013)


    GilaMonster (3/4/2012)


    kilkenny (2/27/2012)


    My first inclination was to turn on TDE, but after reading several articles, I'm worried about losing performance. If we choose to encrypt at the column-level,...

Viewing 15 posts - 4,891 through 4,905 (of 6,038 total)