Viewing 15 posts - 2,866 through 2,880 (of 7,484 total)
Revenant (11/25/2013)
JAZZ Master (11/25/2013)
Ed Wagner (11/25/2013)
Revenant (11/25/2013)
L' Eomot Inversé (11/25/2013)
crookj (11/25/2013)
Kurt W. Zimmerman (11/25/2013)
Ed Wagner (11/25/2013)
BWFC (11/25/2013)
crookj (11/25/2013)
JAZZ Master (11/25/2013)
Kurt W. Zimmerman (11/25/2013)
Ed Wagner (11/25/2013)
L' Eomot Inversé (11/24/2013)
SQLRNNR (11/23/2013)
Revenant (11/22/2013)
Ed...
November 25, 2013 at 12:15 pm
Ed Wagner (11/25/2013)
Revenant (11/25/2013)
L' Eomot Inversé (11/25/2013)
crookj (11/25/2013)
Kurt W. Zimmerman (11/25/2013)
Ed Wagner (11/25/2013)
BWFC (11/25/2013)
crookj (11/25/2013)
JAZZ Master (11/25/2013)
Kurt W. Zimmerman (11/25/2013)
Ed Wagner (11/25/2013)
L' Eomot Inversé (11/24/2013)
SQLRNNR (11/23/2013)
Revenant (11/22/2013)
Ed Wagner (11/22/2013)
sing4you (11/22/2013)
MeatheadMeatloaf
Meatballs
schwartz
spices
Garlic
vampire
nosferatu
Count
tally
High...
November 25, 2013 at 12:13 pm
Richard Warr (11/25/2013)
Straightforward enough question but, as it's a DATETIME you will actually get 1900-01-01 00:00:00.000 as the result.
Glad to see I'm not the only pedant in the pool. 🙂
But...
November 25, 2013 at 12:04 pm
crookj (11/25/2013)
Kurt W. Zimmerman (11/25/2013)
Ed Wagner (11/25/2013)
BWFC (11/25/2013)
crookj (11/25/2013)
JAZZ Master (11/25/2013)
Kurt W. Zimmerman (11/25/2013)
Ed Wagner (11/25/2013)
L' Eomot Inversé (11/24/2013)
SQLRNNR (11/23/2013)
Revenant (11/22/2013)
Ed Wagner (11/22/2013)
sing4you (11/22/2013)
MeatheadMeatloaf
Meatballs
schwartz
spices
Garlic
vampire
nosferatu
Count
tally
High Performance
ssd
lsd
Old Money
November 25, 2013 at 11:22 am
scott.fountain (11/25/2013)
Applying indentation so scripts are readable
Yes, that's important.
[
Nothing spells a good day at work like reviewing a query containing multiple nested table expressions; all the while, no indentations -...
November 25, 2013 at 11:13 am
Robert Davis (11/24/2013)
November 24, 2013 at 5:01 pm
There are a few failings that I find irritating:-
The inability to represent domain constraints directly. If I have some domain that is used in many coulumns and in many...
November 24, 2013 at 9:52 am
homebrew01 (11/22/2013)
Can you explain the risk a bit more ?
Jeff has already explained it, but I can't resist providing you with this link[/url].
November 24, 2013 at 9:04 am
I would keep it as date (not datetime).
Then add a table constraint as suggested by Luis and fix the day part of the date either by an instead...
November 24, 2013 at 8:45 am
Nice question.
But 27% wrong answers! (242 out of 520). That's pretty amazing. Nearly half the people who replied don't know that security princials are listed in the sys.server_principals DMV...
November 24, 2013 at 7:49 am
I think the idea of "Core TSQL" isn't unreasonable, but no set of knowlege which is just about T-SQL and not about the bigger picture will ever make a competent...
November 24, 2013 at 7:41 am
Jeff Moden (11/22/2013)
From the article:
November 24, 2013 at 6:46 am
SampathKumarM (11/23/2013)
update table1set field1 = Field1 - Field1 * 2
It should work some extent.
That seems the hard way to do
update table1 set field1 = 0 - field1;
(or even...
November 24, 2013 at 5:06 am
The problem with the original join, according to the table definitions given, is that the field in the enrollment table is called epatientid, not patientid. So naturally the name...
November 24, 2013 at 4:58 am
SQLRNNR (11/23/2013)
Revenant (11/22/2013)
Ed Wagner (11/22/2013)
sing4you (11/22/2013)
MeatheadMeatloaf
Meatballs
schwartz
spices
November 24, 2013 at 3:23 am
Viewing 15 posts - 2,866 through 2,880 (of 7,484 total)