Viewing 15 posts - 19,171 through 19,185 (of 59,072 total)
TomThomson (11/14/2015)
Jeff Moden (11/14/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2015 at 3:44 pm
I'm curious as to what will happen when the year rolls over. It strongly recommend NOT using just a simple month identifier. There has to be somewhere in...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2015 at 11:18 am
rash3554 (11/14/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2015 at 11:15 am
jasona.work (11/14/2015)
And now for something completely different...I think the guy on the right, in the red Hawaiian shirt, might be Steve...
:hehe::hehe:
Nah... Steve has better legs than that. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2015 at 11:02 am
It's not likely the function will change. If it does, you can use the Registered Server trick to push it to multiple databases in multiple servers. Just store...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2015 at 10:21 am
As you've found, SQL Server doesn't have anything quite as convenient as "CONNECT BY". It's does, have a couple of tools that you can use to do similar though....
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2015 at 10:13 am
vsamantha35 (11/13/2015)
Can anybody help?
To be honest, my opinion is that the drive assignments are flawed especially in light of the fact that you already know that a 10TB drive can...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2015 at 9:43 am
To explain some of my extreme frustration in the "developers" that I've been interviewing over the last decade, the following blog post is a great example of the type of...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2015 at 8:53 am
jamunozs (11/13/2015)
Format not exist in sql
You need to look at the newer version of SQL Server. If you're talking about ANSI SQL, few people care because this is an...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 9:28 pm
wendy elizabeth (11/13/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 9:25 pm
Sean Lange (11/13/2015)
Ed Wagner (11/13/2015)
Sean Lange (11/13/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 9:15 pm
It's a whole lot easer than that. If the table has a Clustered index, the table will be based on a B-TREE. If it's a HEAP, it will...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 9:06 pm
I don't see why PowerPoint couldn't do all of that. You can embed videos, setup "Credits" animations and scrolling entrances and a whole bunch of other things.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 8:04 pm
With the understanding that you'll sacrifice a bit of performance, there are many advantages to splitting things up in separate file groups using a thing called "partitioning". It also...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 7:41 pm
lraju10 (11/13/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2015 at 7:23 pm
Viewing 15 posts - 19,171 through 19,185 (of 59,072 total)