Viewing 15 posts - 6,526 through 6,540 (of 9,399 total)
ramana3327 (2/24/2015)
Currently, working with SQL backups.
I am looking for the route cause of slow backups. Our current environment is 208R2. We have a database around 450GB. Our current backup...
February 24, 2015 at 5:48 am
Interesting one. I've never done it, so I learned something today. Thanks.
February 24, 2015 at 5:46 am
BWFC (2/24/2015)
djj (2/24/2015)
Ed Wagner (2/23/2015)
SQLRNNR (2/23/2015)
roofTop
Tip
Dump
Core
February 24, 2015 at 5:44 am
SQLRNNR (2/23/2015)
ssimmons 2102 (2/23/2015)
https://msdn.microsoft.com/en-us/library/gg492088.aspx
says it was introduced in 2012, however the other correct choices are for 2014 version, figuring it might be a trick question I selected 2012. ...
February 23, 2015 at 12:18 pm
I liked the statement that kids don't want to learn to program...they want to do stuff. This is so very true. Learning to program for the sake of...
February 23, 2015 at 6:56 am
spaghettidba (2/23/2015)
SELECT S.supplier_id, S.supplier_name, COUNT(DISTINCT A.agent_id)
FROM Suppliers AS S
INNER JOIN Supplies AS SU
ON S.supplier_id = SU.supplier_id
INNER JOIN Agents AS A
ON SU.product_id...
February 23, 2015 at 5:44 am
djj (2/23/2015)
Ed Wagner (2/22/2015)
TomThomson (2/20/2015)
Ed Wagner (2/20/2015)
crookj (2/20/2015)
Ed Wagner (2/20/2015)
djj (2/20/2015)
Ed Wagner (2/20/2015)
SQLRNNR (2/20/2015)
Ed Wagner (2/20/2015)
crookj (2/20/2015)
SQLRNNR (2/20/2015)
Ed Wagner (2/18/2015)
SQLRNNR (2/18/2015)
Ed Wagner (2/18/2015)
Revenant (2/18/2015)
SQLRNNR (2/18/2015)
silhouetteHarlequin
Romance
gag (harlequin romance)
Vomit (I agree)
thread killer:w00t::w00t::w00t:
Moth
Flame...
February 23, 2015 at 5:11 am
Lynn Pettis (2/22/2015)
Ed Wagner (2/22/2015)
Lynn Pettis (2/21/2015)
And for...
February 23, 2015 at 5:11 am
TomThomson (2/20/2015)
Ed Wagner (2/20/2015)
crookj (2/20/2015)
Ed Wagner (2/20/2015)
djj (2/20/2015)
Ed Wagner (2/20/2015)
SQLRNNR (2/20/2015)
Ed Wagner (2/20/2015)
crookj (2/20/2015)
SQLRNNR (2/20/2015)
Ed Wagner (2/18/2015)
SQLRNNR (2/18/2015)
Ed Wagner (2/18/2015)
Revenant (2/18/2015)
SQLRNNR (2/18/2015)
silhouetteHarlequin
Romance
gag (harlequin romance)
Vomit (I agree)
thread killer:w00t::w00t::w00t:
Moth
Flame (sorry about the...
February 22, 2015 at 4:28 pm
Lynn Pettis (2/21/2015)
And for the geeks out there:
......
February 22, 2015 at 4:26 pm
Matt Miller (#4) (2/20/2015)
Ed Wagner (2/20/2015)
GoofyGuy (2/20/2015)
Eric M Russell (2/20/2015)
GoofyGuy (2/20/2015)
Where do you think Senior DBAs end up?In the grave, as far away from deceased programmers as is possible.
So,...
February 20, 2015 at 1:43 pm
Sean Lange (2/20/2015)
SQLTestUser (2/20/2015)
February 20, 2015 at 1:42 pm
It sounds to me like you've got a much bigger problem on your hands than just being able to find numeric values. If you're storing numeric values in a...
February 20, 2015 at 1:35 pm
Viewing 15 posts - 6,526 through 6,540 (of 9,399 total)