Viewing 15 posts - 721 through 735 (of 1,138 total)
luckysql.kinda (9/15/2009)
There is a book titled "MCTS Microsoft SQL Server 2005 Implementation and Maintenance Study Guide Exam 70-431 (2006)". Here TABLE 1 . 3
"Developer/Standard/Enterprise Edition Requirements" says that 32...
September 15, 2009 at 4:36 am
free_mascot (9/15/2009)
But you might have data loss as log file is missing.
oh mascot :-P.
if the ldf was missing, how can you lose what you never had. only uncommited perhaps but...
September 15, 2009 at 3:45 am
ok.
you have two choices.
you can either edit the job and remove the references to this database. or disable the job.
or you can run
alter database [databasename] set read_write with no_wait
which will...
September 15, 2009 at 3:34 am
luckysql.kinda (9/15/2009)
Silverfox, sql server enterprise edition can be installed on windows xp as well.
I am a bit concerned here with my cpu. Can anyone...
September 15, 2009 at 3:26 am
Redgate do a similar tool, not sure about the price though, in comparison.
this link might help
September 15, 2009 at 3:23 am
This link might help you as well.
http://winwebhosting.net/iis/fix-not-enough-server-storage-is-available-to-process-this-command/
got tired of re-editing my post 😀
September 15, 2009 at 3:19 am
Hmm, not sure what to suggest. there are solutions to similiar problems out there, but they are more relevant to windows xp storage issues.
like changing the PagedPoolSize on the server
or...
September 15, 2009 at 3:14 am
Sorry to disappoint you, but on XP you will only be able to install the workstation components. You need a server OS to install enterprise edition.
If your client needs enterprise...
September 15, 2009 at 3:02 am
MJ (9/14/2009)
I came across a small prob that when i run dbcc sqlperf(logspace).It is not showing all databases .I am having 96 databases out which 76 are only displaying...
September 15, 2009 at 2:46 am
September 15, 2009 at 2:43 am
http://support.microsoft.com/kb/224071
Let me know how you get on
http://www.sqlservercentral.com/Forums/Topic521288-146-1.aspx
September 15, 2009 at 2:17 am
vishal (9/15/2009)
I'm facing same errors in one of our production servers. where we are taking backups in a network location which we cant change to local as per client's request....
September 15, 2009 at 2:13 am
Not exactly sure what part was unclear to be honest.
Has the job failed again? is it still an issue that needs to be looked at.
September 15, 2009 at 2:10 am
dma (9/14/2009)
September 15, 2009 at 2:02 am
gmamata7 (9/14/2009)
We have K2 databases on SQL server 2005. I found below dump in error log. Could you please tell me what this error referring to?
2009-09-02 20:59:05.36spid2s ...
September 15, 2009 at 1:28 am
Viewing 15 posts - 721 through 735 (of 1,138 total)