Viewing 15 posts - 1,126 through 1,140 (of 4,745 total)
thanks
---------------------------------------------------------------------
March 7, 2012 at 3:16 am
As you only have 4GB of memory and AWE is to enable memory usage above 4GB, AWE is not applicable here.
Unless you see messages in your SQL error log to...
---------------------------------------------------------------------
March 7, 2012 at 3:13 am
for the benefit of others what was your solution?
---------------------------------------------------------------------
March 6, 2012 at 3:13 pm
Unless your databases are almost exclusively read only it is definitely a good idea to separate data from log.
---------------------------------------------------------------------
March 6, 2012 at 3:08 pm
At 1.5Gb SQL is taking about the max for the buffer pool it is able to in your scenario.
Try setting the /3Gb switch in the boot.ini to allow SQL another...
---------------------------------------------------------------------
March 6, 2012 at 3:04 pm
have you configured it via reporting services configuration manager?
http://msdn.microsoft.com/en-us/library/ms157412.aspx
---------------------------------------------------------------------
March 4, 2012 at 7:47 am
MyDoggieJessie (3/1/2012)
---------------------------------------------------------------------
March 2, 2012 at 6:55 am
Koen Verbeeck (2/27/2012)
Quite easy, as the question on 7 February asked which role was the least privileged 🙂
explains the deja vu.
now we need a question on which role has the...
---------------------------------------------------------------------
February 28, 2012 at 7:16 am
Jeff Moden (2/25/2012)
Returning to the original subject of this thread, I can now say I've seen just about everything on this fine forum.http://www.sqlservercentral.com/Forums/Topic1257783-391-1.aspx
should we be encouraging the use of 'select...
---------------------------------------------------------------------
February 25, 2012 at 12:58 pm
BarbW (2/23/2012)
Good syntax question; not sure why collation info was included. Thanks!
I guess so we knew it was a case insensitive collation
---------------------------------------------------------------------
February 24, 2012 at 6:43 am
Be aware the uniqueidentiier values are random and therefore I would have thought not a good value to partition by.
If you have to use this use it in conjunction with...
---------------------------------------------------------------------
February 22, 2012 at 9:53 am
you should see the login failure reported in the SQL errorlog with some information as to the cause, including an 'error state'.
Hers a list of the common reasons and their...
---------------------------------------------------------------------
February 22, 2012 at 9:46 am
Jeff Moden (2/19/2012)
Thanks for the feeback and the participation, Tom. I've got a feeling that a whole lot of people just aren't interested.
not uninterested - perhaps this is a...
---------------------------------------------------------------------
February 20, 2012 at 6:34 am
truncateonly option is ignored with a log shrink.
truncate_only is no longer a log backup option in SQL2008
You can shrink your log and database files if you really need to...
---------------------------------------------------------------------
February 17, 2012 at 7:30 am
you are confusing notruncate in log backups with notruncate in shrinking.
---------------------------------------------------------------------
February 17, 2012 at 4:59 am
Viewing 15 posts - 1,126 through 1,140 (of 4,745 total)