Viewing 15 posts - 34,591 through 34,605 (of 39,726 total)
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...
August 31, 2004 at 9:53 am
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...
August 31, 2004 at 9:29 am
Been backing up for 10 years and never stopped a database for a backup yet. Restores work without a flaw.
August 31, 2004 at 9:24 am
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...
August 31, 2004 at 7:55 am
Yeah, I got one ![]()
The close wording is intentional. A view having 2 tables does not necessarily impact the ability to update. It could...
August 31, 2004 at 7:45 am
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...
August 30, 2004 at 12:36 pm
Good suggestion. The question has been edited to reflect SQL 2000.
August 30, 2004 at 12:05 pm
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...
August 28, 2004 at 3:25 pm
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...
August 28, 2004 at 10:54 am
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.
August 28, 2004 at 10:52 am
They are automatically created by the system.
August 28, 2004 at 10:51 am
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...
August 28, 2004 at 10:50 am
There is a checkbox on the data transforms to ignore identity fields. Nothing should be mapped to that field in the map tab.
August 27, 2004 at 5:12 pm
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...
August 27, 2004 at 5:11 pm
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...
August 27, 2004 at 4:13 pm
Viewing 15 posts - 34,591 through 34,605 (of 39,726 total)