Viewing 15 posts - 31 through 45 (of 69 total)
Within my cascading deletes, will the clustered indexes between the foreign key constraints speed up the delete or will dropping the clustered indexes improve the delete?
November 30, 2007 at 8:35 am
Yeah I already went that route and looked into those. The only maintenance tasks I perform on this database are a few LiteSpeed maintenance plans to do full, differential...
September 13, 2007 at 11:58 am
Found it....had to find the bad package in sysdtspackages90 (using msdb) and execute sp_dts_deletepackage with the name and folderid....
Wow....talk about obscure
August 24, 2007 at 9:54 am
Do you mean from business intelligence studio? How do you open up a maintenance plan in SSIS?
August 24, 2007 at 7:30 am
Yep that's it....forgot that was in the management views. Thanks!
June 7, 2007 at 8:15 am
Thats what I was afraid of....ugh. It's a shame....some older DB's like Progress allow array datatypes and you can pass in an array of int's to be evaluated in a...
August 4, 2006 at 12:12 pm
Aaron's fix works pretty well. I'm going to do some performance testing with CTE's versus the subquery I was using to see how well they match up. I'll post the...
August 3, 2006 at 7:17 pm
I tried using CTE's initially but ran into problems when creating the anchor member. Because it is coming in as a varchar and the member definition is expecting ints for...
August 3, 2006 at 7:41 am
There is an identity column... it would be like:
Identity ID Value
------- --- ------
5678 16 1
5679 16 8
5680 16 1
5681 16 7
5682 17 1
5683 17 ...
March 3, 2006 at 9:01 am
DOH!
Joining to the subquery worked. Can't tell you how many times I have done that in the past for similar queries...
Thanks!
March 2, 2006 at 9:24 am
John,
No, it does not exist in one column. When I created the FT Catalog I selected firstname, lastname and middle initial to be indexed and assumed the engine would be...
February 10, 2006 at 8:46 am
Greg,
DTS is fast or slow depending on the types of operations you are performing along with the size of data you are warehousing (not to mention the frequency you are...
January 27, 2006 at 6:13 am
well...as long as the app isn't in use after the year 2060 I think this should do it.
Cool. Thanks a bunch!
December 12, 2005 at 2:37 pm
Viewing 15 posts - 31 through 45 (of 69 total)