Viewing 15 posts - 121 through 135 (of 310 total)
Thanks for stepping in with clarification Gail.
I for one certainly appreciate it.
July 6, 2009 at 2:07 am
Excellent news! Glad we could help.
July 6, 2009 at 12:10 am
Reading through the following thread containing similar issues may prove benificial.
http://www.sqlservercentral.com/Forums/Topic724748-146-1.aspx
July 5, 2009 at 3:07 pm
Sourav Mukherjee (7/5/2009)
Dude,Try this::
ALTER DATABASE [sourav] SET single_USER WITH NO_WAIT
DBCC CHECKDB ('sourav',REPAIR_ALLOW_DATA_LOSS)
This might help you to repair your DB after allowing some data loss.
Regards
Sourav
To the original poster, please DO NOT...
July 5, 2009 at 3:00 pm
Hi Tia,
You can roll your own solution if you are prepared to invest a little time into developing and setting it up.
For example, you can store and record the results...
July 3, 2009 at 2:26 am
Hi Ajay,
As Pradeep explains, you need to manage and tweak the schedules of the three log shipping jobs (backup/copy/restore) to your needs.
July 3, 2009 at 2:22 am
Hi Ajay,
Take a look at the following Microsoft Reference for an explanation of the results produced from DBCC MEMORYSTATUS.
Using DBCC MEMORYSTATUS to Monitor SQL Server Memory Usage
Hope this helps.
July 3, 2009 at 2:19 am
I cannot say for sure what your latency will be becuase it is dependent on factors specific to your environment i.e. the hardware involved, the network and of course the...
July 2, 2009 at 3:44 am
In a very very small nutt shell, SQL Server Log Shipping is made up of three jobs, a backup, a copy and a restore.
The Backup Job creates a Transaction Log...
July 2, 2009 at 3:12 am
Hi,
It is quite possible and normal for this to occur. It depends on how many Transaction Log backups need to be applied to the Log Shipped Database.
I assume you configured...
July 2, 2009 at 2:57 am
The majority of our environments are clustered enabling us to easily rollout monthly patching runs without interruption to service.
Grant, an “Annual Power Down” sounds like some sort of dance party...
July 1, 2009 at 7:40 am
Hi,
Moving/Rebuilding the clustered index to an alternative filegroup will move the table data. This is because the clustered index IS the physical table data, so to speak.
To confirm, it will...
July 1, 2009 at 5:50 am
Hi,
Can you provide us with some more information about your I/O Subsystem please? What type of storage are you using, how many disks etc.
Also are you certain that the SAP...
July 1, 2009 at 5:38 am
Hi Brian,
Good stuff. I have eddited my prior post for improved clarity.
June 30, 2009 at 9:38 am
Afternoon All,
The physical storage of character strings in SQL Server is controlled by collations. A collation specifies the bit patterns that represent each character and the rules by which characters...
June 30, 2009 at 9:06 am
Viewing 15 posts - 121 through 135 (of 310 total)