2012-04-30 (first published: 2012-04-04)
676 reads
2012-04-30 (first published: 2012-04-04)
676 reads
This topic explains the log shipping if the primary database is suspected or corrupted and how you can convert the secondary database into primary database.
2012-04-27 (first published: 2012-03-31)
1,015 reads
2012-04-26 (first published: 2012-04-02)
1,032 reads
2012-04-25 (first published: 2012-04-02)
2,258 reads
2012-04-24 (first published: 2012-03-30)
1,854 reads
This script will list the operators that have jobs
that are configured to notify them with alerts.
2012-04-23 (first published: 2012-03-29)
1,004 reads
The scripts provided below will show you the "Recovery Mode (Model)" for any given database
2012-04-19 (first published: 2008-03-18)
2,007 reads
Procedure to find any object such as table/stored procedure by its name, or find for ant text inside stored procedures, functions.
2012-04-18 (first published: 2008-05-28)
2,992 reads
2012-04-17 (first published: 2008-02-15)
7,468 reads
A script to check the owners, collations and backups on the server.
2012-04-16 (first published: 2007-10-19)
2,638 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Bantuan CS : (0817) 839777 Jl. Sunset Road No.88B, Kuta, Kec. Kuta, Kabupaten Badung,...
Bantuan CS : (0817) 839777 Jl. Hasanuddin No.58, Pemecutan, Kec. Denpasar Bar., Kota Denpasar,...
Hello , I would like to run a stored procedure on a secondary replica...
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers