Viewing 15 posts - 31 through 45 (of 231 total)
Maybe I'm dense. I see how you resolved your reference problem but I don't see how you solved your dependency issue which is why those references are important. For example,...
May 19, 2015 at 7:15 am
Any individual row might get updated, on average, a couple to three times in its lifetime so it's probably not that big a concern; however, I'll keep an eye on...
April 15, 2015 at 7:21 am
Grant Fritchey (12/2/2014)
ScottPletcher (12/2/2014)
Robert Frasca (12/2/2014)
ScottPletcher (12/2/2014)
Robert Frasca (12/2/2014)
ScottPletcher (12/1/2014)
I suggest creating a covering index on:
SourceFactTimeCard ( TimecardIndex, EmployeeID...
December 2, 2014 at 11:57 am
ScottPletcher (12/2/2014)
Robert Frasca (12/2/2014)
ScottPletcher (12/1/2014)
I suggest creating a covering index on:
SourceFactTimeCard ( TimecardIndex, EmployeeID )
If SQL then uses that...
December 2, 2014 at 10:32 am
ScottPletcher (12/1/2014)
I suggest creating a covering index on:
SourceFactTimeCard ( TimecardIndex, EmployeeID )
If SQL then uses that covering index --...
December 2, 2014 at 7:35 am
Grant Fritchey (12/1/2014)
Robert Frasca (12/1/2014)
Grant Fritchey (12/1/2014)
December 1, 2014 at 1:06 pm
Grant Fritchey (12/1/2014)
December 1, 2014 at 11:05 am
That's weird. I'll try attaching them again. I did the attach and upload. I'm not sure whether there's another step.
December 1, 2014 at 9:36 am
Putting SSIS on it's own box has many benefits, mostly by distributing load, in fact it was designed to be used this way. Hopefully though you use dataflows and not...
September 16, 2014 at 8:01 am
Figured it out I think. I was right-clicking the view name and clicking SELECT TOP 1000 ROWS so it opens a new query window and runs it in the context...
August 22, 2014 at 8:43 am
If I remove all the filters the SQL:BatchCompleted event is captured for the database for which I was originally filtering.
When I add the database name filter back in it is...
August 22, 2014 at 8:23 am
I have one filter to include my specific database name, i.e. LIKE 'DatabaseName' and I'm running this against a dev machine remotely. (I'll look at extended events as I haven't...
August 22, 2014 at 7:51 am
Well, now that you mention it, the source database is SQL Server 2005 while the target is SQL Server 2012. In my test environment, both db's are in SQL Server...
April 15, 2014 at 1:39 pm
The bottom line is that I can only get it to work on this particular machine if I embed the query in a stored procedure that I must store in...
April 15, 2014 at 1:22 pm
From what I can see, that's only true for parameters passed to stored procedures. For T-SQL queries the parameters take on the native data type of the SSIS variable. There...
April 14, 2014 at 11:44 am
Viewing 15 posts - 31 through 45 (of 231 total)