Viewing 15 posts - 166 through 180 (of 210 total)
Have you /3GB, /USERVA, /PAE or AWE on on your active or passive server?
-LK
August 14, 2009 at 7:33 am
Hello Singh,
"set the Page File of a system to 1.5 times of the physical available memory"...
Can you tell how to change this?
-LK
August 14, 2009 at 7:28 am
We can't use Express edition as an alerting server in logshipping. Can we use alerting server as a primary or standby server for logshipping?
August 13, 2009 at 3:50 am
oK
SELECT SU.name AS username, SL.dbname, SL.name AS loginname
FROM sys.syslogins SL
RIGHT OUTER JOIN sysusers SU
ON SL.sid = SU.sid
Add some other columns from syslogins table as per your requirement
-LK
August 13, 2009 at 3:44 am
There are four ways of memory extension ie /3GB, /USERVA, /PAE and AWE. Are all the windows technologies or any one of them is sql server technology?
Post only if you...
August 13, 2009 at 12:52 am
I think you are quite correct.
How msdb is affected when DTA is run, David?
-LK
August 12, 2009 at 9:07 am
Whenever any backup is taken then msdb..backupset table is updated. Just see whether the data files for msdb is set for autogrowth. Verify the %Free space for the disk drive...
August 12, 2009 at 8:51 am
Crashes?? Do you mean sql service stops when you execute statement to create new view or only ssms goes down?
I have only production servers with me so can't do that....
August 12, 2009 at 5:22 am
I read somewhere that you can bcp all logins to hard drive and then import them back using bcp on other server. Unfortunately I don't have readymade code for you....
August 12, 2009 at 4:56 am
Gianlucca,
Are you really sure and do you have practical experience of this as well? The reason I am asking is how the database log would contain the data which is...
August 12, 2009 at 4:48 am
Hello Jeff/Victor and Rateesh,
I am confused with following statement.
"For log backup that contains bulk operations, the database can be recovered just to end of the log backup and the point...
August 12, 2009 at 3:58 am
According to me this is not possible. When you add any new step in the job then it asks for SSIS package and its location. There is no option of...
August 12, 2009 at 3:32 am
can't understand your question. Give some more info..
-LK
August 12, 2009 at 3:27 am
Is it the same you are saying "If we set up the secondary server as standby then we have to close the connections everytime the restore job runs".
-LK
August 12, 2009 at 3:24 am
sp_who2 is ur friend. You can use following from performance monitor:
SQLServer:Locks Lock Timeouts/sec _Total
SQLServer:Locks Number of Deadlocks/sec _Total
-LK
August 12, 2009 at 1:52 am
Viewing 15 posts - 166 through 180 (of 210 total)