Viewing 15 posts - 47,971 through 47,985 (of 59,064 total)
I'm thinking there are two schools of thought on that... a system that constantly updates indexes like SQL Server for new rows, and a system that has never seen the...
October 1, 2008 at 9:17 pm
Thanks... any chance of you posting that script?
October 1, 2008 at 9:07 pm
What's your point, Andrew? You said the code didn't work... I told you why it didn't. 😉
October 1, 2008 at 9:02 pm
Jackal (10/1/2008)
As execution plans for procedures are case sensitive.
Please show me a Microsoft document or viable test code that proves that. 🙂
October 1, 2008 at 8:57 pm
Dunno about that, Mark... I've never had a problem with xp_DirTree and UNC's. If SQL Server can see it, xp_Dirtree can read it in my humble experiences.
October 1, 2008 at 8:43 pm
Brandie Tarvin (10/1/2008)
Just curious... How is performance (read/write) on those insane indexes of yours, Jeff?
I don't know any gentle way to say it... Inserts, updates, and the occasional block delete...
October 1, 2008 at 8:38 pm
Crud... I was hoping they were unique so we could use xp_Dirtree to solve your problem very easily. xp_FileExists is not available in SQL Server 2k8 like it is...
October 1, 2008 at 9:38 am
I agree... if the VB code works and there is no impact on performance, there's no reason to change horses right now.
October 1, 2008 at 7:02 am
Thanks. Oh, and the randomness comes from the fact that NEWID generates random numbers. If you order by a random number like that, the result will be in...
October 1, 2008 at 6:57 am
samsql (10/1/2008)
how many rows are there with 3 not null values and
how many rows are there with 4 not null values
from column image1 to...
October 1, 2008 at 6:18 am
I've answered several of your questions and provided a code solution... the least you could do is answer just one of mine... what is the purpose of this code?
October 1, 2008 at 6:04 am
bhuvnesh.dogra (9/30/2008)
we need to show record randomly
Heh... I already know that... but, why is it a requirement? What is it that you are trying to do? ie. ...
September 30, 2008 at 11:30 pm
A CTE is nothing more than a "derived table" or an "inline view"... both of which are just sub-queries. If you did it the "old way" without a CTE,...
September 30, 2008 at 11:16 pm
samsql (9/30/2008)
jeff thkz for the reply but i dnt want this.....i want the count
Yeah... You'e right. I misread your requirements. Sorry.
If you could provide a little test data...
September 30, 2008 at 10:58 pm
Viewing 15 posts - 47,971 through 47,985 (of 59,064 total)