Viewing 7 posts - 1 through 7 (of 7 total)
You could use linked servers and then make a script with the fully qualified name
October 21, 2013 at 12:26 pm
Here is the execution plan for insert
StmtText
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
INSERT INTO [TrackRawWeb].[dbo].[EventTransactions]
([DomainId]
...
March 14, 2011 at 1:19 pm
Run DUMP TRANSACTION [db name] WITH NO_LOG and shrink it. It will still grow and large as the biggest transaction that uses the log so be careful of transaction that...
March 8, 2010 at 1:27 pm
I archived out 500 gb worth of notes from sql to text files. I used built in zip that comes with Windows 2003 and it compressed a 11 gb folder...
February 5, 2010 at 9:26 am
Im not quite clear on what your looking for but here is how I navigate dates for KPI's and stuff
Case When [Date].[Date Time].CurrentMember.Level.Ordinal = 3 Then //month level
{([Measures].[Order Count])- ([Date].[Date...
October 9, 2009 at 2:09 pm
Viewing 7 posts - 1 through 7 (of 7 total)