Viewing 15 posts - 211 through 225 (of 245 total)
It seems that you need get the computer name inside SQL Server to match where it is now installed. You might start by reviewing the information below. I found...
January 27, 2015 at 5:12 pm
The link below says you cna run this at the Publisher OR the Subscriber to remove replication objects.
https://msdn.microsoft.com/en-us/library/ms188734%28v=sql.110%29.aspx
January 27, 2015 at 5:00 pm
I don't know of a way to do that. The GUI is going to automatically point to the tables that are in the database from which you start the...
January 27, 2015 at 4:49 pm
jbalbo (1/22/2015)
First , sorry if I word this incorrectly....
We have setup a report server where a db's tables are refreshed from a backup daily.
All SP and views are created...
January 26, 2015 at 8:34 pm
I would say you are on the right track. The two index examples would eat up space unnecessarily and would cause additional work for modification queries involving the Key...
January 23, 2015 at 6:08 pm
samueltap (1/22/2015)
Hi everyone,Please your help as I can implement a performance analysis SQL Server 2012?
Have to agree with Kevin's advice.
This question is really too broad. Are you...
January 23, 2015 at 5:58 pm
Changing the compatibility mode after your third party software upgrade is in place should be fine. As Jeff indicated, you definitely want to do this in a test environment...
January 23, 2015 at 5:42 pm
rob.lewis 86087 (1/12/2015)
January 20, 2015 at 11:15 pm
I purchased it and liked it a lot. There are a wide range of questions and great advice about how to think through questions that you may be asked...
January 20, 2015 at 11:03 pm
Have you looked at the execution plans? Are they identical?
January 20, 2015 at 11:01 pm
bgrossnickle (12/11/2014)
January 20, 2015 at 10:56 pm
tcronin 95651 (1/9/2015)
January 20, 2015 at 10:48 pm
I would suggest going out to s place like brentozar.com and getting the sp_AskBrent stored proc and running it to see what it tells you in terms of performance issues....
January 20, 2015 at 10:35 pm
PiMané (1/20/2015)
I'm analyzing a server 2008 R2, build RTM...
I was looking at the sys.dm_io_virtual_file_stats and got scared with the tempdb write stalls... io_stall_write_ms/num_of_writes gives 1080ms.. 1 second average wait...
January 20, 2015 at 10:19 pm
When I look up the idea of pausing the mirroring session I am not coming across anything that specifically addresses your question. Is it out of the question to...
January 20, 2015 at 10:01 pm
Viewing 15 posts - 211 through 225 (of 245 total)