Viewing 15 posts - 2,026 through 2,040 (of 9,643 total)
At least it looks like I pointed to the same issue.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 3, 2011 at 2:30 pm
Are the message being sent from the same account? It may be that the Exchange admin is administering attachment size by user/group vs. the whole domain.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 3, 2011 at 2:07 pm
Stefan Krzywicki (11/3/2011)
ricer (11/3/2011)
If so you are probably seeing lots of page splits when you are doing inserts.
Best way of speeding that...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 3, 2011 at 12:22 pm
I have not read the white paper yet (I do plan to) and yes, it is probably going to get you some spam so use your spam email account, but...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 3, 2011 at 12:20 pm
Stefan Krzywicki (11/3/2011)
I'm having a problem with the speed of my main SSIS load package and would love to find out what...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 3, 2011 at 12:14 pm
Brandie Tarvin (11/3/2011)
Jack Corbett (9/30/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 3, 2011 at 11:59 am
I got this one wrong but that's because I considered a Logon trigger part of the DDL trigger family because it was added to SQL Server at the same time...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 2, 2011 at 6:51 am
Also, I've got about 6 weeks left on my current contract, so I'm starting the process again. Not really worried about finding something, but if anyone has any recommendations...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 1, 2011 at 7:36 pm
WayneS (11/1/2011)
Thanks for your replies. The fact that he co-authored a book with Bob Beauchemin does help things a little bit. Still wondering just how much use these...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 1, 2011 at 7:28 pm
I'm not sure that you will really gain anything using XML or table-valued parameters. Parsing/shredding XML can be expensive and many SQL Server people don't really understand it and...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 31, 2011 at 4:31 pm
Evil Kraig F (10/31/2011)
SQLRNNR (10/31/2011)
HAI have no aspirations of catching Steve in the next year, let alone 3 years.:-D
You guys are looking at a race, I'm trying to figure out...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 31, 2011 at 4:14 pm
I believe, and I'm not an SSIS expert, that SSIS is doing the compare within SSIS, meaning that .NET comparison rules apply. You need to match case AND trim...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 30, 2011 at 7:20 pm
Tom Brown (10/27/2011)
Does anyone know of a code analysis tool for T-SQL?Perhaps there is something similar to ReSharper - the visual studio add-in.
Somebody did one. I can't remember...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 27, 2011 at 4:02 pm
Okay, I'm not that smart. I have the answer. Here's the new code:
System.Text.UnicodeEncoding encoding= new System.Text.
byte[] bytes = Row.XMLData.GetBlobData(0, (int)Row.XMLData.Length);
StringReader sr = new StringReader(encoding.GetString(bytes));
System.Xml.Linq.XDocument xDoc= Xdocument.Load(sr);
XNamespace xNs =...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 27, 2011 at 12:11 pm
Evil Kraig F (10/27/2011)
Dynamic SQL in the middle of a proc will have little difference to the affect if intelligently parameterized for cache reusage.
Dynamic...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 27, 2011 at 12:04 pm
Viewing 15 posts - 2,026 through 2,040 (of 9,643 total)