Viewing 15 posts - 391 through 405 (of 4,745 total)
SQLCMD did replace OSQL so you should use SQLCMD if you can. However OSQL should still be there if you have installed SQL2008
You would find it in c:\program files\microsoft ...
January 7, 2014 at 7:34 am
EdVassie (1/7/2014)
January 7, 2014 at 6:51 am
Some white papers comparing the various HA techniques
http://msdn.microsoft.com/en-us/library/ms190202(v=sql.100).aspx
http://technet.microsoft.com/library/Cc917680
Do you have standard or enterprise edition? To make the secondary databases readable with mirroring you need enterprise edition so you can snapshot...
January 6, 2014 at 12:58 pm
be aware your resource database will stay on the C drive and there is nothing you can do about that short of a reinstall.
January 6, 2014 at 4:37 am
I think to help you people will need at least the update statement as well, but preferably either the XML from the deadlock graph in profiler or the output from...
January 3, 2014 at 9:46 am
First of all congratulations to everyone, when I see this type of article I normally cringe, expecting a bun fight, but this one has not descended into name calling and...
January 3, 2014 at 9:08 am
not via SQL native I am afraid.
you could do more stripes and send more to one drive than another?
January 3, 2014 at 7:48 am
Grant Fritchey (1/3/2014)
January 3, 2014 at 7:29 am
Oh, and growth factor for the log, get the log set to the size it needs to be to accommodate all activity first so hopefully it does not actually need...
January 3, 2014 at 6:12 am
tt-615680 (1/3/2014)
There have been issues in the past where the transactional log file has grown too big that it made the drive to limit its size. I would...
January 3, 2014 at 5:54 am
Andrew Andrews (12/31/2013)
January 2, 2014 at 10:32 am
I would read that If as an 'as well'. This is because the clustered index is still being dropped, but the data is moved at the same time, but is...
January 2, 2014 at 8:13 am
sounds like you want the secondary database to be updateable, is that correct? If so replication in a form that allows updateable subscribers is your only option, .
If this...
January 2, 2014 at 8:00 am
Thomas Abraham (1/2/2014)
If a clustered index is dropped by using MOVE TO, any nonclustered indexes...
January 2, 2014 at 7:41 am
Viewing 15 posts - 391 through 405 (of 4,745 total)