Viewing 15 posts - 1 through 15 (of 2,837 total)
What's the size of a pointer to a variable width column?
May 3, 2019 at 6:16 pm
Thanks Scott, but "present" how? They don't show up in storage.
And if NULL is set as 1 bit per column, then I should be showing the size of the table...
April 30, 2019 at 3:34 pm
Thank you all for the input. I know I was vague, but I can't be disclosing company-sensitive stuff.
I'm glad I can come here for more opinions of people who...
November 17, 2017 at 9:02 am
They say it is scalability and rapid development.
I believe it is because someone heard buzzwords & they don't understand the technologies involved.
They have not done any study. They...
November 15, 2017 at 1:25 pm
Hi everyone,
It has been awhile since I posted here and I hope you're all doing well.
I have a weird situation and I was wondering about the opinion of...
November 15, 2017 at 11:41 am
The child information gets created first as it is configuration data. Parent records might not get created for hours or days after.
Basically I want to create orphans and have...
September 1, 2017 at 2:05 pm
Since the person in question was transferring a terrabyte database on a laptop, lack of RAM is likely it. Thanks all!
June 20, 2017 at 4:18 pm
Jeff Moden (12/27/2016)
ScottPletcher (12/27/2016)
Jeff Moden (12/26/2016)
Sergiy (12/15/2016)
ScottPletcher (12/15/2016)
Pretty soon you'll see in queries "WHERE Status&8 >0".
I guess I don't see why that's so much worse than a non-bit comparison...
December 27, 2016 at 1:47 pm
Jeff Moden (12/26/2016)
Sergiy (12/15/2016)
ScottPletcher (12/15/2016)
Pretty soon you'll see in queries "WHERE Status&8 >0".
I guess I don't see why that's so much worse than a non-bit comparison of "status =...
December 27, 2016 at 6:37 am
squvi.87 (12/14/2016)
Need to generate random number based on ID3 column. Have mentioned each rows logic in remarks. Note: This is a sample data I need to apply on big set...
December 15, 2016 at 10:01 am
ScottPletcher (12/15/2016)
Pretty soon you'll see in queries "WHERE Status&8 >0".
I guess I don't see why that's so much worse than a non-bit comparison of "status = 8" or "code1...
December 15, 2016 at 9:06 am
Jeff Moden (12/15/2016)
Sioban Krzywicki (12/15/2016)
Jeff Moden (12/14/2016)
Sioban Krzywicki (12/14/2016)
What if the bitwise column never appears in the WHERE clause? What if all the values in the column are always returned?
Who's...
December 15, 2016 at 8:59 am
Jeff Moden (12/14/2016)
Sioban Krzywicki (12/14/2016)
What if the bitwise column never appears in the WHERE clause? What if all the values in the column are always returned?
Who's going to read the...
December 15, 2016 at 6:24 am
Sergiy (12/14/2016)
Sioban Krzywicki (12/14/2016)
What if the bitwise column never appears in the WHERE clause? What if all the values in the column are always returned?Then they are not needed.
Of course...
December 14, 2016 at 7:31 pm
What if the bitwise column never appears in the WHERE clause? What if all the values in the column are always returned?
December 14, 2016 at 4:53 pm
Viewing 15 posts - 1 through 15 (of 2,837 total)