Viewing 15 posts - 2,131 through 2,145 (of 8,416 total)
Solomon Rutzky (2/26/2011)
February 26, 2011 at 8:54 pm
Very nicely presented article, but the content is not quite right in places.
The set intersection is useful so long as your are clear that you are talking about sets of...
February 26, 2011 at 8:36 pm
When I create a database, I get two active VLFs according to DBCC LOGINFO.
February 26, 2011 at 7:29 pm
CREATE TABLE
dbo.Summary
(
PK ...
February 25, 2011 at 12:03 pm
Indianrock (2/25/2011)
We're on sql 2005 Enterprise and do have some indexed views in use. How would that work for this problem?
I'll post an example in a second.
February 25, 2011 at 11:30 am
DECLARE @XML XML
;
SET @XML =
N'<?xml version="1.0" encoding="utf-16"?>
<Report
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
February 25, 2011 at 3:42 am
atikdesai (2/24/2011)
Actually this SP has been developed by some other person and he left.
Well that sort of thing happens from time to time 😉
You should still be able to understand...
February 24, 2011 at 11:53 pm
e90fleet (2/24/2011)
February 24, 2011 at 11:05 pm
muten79 (2/24/2011)
I've got a bigint with some data inside, its first 5 bits will be used to represent an integer value.
That's not the first five bits, it's the first 2.5...
February 24, 2011 at 10:44 pm
JJH82 (2/17/2011)
a table called CLOB contains ROW_ID (pk)PARSE_CLOB (where the strings sit)
Are you using OPENROWSET BULK SINGLE_CLOB to load the initial table from a file? If so, best performance...
February 24, 2011 at 10:17 pm
Ian Scarlett (2/24/2011)
I'm indestructable.Hold on, you're probably too young to have seen Captain Scarlet, so you won't have a clue what I'm on about. 😀
Thanks for that, but no, I'm...
February 24, 2011 at 9:41 pm
Jeff Moden (2/24/2011)
Hmmm... how would parallelism work correctly on this when you cannot know the answers in any manner other than a serial manner to do the calculations correctly?
Naturally, there...
February 24, 2011 at 9:30 pm
Mosafi (2/24/2011)
I will learn something new today after i will read more on this ACCROS APPLY.
There's an article on this site about APPLY, and I know the author:
http://www.sqlservercentral.com/articles/APPLY/69953/ << Part...
February 24, 2011 at 10:49 am
SQL Dude-467553 (2/24/2011)
February 24, 2011 at 10:42 am
Brandie Tarvin (2/24/2011)
February 24, 2011 at 9:13 am
Viewing 15 posts - 2,131 through 2,145 (of 8,416 total)