Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 4,745 total)

  • RE: Regain disk space after cleaning up tables and indexes

    Now that you have moved data out and have free space within the database, do you actually need to shrink the file?

    If you do, try 'truncateonly' first, see if...

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

  • RE: Any way to make SQL Server use more of the available RAM??

    dev_maniac (3/7/2011)


    George, it's 64 bit, only running SQL Server, nothing in the error log about memory. I set the min memory at 21504 MB, and the max at 29696....

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

  • RE: SP4 on 2005 Standars edtition (32 bits)

    Jeff Moden (3/6/2011)


    Derrick Smith (11/15/2010)


    All service packs for microsoft products are cumulative - you only need to install the latest one.

    That said...Isn't SP4 still in CTP? I wouldn't use that...

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

  • RE: 2008 R2 Browser Service Disabled

    SQL Server Configuration manager --> SQL Server services --> SQL server browser --> right click --> properties --> service tab --> start mode --> change to manual or automatic

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

  • RE: Any way to make SQL Server use more of the available RAM??

    Lots of factors could be in play here.

    Is this 32bit or 64bit? What did you change min and max memory to? Anything else on the server?

    If everything is set up...

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

  • RE: 2008 R2 Browser Service Disabled

    I think the answer is in your question.

    the service has been disabled, it needs to be set to manual or automatic before you can start it. Check under properties.

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

  • RE: error 823

    thanks for the interest guys and sorry i have not come back but it has a madhouse here (I should be working now rather than replying to this :-)).

    The databases...

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

  • RE: SQL 2008 R2 Install - Set Location of system database files

    the data directory is where the system databases will be installed, On that tab you also specify the default USER database directories and backup directory.

    when you enter your location into...

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

  • RE: export with bcp and xp_cmdshell fails when network cable unplugged

    server cannot connect to domain server to verify the windows login.

    Plug the cable back in! 😀

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

  • RE: Using Disparate File Paths in SQL Server Database Mirroring

    nice article Perry and very useful info.

    I think the lesson to take away though is to set your live and failover servers up with exactly the same drive\directory structures in...

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

  • RE: Cumulative Updates

    MS say they are not fully tested so don't give a cast iron guarantee and say not to install if you don't need to. Thats good enough for me. Whos...

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

  • RE: Cumulative Updates

    in the CUs themselves MS say only apply if you have experienced one of the problems it resolves, so thats the rule to follow.

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

  • RE: Error in log only while rebooting server("Login failed for user xxx for DB yyy")

    Just to add to the reassurance this is perfectly normally behavior and I have seen it many times, especially if the application runs as a service.

    Sql is just not ready...

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

  • RE: transactional backups

    nope.

    what you are hoping for cannot be done, whichever way you cut it.

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

  • RE: transactional backups

    slight problem, what you describe is exactly the same as logshipping. As soon as you bring the database online (with recovery option) you won't be able to restore any more...

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

Viewing 15 posts - 1,891 through 1,905 (of 4,745 total)