Viewing 15 posts - 24,166 through 24,180 (of 39,818 total)
SQL doesn't care about IP, network, etc. It does care about local paths, as those are how it finds the database files. If those change, you can fix things.
What you...
April 24, 2009 at 12:03 pm
I think he means interaction issues, issues conflicting between firmware and the install.
April 24, 2009 at 12:00 pm
Mirroring shouldn't be affected by log backups. If mirroring pauses, however, then it can affect the log. It can't be cleared until those entries are moved to the mirror.
April 24, 2009 at 9:23 am
My concern wouldn't be with CPU or memory. I assume you're going up with both, otherwise why move?
My concern is drivers and Windows. SQL doesn't care. You get the drive...
April 24, 2009 at 9:10 am
You can limit it, but you'd need to shred the EVENTDATA XML to figure out which table it was and then limit things.
You might be better off just logging changes...
April 24, 2009 at 9:02 am
You transaction log backup should not be growing if you are not changing data. If it is, I can only assume that transactions are being added to the database, inserts,...
April 24, 2009 at 8:49 am
The trigger can't exist without the table, so I think it's a dependent object that goes in there. You ought to be able to get the others as separate files.
The...
April 24, 2009 at 8:46 am
I don't include tempdb in anything.
I do include model. If changes get made there, you want them backed up. However I don't reorganize or reindex system dbs.
I put system dbs...
April 24, 2009 at 8:43 am
I agree. I think it's an outstanding technique. You could watch them go through things, or leave them in a room, give them an hour, have them make notes and...
April 23, 2009 at 2:30 pm
The reindex will need space to complete, but it ought to get you a set of contiguous extents. The issue is that you don't know where those will be.
What you...
April 23, 2009 at 2:19 pm
How exactly to envision the data being used? What are some samples ways this data is being gathered, user for search?
That will help us to determine how the entity lives...
April 23, 2009 at 2:12 pm
GSquared, actually the whole technique is great. Give them a server in a VM, what's wrong?
A good way to see how people go about their jobs.
April 23, 2009 at 1:57 pm
I love these questions.
http://www.sqlservercentral.com/Forums/Topic703533-24-1.aspx?Update=1
Gives me a chance to get multiple posts in :w00t:
April 23, 2009 at 1:57 pm
Please do not cross post.
Please do not ask general questions without having done some basic research and thinking about what problem you are having.
Closing this thread.
April 23, 2009 at 1:56 pm
There is one method, no best.
http://msdn.microsoft.com/en-us/library/ms186858.aspx
If you have some other question, please better define what issue you are having or what you don't understand. If this is a simple restore,...
April 23, 2009 at 1:54 pm
Viewing 15 posts - 24,166 through 24,180 (of 39,818 total)