Viewing 15 posts - 91 through 105 (of 458 total)
June 4, 2015 at 2:20 pm
Since no one mentioned this, I'll jump in: think seriously about restructuring your database table and application to provide and store first name separately from last name. You don't...
June 4, 2015 at 2:14 pm
Steve-3_5_7_9 (6/2/2015)
June 2, 2015 at 10:06 am
Great question. Note that the outcome is dependent on the setting of XACT_ABORT. The default is OFF, but if set to ON, the transaction will rollback, and executing...
May 26, 2015 at 8:27 am
So close. I replied 6. Missed REAL = FLOAT(10) = FLOAT(24).
Rich
May 5, 2015 at 8:02 am
I created an Agent job based on the code I found here:
http://strictlysql.blogspot.com/2011/01/finding-last-database-growth-date-and.html
It runs slowly, and b/c it's querying the trace file, I don't think you'd want this running constantly. ...
April 30, 2015 at 2:29 pm
SQLRNNR (4/28/2015)
rmechaber (4/28/2015)
SQLRNNR (4/28/2015)
Hey, so far it is improved in % correct. Only 53% got it correct when I asked a very similar question a few years back.
Well, I got...
April 28, 2015 at 10:08 am
SQLRNNR (4/28/2015)
Hey, so far it is improved in % correct. Only 53% got it correct when I asked a very similar question a few years back.
Well, I got today's right...
April 28, 2015 at 9:57 am
Eric M Russell (4/28/2015)
April 28, 2015 at 7:48 am
Got it right.
Feel like a chump.
Been writing queries like this using a CTE to return line-item subtotals, then a final query to return those plus the per-row, fraction-of-the-grand-total percentages.
Kathi, you...
April 27, 2015 at 9:10 am
bdenning (4/22/2015)
April 24, 2015 at 12:10 pm
I feel like I'm on a Fark.com comment thread and should be making a snarky comment about making popcorn.
Are we really still having this conversation in 2015 about business logic,...
April 21, 2015 at 9:10 am
I'm late to this conversation, but I've appreciated the ideas from different quarters. Myself, I've been a slow adopter of CLR, but I've gotten to the point where (a)...
April 14, 2015 at 8:19 am
Nice question, thank you.
Some additional explanation from BOL (https://msdn.microsoft.com/en-us/library/ms175523%28v=sql.105%29.aspx):
If a run-time statement error (such as a constraint violation) occurs in a batch, the default behavior in the Database...
January 21, 2015 at 10:12 am
TomThomson (11/6/2014)
It raises an issue about the quality of this wizard: why on earth doesn't it read metadata for the target table and set lengths accordingly? It...
November 13, 2014 at 9:24 am
Viewing 15 posts - 91 through 105 (of 458 total)