Viewing 15 posts - 8,386 through 8,400 (of 8,414 total)
Hey flo,
Thanks so much, very kind of you to say.
I agree that those 'phone numbers' are a pain to work with...:pinch:
I've enjoyed this thread, and I think you have too....
April 4, 2009 at 5:51 am
One more thought from me:
In the worst possible case, where all flags are independent and no sensible optimizations can be made from the database manager's knowledge of the data, the...
April 4, 2009 at 2:16 am
josephptran2002 (4/3/2009)
Thank you for your helps, I already got the answer for it. Anyway, Thank you so much.
That's good news! And you're welcome, though I was just guessing...
April 3, 2009 at 8:54 am
Flo,
Awesome script - nice job!
That's some neat SQL for a 'developer' 😀
I wish the developers at my workplace were as SQL-literate. I particularly like the numbers table generation from...
April 3, 2009 at 8:39 am
nimdil (4/3/2009)
April 3, 2009 at 8:15 am
Not quite. Let me try again:
[Note that the probability of find the bits you are looking for in one column improves linearly with the number of bits in that...
April 3, 2009 at 7:43 am
nimdil (4/3/2009)
April 3, 2009 at 7:17 am
RJ (4/2/2009)
i have to create transaction within a loop to delete user &...
April 3, 2009 at 7:08 am
Hey flo,
Agreed. I put some further thoughts in my previous post which you might not have seen yet.
I wonder whether the OP would see any benefit from using BIGINT...
April 3, 2009 at 6:45 am
Hey there,
{mode=psychic}
Assuming you have a DEFAULT constraint on the columns set to GetDate() or CURRENT_TIMESTAMP or GetUtcDate(), and that you are using the table editor in Management Studio to enter...
April 3, 2009 at 6:32 am
Hey there,
It's very difficult to guess based on the information provided, but:
1. If you trace the server looking for queries using excessive CPU, does anything stand out?
2. Do...
April 3, 2009 at 6:22 am
Hey there,
From our experience with virtualising SQL Server (OLTP and OLAP) using fairly high-end hardware and Win2k8, I feel comfortable summarising the team's experiences as: just don't do it!
Whatever theory...
April 3, 2009 at 6:17 am
SwedishOrr (3/10/2009)
After the initial setup, the query execution plans looked great, but actual query time was just about the same as when I wasn't using the partitioned view.
Hi!
Can...
April 3, 2009 at 6:05 am
Hey there nimdil,
In the quick test I threw together, the intersect was implemented as an inner loop join, seeking on an index on both inner and outer inputs. It seems...
April 3, 2009 at 5:41 am
Hi Flo,
Your idea there is intriguing, but it left me with a couple of questions:
1. Does it support AND / OR combined searches as in the posted examples?
2. ...
April 2, 2009 at 9:38 pm
Viewing 15 posts - 8,386 through 8,400 (of 8,414 total)