Forum Replies Created

Viewing 15 posts - 9,226 through 9,240 (of 9,244 total)

  • RE: Log file is growing to 120+ GB for a database of size 20GB

    set the recovery model to "bulk logged" during the purge and change back to simple after you have finished deleting data

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Memory Size and Number of CPUs

    you would be wise to furnish sql server with more memory rather than CPU. High CPU count will raise the software costs too 😉

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Script to find all objects owned by a user (loginname)

    for SQL2000 try this, it returns any objects not owned by sys or dbo just change it to look for your login (instead of excluding). To catch all DB's wrap...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: 'sa' OR 'Domain\Administrator' OR [dbo]

    exactly, BTW also forgot to mention that sa login is also disabled on our sql servers.

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: AWE enabled yes or no?

    even under virtualisation 64bit isnt necessarily the defacto platform

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: To see databaseand sql server performance

    if you plan on using perfom there are a set of key counters to look at, what do you plan to use?

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQl 2005 - moving tempdb to a different drive

    assuming you have the arrays available 😀

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: AWE enabled yes or no?

    humbleDBA (6/18/2008)


    Colin,

    I don't wholy disagree with you on the 64-bit vs 32-bit. In fact in most cases, and for DB servers that have large DBs and require performance then 64-bit...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Not able to connect one server to another server

    just for reference and to help others with similar problems what was it you did? 😉

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: To see databaseand sql server performance

    what monitoring tool(s) are you using?

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: 'sa' OR 'Domain\Administrator' OR [dbo]

    our databases all get set to SA ownership and SA has a secure password.

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to list all the instances and the port they are listening

    done this already, use xp_regread to read the values from the registry and output

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2000 - Finding User who deleted a DB

    depending what you are auditing, there would be more options of tracing but you need advanced auditing enabled

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2000 - Finding User who deleted a DB

    the IP address of the machine would also be recorded with the SQL login, depends what you are auditing

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: installing new server

    detach and re attach, also dont forget to script off your logins and take those across too

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 9,226 through 9,240 (of 9,244 total)