Viewing 15 posts - 106 through 120 (of 297 total)
Reconfiguring AWE worked and SQL Server is feeling much better.
Thank you all for your help!!!
April 13, 2009 at 7:06 am
I've seen the same behaviour from a Financial Application that I used to support in a previous job. The application would attempt to login to the database with the first...
April 10, 2009 at 8:53 am
I would be very discreet about setting up dml triggers for audit purposes. I've seen folks take this concept too far and end up impacting performance (due to the overhead)...
April 10, 2009 at 8:48 am
If the user isn't able to login, i don't believe it is a database permission problem (but more at an instance level). I would do the following
1. Ensure user is...
April 10, 2009 at 8:21 am
Yes, your SQL instance has AWE enabled.
As another verification you could go in to Perfmon and look for the Total Server Memory and Target Server Memory counters under SQL Server:...
April 9, 2009 at 12:45 pm
Have you restarted SQL Server services?
After the restart, the most recent startup log should contain the words “Address Windowing Extensions enabled” early in the log.
April 9, 2009 at 12:04 pm
It may be a long shot but do you have odbc tracing enabled on your machine. I've seen this impact EM (SQL 2000).
April 9, 2009 at 11:51 am
DotNet allows applications to be fail-over aware where if you have database mirroring setup you could put the names of the primary and secondary server in the connection string and...
April 9, 2009 at 11:36 am
I'm having this issue on Windows 2003 EE and SQL 2005 EE SP3
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect /PAE
C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons
C through F drives RAID 10
Have...
April 9, 2009 at 11:28 am
That is correct, you will need read and write role membership to be able to read and write data and ddladmin role membership to be able to create / alter...
April 9, 2009 at 7:59 am
The 2 links provide conflicting information. I was under the impression it was Enterprise only, until I saw the features supported link which mentions automatic recovery from corruption for both...
April 8, 2009 at 6:58 am
Step 1. Patch Dev - backup databases, patch, have developers test
Step 2. Patch QA / Int - backup databases, patch, have testers test
Step 3. Patch Prod / DR - backup...
April 8, 2009 at 6:51 am
what do you mean share the agent service?
April 8, 2009 at 6:41 am
Do you have any partition schemes left over from the partitioning? If so, you won't be able to remove the filegroup unless you drop the schemes.
April 7, 2009 at 2:49 pm
According to BOL
DBCC FREEPROCCACHE
"Removes all elements from the plan cache, removes a specific plan from the plan cache by specifying a plan handle or SQL handle, or removes all...
April 7, 2009 at 2:44 pm
Viewing 15 posts - 106 through 120 (of 297 total)