Viewing 15 posts - 556 through 570 (of 966 total)
November 13, 2012 at 4:12 am
Once a dirty page has been written to disk it is either kept in the buffer pool for further access or it is returned to the free buffer list for...
November 9, 2012 at 4:21 am
Is the SQL Browser service running locally? Also, what happens if you manually type in the instance names and try to connect?
November 8, 2012 at 7:55 am
It also depends on other factors as well, such as:
SP version and service pack level
what databases
SharePoint included a procedure called defragmentIndices after SharePoint 2007 SP2.
November 8, 2012 at 7:50 am
Not an expert on SSIS, but from BOL:
RESOURCE SEMAPHORE
"Occurs when a query memory request cannot be granted immediately due to other concurrent queries. High waits and wait times may indicate...
November 8, 2012 at 7:45 am
I would avoid xp_fixeddrives. It does not recognize mount points. You will get much better information querying the win32_Volume WMI class. You can do it easy if you are using...
November 8, 2012 at 7:36 am
This is a SQL Server 2000 forum that is buried at the bottom of the forums page. You may want to post your question to the SQL Server 2012 forum:
November 5, 2012 at 9:01 am
Actually if they are not saved I find that SSMS does tend to prompt you if you want to open previously opened Query Editor windows. You get a window with...
November 5, 2012 at 8:58 am
Can you post a screen shot of the GUI so we can verify what options you should be selecting? Otherwise like Anthony stated T-SQL is the way to go. It...
November 5, 2012 at 7:17 am
What is the error message?
I second this. We need more info. Does the SQL group have an associated user in the database that you are trying to access?
October 30, 2012 at 9:07 am
You are going to need to ensure that you know what ports SQL is listening on and ensure that the firewalls of your end pc, DSL/cable router and any ISPs...
October 30, 2012 at 6:38 am
Yes, SQL Server 2012 supports DB mirroring as well as a new feature called AlwaysOn, which is like advanced DB mirroring that can mirror groups of databases to multiple secondaries.
October 30, 2012 at 5:58 am
Here is something close to what I use to get version information. not sure what you would have to do in order to get the ports SQL is listening on....
October 29, 2012 at 3:43 pm
What are you trying to accomplish?
A SQL alias is used for a client to connect to a server instance using a different instance name than what the server is configured...
October 29, 2012 at 12:50 pm
Viewing 15 posts - 556 through 570 (of 966 total)