Viewing 15 posts - 1,186 through 1,200 (of 1,363 total)
You can do that but better try not performing this operation as it won't allow you to attach the database again(I have seen it happening most of the times).
Manu
August 11, 2008 at 9:37 am
Regarding 16 GB memory usgae try leaving atleast 1 GB for operating system. Yes, you can use /3 GB switch in this case. Regarding hotfix I can't say anyhting--experts please...
August 7, 2008 at 4:24 pm
Please try running the t-sql command for backup statement(ran by sql-safe) under query analyzer manually and see what it shows in error message.
Manu
August 7, 2008 at 4:11 pm
Use WITH MOVE parameter under restore database statement and specify the path that is available(I think you want tp place master files in E drive here).
Manu
August 6, 2008 at 10:09 am
No need to change anything on memory allocation side.
Just go thru the below mentioned links to find usefulness of Lock Pages in Memory option:
http://technet.microsoft.com/en-us/library/ms190730.aspx
Let me know if this helps.
Manu
August 5, 2008 at 11:37 am
From DBCC Memorystatus output it looks you are not making use of AWE(thts fine as this is 64-bit..).
Have you assigned Lock Pages in Memory privilege to sql server service...
August 5, 2008 at 11:15 am
Please mention sql server edition, available memeory and memory assigned to SQL Server, usgae of /3GB switch and PAE, AWE status...
If possible, please attach screenshot of DBCC MEMORYSTATUS output.
Manu
August 5, 2008 at 10:30 am
I think Gail is talking about trace flag -T3608. Try restarting sql server using -c -T3608 flag. This might allow you to change tempdb files location.
Manu
August 1, 2008 at 3:31 pm
Nita,
Please make sure AUTOSHRINK option is turned OFF for the database in question.
Also, try shrinking database file in chunks rather than specifying a big size in one shot. Use...
July 30, 2008 at 3:26 pm
Are you making use of linked servers a lot? Other way round, are there distributed queries that are running from this server?
What value do you see under Process object(Virtual Bytes...
July 30, 2008 at 2:39 pm
I don't know whether this will work or not:
Can you try changing the table type from User to System by making use of following stored procedure:
In Sql Server 2000--master.dbo.sp_MS_upd_sysobj_category
In...
July 30, 2008 at 10:54 am
Pretty,
I am unable to locate NumberOfCores and NumberOfLogicalProcessors properties in Win32_Processor Class.
It would be helpful if someone post the script for Win 2k3, Win XP that includes these properties.
Manu
July 30, 2008 at 6:22 am
I think the properties you are talking about are present only in Windows Vista edition and later ones:
http://www.microsoft.com/technet/scriptcenter/topics/vista/wmi2.mspx
Do let me know if I understand it wrong.
Manu
July 30, 2008 at 5:59 am
Viewing 15 posts - 1,186 through 1,200 (of 1,363 total)