Viewing 15 posts - 1,201 through 1,215 (of 1,988 total)
If your data has text in it one(or more) of the columns likely has a delimiter in it, the default is a tab when you copy and paste out of...
January 4, 2017 at 8:22 am
Just to point out one thing, csv are not excel documents Excel just happens to be able to open them 🙂
There are any number of tools that can call SQL...
December 21, 2016 at 8:38 am
Manic Star (12/21/2016)
Ed Wagner (12/21/2016)
djj (12/20/2016)
DamianC (12/20/2016)
whereisSQL? (12/20/2016)
Ed Wagner (12/20/2016)
Manic Star (12/20/2016)
Grumpy DBA (12/20/2016)
ZZartin (12/20/2016)
Ed Wagner (12/20/2016)
Revenant (12/20/2016)
djj (12/20/2016)
Ed Wagner (12/20/2016)
Hugo Kornelis (12/20/2016)
Manic Star (12/20/2016)
PowerPeople
Users
Administrator
Access
Permissions
word
Excel
Mediocre
Accepted
Conditionally
true
Possitive
Terminal
Shock
Eel
December 21, 2016 at 7:49 am
Well first off virtualization is not synonymous with cloud services although cloud services rely heavily on virtualization.
And why would either of those matter, either a transaction is committed...
December 20, 2016 at 2:19 pm
Ed Wagner (12/20/2016)
Revenant (12/20/2016)
djj (12/20/2016)
Ed Wagner (12/20/2016)
Hugo Kornelis (12/20/2016)
Manic Star (12/20/2016)
PowerPeople
Users
Administrator
Access
Permissions
word
December 20, 2016 at 12:06 pm
Well keep in mind a primary key is a constraint not an index, it can be misleading that SQL Server will create a clustered index on the primary key if...
December 19, 2016 at 2:17 pm
Well for your first question yes if at all possible you would want a web client over a fat client, that'll save you any number of head aches having to...
December 19, 2016 at 11:35 am
Manic Star (12/19/2016)
whereisSQL? (12/19/2016)
Grumpy DBA (12/19/2016)
Manic Star (12/19/2016)
BaconKevin
Hart
Deer
Bullseye
December 19, 2016 at 10:50 am
Grumpy DBA (12/16/2016)
BWFC (12/16/2016)
WhiskeyTango
Frisco
December 16, 2016 at 8:52 am
It looks like the initial if statements are breaking your @@ROWCOUNT = 1 check 🙂
CREATE TABLE TEST_TRIG_ONE(COL_ONE varchar(30), COL_TWO varchar(30), COL_THREE varchar(30))
CREATE TABLE TEST_TWO(COL_ONE varchar(30), COL_TWO varchar(30), COL_THREE varchar(30))
DROP TRIGGER...
December 15, 2016 at 3:13 pm
Ray K (12/13/2016)
Manic Star (12/13/2016)
Ed Wagner (12/13/2016)
Revenant (12/13/2016)
Grumpy DBA (12/13/2016)
Luis Cazares (12/13/2016)
CerealCheerios
Sugar
Buzz
Espresso
Cappuchino
Yuppy
December 13, 2016 at 2:15 pm
I don't know where the impression comes from that development is solely limited to customer facing work. If a car mechanic told you he didn't think knowing how to...
December 13, 2016 at 1:14 pm
Just wondering but why are you joining to the metrics table at all in the select if you're clearing the data from that table anyways before running it? It...
December 12, 2016 at 9:09 am
Luis Cazares (12/9/2016)
Revenant (12/9/2016)
djj (12/9/2016)
crookj (12/9/2016)
Ed Wagner (12/9/2016)
Stuart Davies (12/9/2016)
Manic Star (12/8/2016)
Alan.B (12/8/2016)
GravitationalThreshold
Boundary
Border
Line
Vector
Algebra
Calculus
Apple
December 9, 2016 at 9:44 am
Eric M Russell (12/9/2016)
Gary Varga (12/9/2016)
Eric M Russell (12/8/2016)
"For the next...
December 9, 2016 at 9:22 am
Viewing 15 posts - 1,201 through 1,215 (of 1,988 total)