Viewing 15 posts - 1 through 15 (of 3,010 total)
Isn't there any way to quickly find my recent posts? Like click one button.
July 4, 2017 at 8:26 am
"There seem to be so few ER diagrams in the real world, especially from vendors, who should always produce one for clients."
Taking this further, I have seen very...
July 4, 2017 at 1:34 am
It amazes me when they make a movie of an old TV series that I thought was terrible even when I was a kid.
Lost in Space
The Brady Bunch
Charlies's Angels
Car 54,...
March 31, 2015 at 9:28 am
You can backup to a network URL:
\\MyServername\MySharename\MyFoldername\MySubfoldername
The windows login that is running the maintenance plan must have permission to the write to the target folder.
March 21, 2015 at 5:30 pm
Divide 231,379,468,288 by 1,073,741,824 to get 215.5 GB
March 10, 2015 at 1:32 am
If the result set returned by the second procedure is more than a few rows, the performance impact is likely to be large, since you would be processing a row...
March 5, 2015 at 3:17 pm
snomadj (3/5/2015)
I cannot for the life of me figure out how to convert this into a sensible datetime...
March 5, 2015 at 1:34 pm
Jeff Moden (2/28/2015)
kennethrinderhagen (2/27/2015)
March 3, 2015 at 3:35 pm
You should consult DBArtisan documentation and technical support because the software is trying to do something with an incorrect setting of QUOTED_IDENTIFIER.
As a workaround until you have this resolved, you...
March 3, 2015 at 12:25 pm
You can use the function on the link below to calculate Age using @START_DATE = birthdate and @END_DATE = today.
Age Function F_AGE_IN_YEARS
March 2, 2015 at 5:18 pm
You should consider setting the database to Read Committed Snapshot.
That would probably eliminate the need to use NOLOCK, because readers would not be blocked, and you would be returning consistent,...
February 28, 2015 at 3:02 am
I have done this in order to avoid having to create an index on the string column.
Since this column is a unique identifier, you would probably still need a unique...
February 26, 2015 at 1:40 pm
You should determine the minimum time that a backup could take to run by running a test backup to the NUL device.
This will give you the shortest possible time that...
February 24, 2015 at 6:29 pm
cphite (2/24/2015)
I have a nightly job that fills reporting tables, and I...
February 24, 2015 at 1:17 pm
Viewing 15 posts - 1 through 15 (of 3,010 total)