Viewing 15 posts - 5,086 through 5,100 (of 9,253 total)
CHECKPOINT is a per database operation so you may need to run for multiple databases being attempting to free cache
September 6, 2012 at 2:42 am
It is generally taboo to ask a salary range at first interview, it portrays to the prospective employer you're just in it for the cash. Once at a second interview\offer...
September 6, 2012 at 1:54 am
To manually fail to the mirror you need to execute
ALTER DATABASE <database name> SET PARTNER FAILOVER
September 6, 2012 at 1:41 am
lower the max memory and then raise it again
September 6, 2012 at 1:19 am
ananda.murugesan (9/6/2012)
September 6, 2012 at 1:17 am
soccer (9/4/2012)
Secondly, I installed SQL on the new server and added the node into the SQL cluster. The logs indicates clear...
September 6, 2012 at 1:10 am
You can do, but i don't use it.
I, and I'm sure many others, create files based on date, much easier to manage.
September 5, 2012 at 11:51 pm
jheim (9/4/2012)
Good article. Covered the basic configurations that people are "thinking about". Thanks.
Please do not forget to rate the article if you found it useful
jheim (9/4/2012)
September 5, 2012 at 5:04 am
yes xp_delete_file was fixed in SP2 but i have seen issues re appear in SP4. I generally use a VB script to manage file removal of backups and logs
September 5, 2012 at 3:57 am
Marios Philippopoulos (9/5/2012)
I had initialized it previously using a manual "RESTORE DATABASE ... WITH STANDBY ..." command.Is that why it is not showing up?
So what path\filename did you specify for...
September 5, 2012 at 3:54 am
nulls would indicate that although the backup and copy are running no logs are being restored, there can be many different reasons why this happens.
Carefully check the job step history...
September 5, 2012 at 3:53 am
zahid_7777 (8/10/2012)
September 5, 2012 at 1:40 am
ananda.murugesan (9/5/2012)
Hi,1. Principal & mirror server result the same role, Is it correct for FULL safty configuration without wittness?
SELECT roleFROM sys.database_mirroring_endpoints;
Role = 1 (partner)
both instances are partners in the...
September 5, 2012 at 1:32 am
What version is your sql server instance at?
September 4, 2012 at 11:56 pm
Grant Fritchey (9/4/2012)
The 2012 install process is not radically different from the 2012 install process.
The install process between 2005 and 2012 is radically different.
September 4, 2012 at 4:20 pm
Viewing 15 posts - 5,086 through 5,100 (of 9,253 total)