Viewing 15 posts - 32,236 through 32,250 (of 39,748 total)
I used to keep the same sa password on every production server. Different passwords for dev and QA. I'm not sure it's a bad security risk, especially given the hassles...
April 12, 2007 at 3:09 pm
My understanding is that Bulent is correct. Enterprise edition allows unlimited instances, but Standard must be licensed in each VM.
April 12, 2007 at 3:05 pm
Image from Denby to review at: http://www.sqlservercentral.com/forums/images/denverdavis_ERD.GIF
April 12, 2007 at 3:01 pm
It will be mostly a trial and error. I've seen 1.5 largest table or even 2x largest table for the data movement. For the log, depends on rows and will...
April 12, 2007 at 9:02 am
http://www.sqlservercentral.com/columnists/sjones/datamigrationquicklyinsertingnewdata.asp
Get a list of servers into Excel, setup a "isql -S" in one cell, "sp_password null, new, sa" in the other and combine those with the server name into a...
April 12, 2007 at 9:00 am
That does sound long. I think SQL_ORACLE is right. I'd expect a 200GB file to be restored in 3-6 hours tops. If you have spread out the disk I/O, data,...
April 12, 2007 at 8:34 am
Stop using sa
No other way. Use a limited user, even a standard one, that has rights, like db_owner to particular databases.
April 12, 2007 at 7:41 am
Right click the database in Enterprise Manager, select Backup Database. pick a location and file name.
You can also setup a maintenance plan, select all "system dbs" and configure the backup...
April 12, 2007 at 7:40 am
This (http://www.sqlservercentral.com/columnists/rpearl/abitabout64bit.asp) seems to indicate you still need PAE and AWE. The data cache gets all your RAM, but the buffers for structures and objects are limited to 4GB.
Not a...
April 12, 2007 at 7:39 am
Scott and Cliff have really answered well, so listen to them and thanks for the great answers.
The only other hting I'll add is that the query optimizer works better with...
April 12, 2007 at 7:35 am
What is "Reseter Database" and I'm not sure what the list of server roles has to do with you attaching a database. If you are connecting as a sysadmin or...
April 12, 2007 at 7:32 am
The log stores all your transactions, which could be more than the data size, depending on how things are loaded.
If this was a one time, or rare thing, you can...
April 12, 2007 at 7:31 am
USE is a statement. I suspect that your BOL is out of date. There have been 2 or 3 updates to BOL since the release. CONNECT is a permission required...
April 12, 2007 at 7:28 am
Thanks for the complements! We try and please let us know when we stray off the path.
Steve
April 12, 2007 at 7:21 am
Congrats Sarah and good luck in the new position!
April 12, 2007 at 7:18 am
Viewing 15 posts - 32,236 through 32,250 (of 39,748 total)