Viewing 15 posts - 106 through 120 (of 206 total)
Bhuvanesh,
Socket is the basic unit of hardware to hold processing units. Say if you have dual-core, then you mean 2 processing units in 1 socket. "SQL_Server_2012_Licensing_Reference_Guide".Google this search.The pdf is...
December 26, 2012 at 11:18 pm
Did you able to check what session/process is blocking alter statement by running sp_who2?
December 26, 2012 at 11:11 pm
Guess you are using "Generate Script" in ssms.
Ensure you have selected "Script Logins" and "Script Object-level permission" to TRUE( they are in Advanced option).
December 26, 2012 at 10:49 pm
Please verify your upgrade process with this link.
http://msdn.microsoft.com/en-us/library/ms191295(v=sql.105).aspx
December 20, 2012 at 11:28 pm
Yes, You can do it as long as mdf file should reside in different path from the original mdf file.
Use either sp_attach_single_file_db (deprecated feature) or CREATE DATABASE FOR ATTACH.
December 20, 2012 at 10:37 pm
millnerj (12/18/2012)
Each node displays the proper version and runs fine
Where did you see this? Did you properly do "Add Node" in passive node?
December 19, 2012 at 2:13 am
We were examining plan cache size. Actually cache size of most of the adhoc queries are more than 40KB. We are working to convert them either parameterized or SPs.
Thanks Gail.
December 19, 2012 at 2:12 am
Google it sp_spaceused.
December 17, 2012 at 10:40 pm
I would prefer a clean Sql Server shutdown , not by just windows shutdown.
http://www.sqlservercentral.com/Forums/Topic667203-146-1.aspx
December 17, 2012 at 9:04 pm
Try to use Central Management Server.
http://msdn.microsoft.com/en-us/library/bb934126(v=sql.105).aspx
December 13, 2012 at 9:40 pm
December 13, 2012 at 1:06 am
Also edition of mirrored server plays a significant role when it comes to synchrnoization.Enterprise editon will use "Parallel redo" using more threads available to mirroring session If you have more...
December 13, 2012 at 12:11 am
Yes, modifiying min or max server memory will flush cache memory.
December 12, 2012 at 11:55 pm
Mohammed Imran Ali (12/11/2012)
The transaction log file does not go down even after database full backup is completed
Full database backup will not reduce Tlog size.
Have you verified the status of...
December 11, 2012 at 9:59 pm
Do you take tape backup? What are the wait types your backup session is hanging on? Check with your backup team to verify the backup throughput (mb/secs).
December 9, 2012 at 11:06 pm
Viewing 15 posts - 106 through 120 (of 206 total)