Viewing 15 posts - 31 through 45 (of 79 total)
I will try setting min memory to the same value as max and report back the progress.
December 7, 2008 at 6:13 pm
I have configured max value used by SQL Server leaving 6GB to OS. The min value is currently set to 0.
Is that what you meant?
December 7, 2008 at 2:29 pm
Thanks Nicholas! I saw several cases like mine and people were reporting that Microsoft came up with hotfix for their enviroment. I was wondering if this fix might have been...
December 7, 2008 at 1:31 pm
This is a brand new server we just configured. There is no other applications besides SQL Server and OS. SQL Server doesn't have any user databases and nobody and no...
December 6, 2008 at 10:23 am
Thanks everybody for their comments!
Igor
December 5, 2008 at 11:17 am
Thanks a lot Paul!
August 25, 2008 at 9:31 am
Hello Paul,
I have just implemented procedure to perform integrity checks on server in question ;). I am pretty much sure that backups we have contain corrupted information....
August 24, 2008 at 11:25 pm
I wanted to collect/analyze this information through TSQL. I think I came with solutions (thanks to help from other user):
SELECT h.destination_database_name,
...
February 6, 2008 at 6:33 pm
It is not. Actually, you don't event have to make database name in lower case. DELETE FROM [SPRSTRATA].[SBMsdata].[sro].[MediaPlanAdMap_Staging] also works.
January 31, 2008 at 12:25 pm
Thanks again Paul! I am just surprised that nobody noticed this before.
Igor
January 30, 2008 at 5:21 pm
As strange as it might seems:
delete from SPRStrata.SBMSData.sro.MediaPlanAdMap_Staging - error
delete from SPRStrata.SBMSData.sro.MediaPlanAdMap_Staging where mediaplanid = mediaplanid - works, although logically similar to previous one (assuming there are no NULLs)
delete...
January 30, 2008 at 3:59 pm
Paul,
Thanks for looking into this!
Igor
January 28, 2008 at 4:14 pm
Hello Paul,
Thanks for you reply! I did check this table and found no entries with restore_type R. This is weird as I definitely reverted to snapshot several...
January 28, 2008 at 11:23 am
In General section I have Auto list members and Parameters Information selected. When I type in MDW database: SELECT * FROM core.sou
I expect to see some sort of list similar...
January 24, 2008 at 2:39 pm
Viewing 15 posts - 31 through 45 (of 79 total)