Viewing 15 posts - 406 through 420 (of 454 total)
This article leaves me with more questions than answers.
First off, there are no indexes on the table in the example. How would adding indexes and inserting non-sequential data affect the...
January 21, 2010 at 7:22 am
I'm honestly surprised at the number of people here who were not aware of the approximate nature of IEEE floating-point numbers. That information was in every programming class I took...
January 11, 2010 at 10:59 am
Michael Poppers (1/6/2010)
john.curran.z3g (1/6/2010)
January 6, 2010 at 9:41 am
Hugo Kornelis (12/24/2009)
Carleton (12/23/2009)
If you are unsure if the field contains a wildcard character when joining using the LIKE operator, you can avoid false positive results by observing this tip:
But...
December 24, 2009 at 5:57 am
jrhutch (12/22/2009)
December 22, 2009 at 9:03 am
vk-kirov (12/17/2009)To those people who answered '1,3,4': is the condition 'all active tasks have stopped referencing them' sufficient for dropping the table? The answer is 'No, it is not'. If...
December 17, 2009 at 12:44 pm
1,3,4
Even the answer explanation states that if the session that created it ends, but an active task is still referencing the table, it isn't dropped. So #2 is NOT correct.
December 17, 2009 at 6:12 am
Bhavesh_Patel (12/15/2009)
Why answer differs when we are using the same function on same variable?
Because we're not actually running the function on the same variable. In the first column, we're doing...
December 16, 2009 at 7:27 am
In this article I’m walking you through how to setup data file free space monitoring using SQL Server 2008 Policy-Based Management feature. You may think “Hey dude this is not...
December 16, 2009 at 7:10 am
I dream in binary, so when I see 32768 I automatically think overflow*. 😛
*At least in regards to Microsoft stuff. They seem to dislike unsigned integers, for some reason.
December 15, 2009 at 5:34 am
Well, on page 2, I have a post which illustrates one potential answer, based primarily on the equations but rewriting them as a procedure (http://www.sqlservercentral.com/Forums/FindPost828945.aspx), and shortly thereafter nadabadan does...
December 10, 2009 at 8:25 am
Samuel Vella (12/10/2009)
Personally, I find using windows scheduling and invoking the SSIS package from a .bat file to be a lot more dependable.
To each his own. I prefer using SQL...
December 10, 2009 at 7:11 am
chriscoates (12/10/2009)
The internal casts give us 10 decimal places.
That effectively boils down to:
SELECT ( 1.6757400000 /...
December 10, 2009 at 6:48 am
RBarryYoung (12/9/2009)
This is a perfect example of a thread or post that I would like to be able to tag or remember...
December 10, 2009 at 6:40 am
RBarryYoung (12/9/2009)
According to the table from the above link, the result precision is: p1 - s1...
December 9, 2009 at 5:28 pm
Viewing 15 posts - 406 through 420 (of 454 total)