Viewing 15 posts - 37,336 through 37,350 (of 59,072 total)
CirquedeSQLeil (8/9/2010)
Chris Morris-439714 (8/9/2010)
Brandie Tarvin (8/9/2010)
Is it wrong to cry when someone tells me they don't know what Bulk-Logged is?http://www.sqlservercentral.com/Forums/Topic961511-146-2.aspx#bm966015
It's a forestry expression.
That is scary - check the timestamps of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 8:54 pm
Dave Ballantyne (8/9/2010)
Woot woot , just got my speaker selection email for sqlbits. Time to get some material together now..
Congratulations and I understand the EXCITEMENT!!!!! :-P;-):-P;-) I...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 8:52 pm
CELKO (8/9/2010)
No, you have a lot of conceptual problems. You do not know the correct terms for RDBMS and SQL, or how do a data...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 8:49 pm
blackbird (8/9/2010)
Why are you using a WHERE IN instead of an INNER JOIN? Generally the INNER JOIN has a better performance and looks cleaner. 🙂
I'd post my code that shows...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 8:34 pm
mtillman-921105 (8/9/2010)
From a practical point of view, I think that they're more...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 8:09 pm
PaulB-TheOneAndOnly (8/9/2010)
In my opinion Zeros and Nulls are not the same and do not represent the same thing.
PAUL FOR PRESIDENT! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 8:05 pm
mtillman-921105 (8/9/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 8:02 pm
nosoyspam (8/9/2010)
Hi people,How can do a procedure (or something ) that return me a list of numbers
example:
select nums
from generate_serie(5001, 5999)
and this return
f
------
5001
5002
5003
....
5999
What is the smallest start value and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 2:38 pm
Here's what I'm talking about. Let's say you have a file called "ImportTest.txt" on the server in the "C:\Temp" that looks like this...
,.BAM30,BELTONE A.M,,EGP,08/08/2010,"4,090.5","4,101.96",1.5,"1.5",,,,
,.BAM20,BELTONE A.M,,EGP,08/08/2010,"4,090.5","1.5","4,108.68","4,090.5",,,,
,.BAM10,BELTONE A.M,,EGP,08/08/2010,"4,090.5","4,101.96","4,108.68",1.5,,,,
,.BAM40,BELTONE A.M,,EGP,08/08/2010,1.5,"4,101.96","4,108.68","4,090.5",,,,
Try running the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 9:53 am
steveb. (8/9/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 9:35 am
John Mitchell-245523 (8/9/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2010 at 7:30 am
James Raddock (5/16/2008)
...with a sproc to generate the nested set as hierarchical data is needed (it's a cheap operation).
I know this is an old thread, but can you post the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2010 at 8:24 pm
drew.allen (8/7/2010)
Here's an example using the Information_Schema.Tables view. WARNING: XML is case sensitive
Thanks, Drew. Rumor has it that it's also pretty touchy about special characters like ampersands and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2010 at 7:24 pm
Peter Samson (8/6/2010)
Jeff, you should be able to link to it here
I'll have to agree with the others. I've not ever had to change this setting for performance. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2010 at 4:50 pm
Heh... I wonder if he learned to fish... or drowned. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
August 8, 2010 at 5:49 am
Viewing 15 posts - 37,336 through 37,350 (of 59,072 total)