Viewing 15 posts - 2,026 through 2,040 (of 9,641 total)
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...
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...
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...
November 3, 2011 at 12:14 pm
Brandie Tarvin (11/3/2011)
Jack Corbett (9/30/2011)
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...
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...
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...
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...
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...
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...
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...
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 =...
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...
October 27, 2011 at 12:04 pm
I have an Android phone and I use Google Calendar, especially since it integrates well.
October 26, 2011 at 8:39 pm
Ninja's_RGR'us (10/26/2011)
george sibbald (10/26/2011)
if you restore the backup to somewhere with contiguous space, the data file will be contiguous.
So the fragmentation of the file after restore depends on the free...
October 26, 2011 at 3:37 pm
Viewing 15 posts - 2,026 through 2,040 (of 9,641 total)