Viewing 15 posts - 3,811 through 3,825 (of 9,399 total)
crookj (2/23/2016)
BWFC (2/23/2016)
Ed Wagner (2/23/2016)
Ed Wagner (2/22/2016)
DonlSimpson (2/22/2016)
ZZartin (2/22/2016)
Grumpy DBA (2/22/2016)
djj (2/22/2016)
FixesNeutered
Schnauzer
Terrier
Bichon
Greyhound
Bus
Wheels
Brakes
February 23, 2016 at 7:12 am
GilaMonster (2/23/2016)
It's not SQL Server (the UNIQUE gives that away at the least). I don't know what it is, and the OP keeps posting questions here that turn out...
February 23, 2016 at 6:21 am
Ed Wagner (2/22/2016)
DonlSimpson (2/22/2016)
ZZartin (2/22/2016)
Grumpy DBA (2/22/2016)
djj (2/22/2016)
FixesNeutered
Schnauzer
Terrier
Bichon
Greyhound
February 23, 2016 at 6:20 am
The use of TRUNC on a suspected numeric column makes me suspect Oracle. The archive: in your FROM clause tells me I have no clue.
The first step is to...
February 23, 2016 at 6:19 am
Grumpy DBA (2/23/2016)
February 23, 2016 at 5:40 am
Jeff Moden (2/22/2016)
Greg Edwards-268690 (2/22/2016)
Jeff Moden (2/22/2016)
February 23, 2016 at 5:38 am
Nice question. Check constraints are a way of enforcing data integrity by design that I wish more people used. Thanks.
February 23, 2016 at 5:28 am
I've helped several people at work where they just couldn't figure out why something so simple wasn't working and it turned out that they used varchar variables with the default...
February 23, 2016 at 5:24 am
Rune Bivrin (2/18/2016)
Toreador (2/17/2016)
Incredible that at the time of writing, only 75% got this right!
Yeah, well I read it a bit too quickly, and couldn't quite accept the idea of...
February 23, 2016 at 5:17 am
I thought it was a good, straightforward question. Thanks.
February 23, 2016 at 5:13 am
A simple one to help get my brain engaged after a very welcome vacation. Thanks.
February 23, 2016 at 5:11 am
DonlSimpson (2/22/2016)
ZZartin (2/22/2016)
Grumpy DBA (2/22/2016)
djj (2/22/2016)
FixesNeutered
Schnauzer
Terrier
Bichon
February 22, 2016 at 3:45 pm
briancampbellmcad (2/22/2016)
UPDATE [CPCE_DB].[dbo].[Orders]SET [OrderDateAlt] = CAST([AdminDateID] AS Datetime);
gives: Msg 241, Level 16, State 1, Line 1
Conversion failed when converting datetime from character string.
This likely means you have a...
February 22, 2016 at 3:45 pm
Lowell (2/22/2016)
find the original...
February 22, 2016 at 3:40 pm
If you want to have code react to an update of a table, a trigger will handle that. A procedure can read from the audit table directly and return...
February 22, 2016 at 3:32 pm
Viewing 15 posts - 3,811 through 3,825 (of 9,399 total)