Forum Replies Created

Viewing 15 posts - 13,666 through 13,680 (of 39,898 total)

  • RE: Zeroing out bad block?

    You can keep trying to do this without impacting production, but you run the risk, perhaps a serious risk, of losing lots of your data. You need to spend the...

  • RE: How to Password protect SQL Server Database ?

    You cannot prevent people from connecting to Access with another front end either. Once they know the password, same as a login in SQL Server, they can connect from any...

  • RE: get the actual password from aspnet_memberships

    drew.allen (6/4/2012)


    This is simply no valid reason to read stored passwords. Even if it were possible, providing the capability to do so would create a huge security risk.

    Drew

    Very true,...

  • RE: Deleting records without transaction log

    I would think about setting a process that deletes a few chunks, and them take a log backup. Monitor the size of the backups. If it's low enough, raise the...

  • RE: Can you add SQL Server Policies to enforce these standards?

    Some of these you may be able to enforce, but in some cases, you've provided things that aren't really patterns, but formatting standards.

    For example, a "use" statement for scripts. SQL...

  • RE: Back restore as late as posible

    ben.brugman (6/4/2012)


    Grant Fritchey (6/4/2012)


    When all you have available is the full backup, that's all you're going to get. If you have log backups available, you can restore right to the...

  • RE: get the actual password from aspnet_memberships

    First, please don't edit the question to change it as it then wrecks the flow of the discussion. If you have a follow up, ask it. If you have a...

  • RE: Back restore as late as posible

    To build on Grant's note.

    The RDBMS always does a recovery when you restore. This means that all commits in the log are verified as being in the data files as...

  • RE: New Security Holes

    djackson 22568 (6/4/2012)


    It isn't just voice recognition we ought to be worried about.

    So very true.

    Any of our data, even things we might not expect (like images/recording of our person, or...

  • RE: How to Password protect SQL Server Database ?

    Grant has good ideas.

    By default you don't get access to any tables or objects in a database without being granted them. So only grant what you want users to have.

    Use...

  • RE: SO fast!

    No, we are in the UK

  • RE: Talking baseball

    Finally got ahold of one yesterday. Nice, just above the knees, a little inside, and I bounced it off the 360' fence for a double.

    Feels like baseball season.

  • RE: Star Trek

    It's amazing how many "relations" you can make between the sci-fi movies and work. Often not as the original writers intended.

  • RE: Wrist Support

    Take lots of breaks.

    Seriously, that's important. Get up, even for 5 minutes.

    Do some stretches. Google for the various ones for your wrist. Adding some strength/muscle will help. You don't have...

  • RE: Does studying a Masters give you an edge in the employment stakes?

    I tend to agree with Grant, overall. Experience matters more.

    If you want to learn more, as Gail mentioned, get the Masters. Otherwise, go to work.

Viewing 15 posts - 13,666 through 13,680 (of 39,898 total)