Viewing 15 posts - 1 through 15 (of 17 total)
The intent behind this code is to produce a formatted telephone number "###-###-####" or a empty string depending on the column values of Phone and MobilPhone. You can achieve the...
November 12, 2020 at 2:54 pm
Thanks for the replies. I'll do some research into both the D-Link and the Synology offerings tonight to see whether either has a distinct advantage over the other. I've tried...
July 28, 2020 at 3:29 pm
Rick, what NAS are you using. I've been reviewing them lately and haven't been able to make a definitive decision.
July 27, 2020 at 5:36 pm
If I understand what you're asking; then the code in the <thead> section is currently designating 3 columns per row. Change 2 of those entries to "Column1" & "Column2" and...
March 29, 2018 at 8:00 am
When you call your function, append the new line character to the end of the list parameter. That way there will always be a delimiter for the function to find.
December 7, 2017 at 7:40 am
It looks to me like this is a fiscal date based on the week. You have a repeating pattern of 5-4-4 in the week numbers; except in June 2017 which...
November 30, 2017 at 7:41 am
August 4, 2017 at 7:52 am
I'm glad you got everything working. In regards to your date field; I read that you need to use an ISO date format rather than a US based format. You...
August 4, 2017 at 7:04 am
Nic
Have you enabled encryption in your connection? Right-click the query tab in SSMS, point to Connection, and then click Change Connection. This launches the Connect to Database Engine...
August 3, 2017 at 1:44 pm
Since you're wanting to compare 2 period across years; why not use the week of the year [datepart(wk,somedate)] to create begin and end ranges for each year. You'd compare...
October 2, 2015 at 2:37 pm
Eddie
Thanks for the reply. The code I used in the SSRS report came from a stored procedure that I can run from my level 80 database. I copied...
June 26, 2015 at 7:55 am
Steve
My biggest complaint about the new layout comes from featured content section. My Outlook doesn't download pictures (to protect my privacy), so having the image of "Technical Article" on...
August 9, 2013 at 8:07 am
GSquared
Creativity != "that's how we always do it"
I would like to suggest a 3rd option to remember:
"that's how we always do it" != Reason to change
Just because something has...
June 5, 2012 at 9:17 am
Dev
You and Grant both believe that the 6 hour window for transaction logs is too big. I won’t say that I disagree, but I’ll give you the back story...
February 8, 2012 at 1:36 pm
Grant
I really liked your statement "don't associate the log backups to the full or differential, but also, don't ignore them because of the full or differential." That hit right...
February 8, 2012 at 10:41 am
Viewing 15 posts - 1 through 15 (of 17 total)