Forum Replies Created

Viewing 15 posts - 1,051 through 1,065 (of 4,745 total)

  • RE: Rebuild index required Down time ??

    thanks Grant

    ---------------------------------------------------------------------

  • RE: Rebuild index required Down time ??

    but it basically reinforced the 'only reorganise at low fragmentation' advice generally given?

    ---------------------------------------------------------------------

  • RE: Rebuild index required Down time ??

    Grant Fritchey (4/18/2012)


    I would be very careful about using reorganize as a mechanism for performance enhancements. I've seen tests run by Brad McGehee and it's only of marginal use within...

    ---------------------------------------------------------------------

  • RE: Rebuild index required Down time ??

    try reorganise index, its much less intrusive. It can be less effective so monitor your fragmentation.

    If your queries are mostly returning small amounts of data a little fragmentation is not...

    ---------------------------------------------------------------------

  • RE: Password protect Backup files

    THE-FHA (4/17/2012)


    Guys what i am actually trying to achieve is to avoid .bak files from being restored elsewhere by someone who got access to the backup file. So column level...

    ---------------------------------------------------------------------

  • RE: Jobs History clears by itself

    right click on sql server agent, properties history, you probably need to increase your retention values, in particular job history log size.

    You could also have a purge job running via...

    ---------------------------------------------------------------------

  • RE: Password protect Backup files

    I don't know, as a veteran why did you think I need the obvious quoted at me? I found it patronising. You should have just said in your opinion it...

    ---------------------------------------------------------------------

  • RE: How many rows is it reasonable to put in SQL Server? (large data question)

    largest table I have had was 1.5 billion rows. That was fine on a server with only 4Gb of memory.

    Indexing is very important, for instance I found it useful to...

    ---------------------------------------------------------------------

  • RE: Password protect Backup files

    this option will not be present in SQL2012

    ---------------------------------------------------------------------

  • RE: Password protect Backup files

    op didn't say what he wanted it protected from.

    ---------------------------------------------------------------------

  • RE: Password protect Backup files

    you can specify a password when you create a backup, which would then be required to restore from the backup file.

    http://msdn.microsoft.com/en-us/library/ms186865(v=sql.100).aspx

    this option will not be present in SQL2012

    ---------------------------------------------------------------------

  • RE: How to Copy a Database Using SSMS for SQL Server 2008

    irrespective of the connection string is there a 'use database' statement in the application.

    would be worth running profiler to see exactly what happens when you fire up the application

    ---------------------------------------------------------------------

  • RE: How to Copy a Database Using SSMS for SQL Server 2008

    also look for any login failure error messages in the sql errorlog and post the state no here.

    ---------------------------------------------------------------------

  • RE: How to Copy a Database Using SSMS for SQL Server 2008

    Then I took the original database Offline.

    When I run the application, it complains that it can't open the original database because it's offline.

    you still had this error...........

    what is the logins...

    ---------------------------------------------------------------------

  • RE: Want to import all the jobs from one server to another

    what version of SQL are you migrating from?

    you should be configuring database mail and using sp_send_dbmail .

    ---------------------------------------------------------------------

Viewing 15 posts - 1,051 through 1,065 (of 4,745 total)