Viewing 15 posts - 1,111 through 1,125 (of 4,745 total)
that article is saying on a 32bit system AWE will allow you to address memory above 4GB for the buffer pool. Otherwise you are limited to either 2GB, or 3GB...
March 14, 2012 at 9:21 am
PHXHoward (3/13/2012)
The Microsoft rep that we have on site this week confirmed that enabling AWE and LPIM on the 4gb RAM 32bit system would allow...
March 13, 2012 at 3:41 pm
Is this an outsource? If so KT should be your area of expertise.
March 13, 2012 at 6:45 am
....or have I read this wrong and the configuration file just needs changing to QNXTDB02STL\QNXTSQLSTLTST01
March 12, 2012 at 2:59 pm
Firstly the app is at fault. It appears not to be able to cope with a named instance.
I wonder if setting up a server alias of QNXTSQLSTLTST01 for the named...
March 12, 2012 at 2:57 pm
presuming you got the error above and the account you are using has admin privileges, grant the account full control over the mssql directory which your data directory that contains...
March 12, 2012 at 2:53 pm
your database is probably in full recovery mode but you are not backing up your transaction log.
Switch to simple recovery mode
run a checkpoint in the database
then attempt to shrink the...
March 11, 2012 at 11:15 am
Have you ticked the box to show updates as well?
what results do you get when you run select @@version?
Did you get an error when applying SP3?
March 11, 2012 at 7:05 am
opc.three (3/10/2012)
george sibbald (3/7/2012)
March 10, 2012 at 9:02 am
Its the other way round, you need LPIM enabled if you want to use AWE.
and the trace flag is to use LPIM with standard edition 64bit. See the blog I...
March 10, 2012 at 5:03 am
grant them view server state, also sqlagentreaderrole should be enough.
March 9, 2012 at 12:54 pm
Logs are generally separated from data files for performance reasons, there is no performance benefit in separating system db data and log as they are not updated enough. My advice...
March 8, 2012 at 6:57 am
Gianluca Sartori (3/8/2012)
george sibbald (3/7/2012)
You can a make a case...
March 8, 2012 at 3:01 am
I would ask why? Master and model are hardly updated, msdb not much more so why bother splitting out the log?
You can a make a case for tempdb and thats...
March 7, 2012 at 4:07 pm
jake.mayher (3/7/2012)
If you have the ability, I would also recommend:
1) Use RAID 10 on the log file drive
2) Use RAID 5 or 6 on the data...
March 7, 2012 at 9:02 am
Viewing 15 posts - 1,111 through 1,125 (of 4,745 total)