2011-09-12 (first published: 2011-09-02)
1,496 reads
2011-09-12 (first published: 2011-09-02)
1,496 reads
2011-09-09 (first published: 2007-11-19)
8,928 reads
Script one or all roles in a database. Includes users, obect permissions and column permissions.
2011-09-08 (first published: 2008-01-08)
5,262 reads
Generate the scripts that will allow you to compare tables pass/fail.
2011-09-07 (first published: 2007-12-28)
12,549 reads
2011-09-05 (first published: 2007-01-25)
3,904 reads
2011-08-31 (first published: 2011-08-24)
2,504 reads
Lists all the tables in a database that do not contain any LOB columns(text, ntext, image, varchar (max), nvarchar (max), varbinary (max) and xml).
Useful when rebuilding indexes online.
2011-08-30 (first published: 2011-08-25)
753 reads
2011-08-24 (first published: 2011-08-12)
1,157 reads
A query tem o objetivo de consultar o status do usuario AD via Management Studio.
2011-08-22
398 reads
Script tem o objetivo de encontrar login com a role SysAdmin e informar seu status.
2011-08-22
215 reads
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
By DataOnWheels
Over the past few months, I have debated starting a new blog to discuss...
By Steve Jones
It’s that time of the month again, and once again, I’m late and I’m...
Comments posted to this topic are about the item Do You Really Need HA?
Comments posted to this topic are about the item The New Database CheckDB
Comments posted to this topic are about the item MySQL’s BLACKHOLE Storage Engine: The...
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers