Viewing 15 posts - 2,971 through 2,985 (of 5,843 total)
vm.chowdary85 (4/14/2012)
i got a scenario like this i got 5 parent tables and 30 child tables in the source using SSIS control flow and data flow i need...
April 17, 2012 at 11:03 am
>>EDIT: And if none of what I said makes sense, it's time to bring in an outside consultant who can help you with this. This is too large of a...
April 17, 2012 at 11:01 am
adrian.facio (4/17/2012)
MaybeSELECT * FROM @TABLE T
WHERE T.fldID = @ID or @ID is null
does good work too.
Sorry, but this is a HORRIBLE recommendation!! Please read the referenced...
April 17, 2012 at 10:11 am
I agree with Gail - LOTS of potential culprits here (statistics, locking, IO issues, virtual machine stuff if on VM, bad plan in cache, other stuff running on server either...
April 16, 2012 at 8:51 am
I can probably count on my fingers and toes how many times (in 15+ years of consulting on SQL Server) how many times an index on a temporary table provided...
April 12, 2012 at 2:22 pm
rudy komacsar - Doctor "X" (4/11/2012)
- no more than 8 files
definitely no more than 1 file per socket as...
April 12, 2012 at 2:19 pm
try out DBCC memorystatus. It is documented online by Microsoft but not in Books Online.
April 10, 2012 at 7:03 am
It could also be that the history table isn't defined EXACTLY like the base table.
April 9, 2012 at 7:21 am
Since you mention you want to document SSRS, SSIS, as well as SQL Server I would recommend http://pragmaticworks.com/Products/Business-Intelligence/BIDocumenter/Overview.aspx. If you didn't need that non-engine stuff I would recommend Embarcadero's...
April 9, 2012 at 7:19 am
I was afraid of this: that set of stuff is well beyond what I consider appropriate for a forum assist. I don't have enough free time to dig...
April 4, 2012 at 8:42 am
Search the web for Brent Ozar blitz (or sql server take over) and also for Glenn Berry diagnostic. They both have great stuff.
April 4, 2012 at 7:25 am
ADO Classic looping code like you have is killing you on the round-trip time. I don't need to see your queries to tell you you need to refactor them...
April 4, 2012 at 7:23 am
Hey guys - PLEASE don't post to a 3 year old thread!!
April 4, 2012 at 7:11 am
Here is a good resource for a novice looking to resolve deadlocking issues:
http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx
Note there are 2 additional parts to this blog series.
I warn you that it can get...
April 4, 2012 at 7:09 am
Viewing 15 posts - 2,971 through 2,985 (of 5,843 total)