Viewing 8 posts - 1 through 8 (of 8 total)
a shortcut to a proc you might find useful, a quick way to show index details for a table, including rowcount, size etc:
USE [master]
go
create procedure [dbo].[sp_gettableindexinfo]
@objname nvarchar(776) = NULL
as
begin
set...
July 13, 2015 at 6:38 pm
try this: http://www.bidn.com/Assets/Uploaded-CMS-Files/043d89fe-fb7a-4c6d-ad75-b3621543a96bimage001.png
it's from this page: http://www.bidn.com/blogs/ChrisAlbrektson/bidn-blog/956/repeating-column-headers-in-ssrs-2008-and-r2
October 15, 2013 at 5:39 pm
salkasalka (5/24/2013)
node3, node4, and I want to add storage only for node3 and node4, and there configure second WFC, and later run AO between them
my final idea is
node1,node2 : same...
May 24, 2013 at 5:57 pm
how would you approach it if you need to install as follow:
Prod site: FCI over 2 nodes
DR: FCI over 2 (or single) nodes
AlwaysOn between the two FCIs
So all 3 (or...
May 14, 2013 at 5:58 pm
you now have a composite PK, which isn't ideal, and joining to facts will always require 2 fields in the join clause.
the PK is now bigint + datetime, which...
January 5, 2012 at 7:55 pm
quite a pain, but try recreating the tablix from scratch. when you play around with groupings etc, it gets 'confused', i've found.
December 7, 2010 at 4:48 am
i've had this exact headache, and it really is a matter of ensuring:
a) the tablix properties, tick 'repeat header columns on each page', and 'repeat header rows on each page'.
b)...
December 5, 2010 at 7:26 pm
thanks for the article. (i feel like a programmer all over again 🙂 )
how do i pass variables to the .sql files, from the main install file? so i create...
March 29, 2009 at 10:32 pm
Viewing 8 posts - 1 through 8 (of 8 total)