Viewing 15 posts - 1 through 15 (of 60 total)
It sounds like you guys haven't worked much with 3rd-party data vendors and their data. If you had, you'd appreciate how big an issue this is. Widespread use of a...
March 14, 2011 at 1:43 pm
GilaMonster (12/13/2010)
December 13, 2010 at 7:40 am
Representing the non-standard SQL Server folks if I may, SHRINKing is very needed and valuable in our situation (databases not attached to applications). Our data is for analysis, so I'm...
December 10, 2010 at 12:26 pm
Craig Farrell (11/11/2010)
I know you're trying to keep the code to a reasonable length here, but...
November 15, 2010 at 7:52 am
I looked into writing CLR stored procedures and aggregate functions a few months back. For me, the problem was not enough integration, actually. What I mean by that is that...
September 15, 2008 at 8:09 am
Hi, thanks for the article.
In reading this and other articles that show how to use XML for string tasks, they all provide examples using variables. I'm looking to parse...
August 25, 2008 at 12:43 pm
So now, what's the minimum number of rows guaranteed to be in master's syscolumns?
June 29, 2008 at 1:31 pm
Jeff Moden (6/28/2008)
dfalso (6/27/2008)
June 28, 2008 at 2:01 pm
Jeff Moden (6/27/2008)
dfalso (6/27/2008)
June 27, 2008 at 11:17 pm
Not to quibble about it, but you do need dynamic SQL if you need more than 11,000 but don't know how much more. Right? In other words, if your upper...
June 27, 2008 at 9:38 pm
Jeff Moden (6/27/2008)
dfalso (6/27/2008)
Also, depending on need, you can adapt the above to dynamic SQL should you want to work with input parameters.Why would you need to do that?
If you...
June 27, 2008 at 6:42 pm
David Jackson (6/27/2008)
--===== Conditionally drop
IF OBJECT_ID('dbo.Tally') IS NOT NULL
...
June 27, 2008 at 4:26 pm
Just an observation, but I believe most XQuery commands need string literals for their parameters, not strings (so no variables). So if you know the schema structure and are querying...
May 30, 2008 at 10:56 am
I'd add that if you *know* your data will fit in a nvarchar(50) - and future data as well - it's good to keep it that small if you want...
May 29, 2008 at 12:58 pm
Jeff Moden (4/17/2008)
Antonio... I sure do appreciate the attention to detail you put into the tests you did and the reports that followed....
May 22, 2008 at 2:47 pm
Viewing 15 posts - 1 through 15 (of 60 total)