Viewing 15 posts - 406 through 420 (of 468 total)
I'm not sure what your question is. Can you please rephrase?
This shows logical files for a given database, space used, and freespace:
SELECT name AS NameOfFile,
size/128.0 as TotalSizeInMB,
...
April 22, 2010 at 11:13 am
I think Error: 0x2739, state: 1 is the key to finding the cause of this problem. Is there any additional information in the system or application event logs around...
April 22, 2010 at 11:01 am
Possibly a problem with authentication to the domain controller. AD users trying to log in would genereate that error- USUALLY sql accounts would not be affected, but if the...
April 22, 2010 at 9:57 am
see this thread for downgrading from Enterprise to standard: http://www.sqlservercentral.com/Forums/Topic367291-146-1.aspx
April 20, 2010 at 1:21 pm
Perfect! That is my ammo I can use to justify setting max memory... thanks to you both.
April 16, 2010 at 10:56 am
would love to find that recommendation. best I can find is:
The default memory management behavior of the Microsoft SQL Server Database Engine is to acquire as much memory as...
April 16, 2010 at 10:45 am
Would you agree with me that SQL Server shouldnt do that? there should be no requirement so set max server memory because as designed, sql server should yeild memory...
April 16, 2010 at 10:30 am
OK- I have heard that before- can you tell me why that is the case?
My understanding from all SQL Server documentation is that SQL Server will dynamically allocate...
April 16, 2010 at 10:09 am
should have mentioned- would really like to have some offiicial MS statement on this that I can use as ammo for those who might argue that this settiing needs to...
April 16, 2010 at 9:51 am
There is no specific "event viewer file" for SQL Server. SQL Server will write events to both the application log and the system log depending on the nature of...
April 15, 2010 at 12:09 pm
Also- you can look at the trace file to see what event immediately precedes the restart if you are convinced it is SQL Server related.
I remember a similar problem a...
April 15, 2010 at 12:06 pm
What events immedaitely preceed the restart in the event log- both system and application event logs?
What OS is this 2000, 2003?
What SQL Server version and service pack are you running?
April 15, 2010 at 11:59 am
unless you explicitly removed BUILTIN\ADMINISTRATORS login from the server, you should be able to log in using windows authentication with an user who is a member of the local ADMINISTRATORS...
April 15, 2010 at 11:36 am
Also- is the server you are connecting to configured to allow remote connections? (if 2005 check SQL Server Surface Area Configuration)
April 15, 2010 at 11:27 am
The proper value for named pipes configuration is: \\.\pipe\sql\query
I always have TCP/IP enabled as it seems to be less problematic.
I have seen that error message when network connectivity is not...
April 15, 2010 at 11:25 am
Viewing 15 posts - 406 through 420 (of 468 total)