Viewing 15 posts - 16,096 through 16,110 (of 59,067 total)
Grumpy DBA (12/16/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 1:23 pm
Actually, I suggest NOT rebuilding indexes. As a part of a large experiment based on some videos by Brent Ozar, I haven't rebuilt indexes on my main prod box...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 11:54 am
cboese (12/15/2016)
Table 1 -
Column1
Texas
Oklahoma
Table 2 -
Column1
1
2
Table 3:
Column1 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2016 at 8:30 am
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 going to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2016 at 7:45 am
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 column without...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 11:57 pm
patrick.w.wheeler (12/14/2016)
Does listing a certification hurt you?...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 11:42 pm
Rem70Rem (1/7/2011)
Well I found out that datediff seems to do what I was looking for.Thanks all for your help. Appreciated.
An essential part for the possible learning process...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 7:38 pm
CELKO (12/14/2016)
This is usually not a good design. For the painful details read this:https://www.simple-talk.com/sql/t-sql-programming/bit-of-a-problem/
I agree but you really need to stop writing WHERE clauses like this... 😉
WHERE DATEADD (YEAR, 18,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 7:31 pm
drew.allen (12/13/2016)
You're already seeing some of the issues, in that you can't have three-value states.
As previously stated, yes you can. 0, 1, or NULL. Yes, I realize that...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 7:07 pm
wanttolearn1 (12/14/2016)
i can put under 10.20.12.0 (subnet 24) aagain same ip 10.20.12.0 (but with subnet...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 7:00 pm
wanttolearn1 (12/14/2016)
Jeff Moden there is some "bug"
15.11.0.0
15.3.0.0
should be under 15.0.0.0
how do i fix it?
The "bug" would be in whatever you did to the code I wrote or your presentation code...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 8:57 am
JakDBA (12/13/2016)
Friends I am planning of doing some house keeping / eenhancements projects ... any suggestions ?? Version MSSQL 2014.
Yes. Assuming that you've already ensured that backups are actually...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 8:32 am
Manie Verster (12/14/2016)
Ok, Jeff just do what is best for you but stay away from hammers please!!
Heh... You know me... I never do what is best for me. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 8:03 am
wanttolearn1 (12/13/2016)
to be more clear this is an example of what i want to produce (the number in the square is the subnet selected)
So take what I did and make...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2016 at 6:58 am
wanttolearn1 (12/13/2016)
i want the result to be in some hierarchy (this is after each ip "," followed by depth level
10.0.0.0,0
10.13.15.63,1
10.16.8.2,1
15.0.0.0,0
...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2016 at 10:03 pm
Viewing 15 posts - 16,096 through 16,110 (of 59,067 total)