Viewing 15 posts - 3,226 through 3,240 (of 4,745 total)
bitbucket-25253 (11/10/2009)
Use the code posted by george sibbald-364359 to this forum.
you can call me just george sibbald. Despite that darned number suffix which I hate I am the only george...
---------------------------------------------------------------------
November 10, 2009 at 3:44 pm
I owe bitbucket a favour so:
the 'name' column is the name of the table.
for clarity you could change the first line of the query to
Select obj.name as 'table',
barrys code...
---------------------------------------------------------------------
November 10, 2009 at 3:36 pm
courtesy of Mr. Barry Young
/*
vwTableInfo - Table Information View
This view display space and storage information for every table in a
SQL Server 2005 database.
Columns are:
Schema
Name
Ownermay be different from Schema)
Columnscount of...
---------------------------------------------------------------------
November 10, 2009 at 2:53 pm
I don't have 64 bit systems to check what actually happens, but that is definitely what the CSS blog says.
---------------------------------------------------------------------
November 9, 2009 at 10:15 am
I don't think you actually enable AWE, that sp_configure option has no effect on a 64 bit system. It is used behind the scenes in 64 bit to lock pages...
---------------------------------------------------------------------
November 9, 2009 at 10:02 am
SQL Noob (11/9/2009)
i've used Veritas/Symantec Netbackup for almost 10 years now. it's buggiest piece of software i've ever seen but i'll use it over native SQL backup any day.
having...
---------------------------------------------------------------------
November 9, 2009 at 9:45 am
2. Tape does not necessary mean physical tape nowadays. It could be virtual tape library/storage (consolidation, fast I/O…). Media is a better word to describe the backup destination...
---------------------------------------------------------------------
November 7, 2009 at 11:10 am
SQL server backup = no cost
AppAssure = how much?
Does the network admin realise backing up and recovering exchange server is not the same as for a SQL database?
This tool would...
---------------------------------------------------------------------
November 7, 2009 at 10:40 am
If you do put sql types in charge of the 3rd party tool, then it definitely has to have advantages over native tools since we work with the native tools...
---------------------------------------------------------------------
November 6, 2009 at 7:05 am
thanks for posting solution back grustni.
moving msdb to a different server\renaming server has become a minefield since SQL2005. Let us know if you hit any other related problems.
---------------------------------------------------------------------
November 6, 2009 at 5:22 am
I am not so sure snapshot technologies will take over in the SQL sphere EXCEPT perhaps for VLDBs running on SQL, there a cost\suitability for purpose case could be made.
For...
---------------------------------------------------------------------
November 6, 2009 at 5:16 am
not sure about faster but you certainly want to batch it up to avoid blowing your log
create table A_DBA_breakout (stopnow char(1)NOT NULL default ('N'))
insert A_DBA_breakout values('N')
create trigger breakout_insert on A_DBA_breakout
for...
---------------------------------------------------------------------
November 5, 2009 at 7:12 am
we use MOM (the version before SCOM) to monitor SQL and will be upgrading to SCOM. Its a good enterprise level monitoring tool, but expensive. Does threshold monitoring, error alerting...
---------------------------------------------------------------------
November 4, 2009 at 9:13 am
PiMané (11/3/2009)
The data files, along with the system databases (data and log), are on a RAID10.
The log files are on a RAID1 and tempdb has a RAID1 of it's...
---------------------------------------------------------------------
November 3, 2009 at 3:23 pm
for performance thresholds search 'performance condition alerts [SQL Server Agent]' in BOL
for a base script to reindex see the one under sys.dm_db_index_physical_stats in BOL or any number of scripts on...
---------------------------------------------------------------------
November 3, 2009 at 9:50 am
Viewing 15 posts - 3,226 through 3,240 (of 4,745 total)