Viewing 7 posts - 1 through 7 (of 7 total)
Digs (6/7/2011)
I have two large tables that get updated daily or (added to).
I want to run this TSQL daily.
ALTER INDEX ALL ON DIM_Data REORGANIZE
and
DBCC SHRINKDATABASE (MyDB,10);
Say I have...
June 9, 2011 at 8:50 am
Start with SQL server DBA book. Microsoft MCITP books. Some people feel that is helpful. We need some basic knowledge to follow the terms there. Basic knowledge in T-SQL...
June 9, 2011 at 7:14 am
wobblegobble (6/9/2011)
June 9, 2011 at 6:27 am
zaleeu (6/9/2011)
Database B must be identical in structure but it must only contain data
if the...
June 9, 2011 at 4:26 am
Difference Between the MERGE and MERGE JOIN
MERGE - similar to JOIN operation. Only joins only two inputs. If there are more than two inputs UNIONALL is used
MERGE JOIN - select...
June 6, 2011 at 5:15 pm
Viewing 7 posts - 1 through 7 (of 7 total)