Forum Replies Created

Viewing 15 posts - 34,591 through 34,605 (of 39,726 total)

  • RE: Backup & Restoring a Database

    I'd do a backup and restore to test. Then when you have it down, logins moved (search sp_help_revlogin), then do a full backup on source and move to produciton. Then...

  • RE: Controlling SQL server memory usage

    As SQL needs memory, it will request more memory from the OS. You can use Enterprise Manager | Server | Properties | Memory tab and you can limit the maximum...

  • RE: backup database when it is in use ?

    Been backing up for 10 years and never stopped a database for a backup yet. Restores work without a flaw.

  • RE: Controlling SQL server memory usage

    The memory is released, but the caching might be affected. This will balance out as other queries are called. Right now I do not believe there is anyway to affect...

  • RE: Question of the Day for 31 Aug 2004

    Yeah, I got one

    The close wording is intentional. A view having 2 tables does not necessarily impact the ability to update. It could...

  • RE: Question of the Day for 27 Aug 2004

    I completely agree with the business problem, which was why I provided a couple examples. If I have an OLTP system taking orders and one transaction, not one row, one...

  • RE: Question of the Day for 30 Aug 2004

    Good suggestion. The question has been edited to reflect SQL 2000.

  • RE: Table Relationships

    I'd start by listing the objects that you think you need to store. You need a customer, you need some type of rental agreement, some inventory, some cost structure.

    If the...

  • RE: Sql views vs stored procs

    proc more like a function, can do many things, better security from sql injection, encapsulation of functions, etc.

    the view can do similar security, but at a grosser level. Only functions...

  • RE: SQL and WAN configuration

    Not quite sure what you mean. It has a public IP reachable from the Internet? You need to be sure 1433 TCP is open on your router/firewall.

  • RE: Information_Schema Views

    They are automatically created by the system.

  • RE: Shrinking the database...FAST

    There is not a faster way.

    I'd do it in stages. Shrink to 80% full, then 70, 60, etc. Get as much done as you can. If it appears that it's...

  • RE: Attempt to insert Null data

    There is a checkbox on the data transforms to ignore identity fields. Nothing should be mapped to that field in the map tab.

  • RE: Question of the Day for 27 Aug 2004

    You guys are overthinking this. It's a simple question on how you restore to a particular point in time, in this case, to a named transaction.

    The question did not specify...

  • RE: LocalSystem VS Local account in Administrators Group

    You can do a local account not in the admin group. Localsystem may not be able to do everything you need, but it's a smaller attack vector from what I...

Viewing 15 posts - 34,591 through 34,605 (of 39,726 total)