Viewing 15 posts - 3,136 through 3,150 (of 59,067 total)
It's not just a lack of contrast... most of them are terrible for color, font, usability, etc. Seems like most have gone "metro" and, to me, "metro" is seriously uninspired...
July 17, 2022 at 7:09 am
Write a stored procedure to do the restore and schedule it as a job?
July 17, 2022 at 12:35 am
If you're looking for truly legit certification courses, I'd suggest starting with Microsoft. There, they list a bunch of partners that offer up-to-date training. If you want online,...
July 16, 2022 at 2:53 am
Ok... in your last post at https://www.sqlservercentral.com/forums/topic/how-to-get-last-5-weeks-start-and-end-dates you wanted the weeks to be calculated based on whatever GETDATE() returned and you used the example of what you wanted on...
July 16, 2022 at 2:22 am
You bet. Thank you for the feedback, Pedro.
July 15, 2022 at 8:55 pm
Shifting gears a bit, I remembered that I had refactored Peter's good code and found it in my archives. I redacted that to have a nice flower box and included...
July 15, 2022 at 5:18 pm
Here's another listing that not only lists the fixed holidays that always occur on the same day of every year but also how to calculate the "movable" holidays.
https://en.wikipedia.org/wiki/Public_holidays_in_Portugal
Here's one...
July 15, 2022 at 3:54 pm
By now, you know the solution.
Want to make it even better, do not use a SCALAR value function, but turn it into a (in-line)Table valued function ! In most...
July 15, 2022 at 3:44 pm
The correct answer should have been... find the person that wrote the trigger with an empty CATCH and have a nice pork chop dinner with them. 😀
July 15, 2022 at 3:29 pm
From the Aritcle:
What work is suited for live, in-person interaction? Which aspects of your job benefit from seeing others face-to-face?
BWAAA-HAAA-HAAA!!! I can think of no thing that would prove...
July 15, 2022 at 3:23 pm
Can you just create a linked server in SSMS, then just do an "insert into select * from" command in SSMS?
If you cannot create a linked server then, if...
July 15, 2022 at 3:14 pm
My question would be, why are you using two tables to do one thing? It looks to me like it should be a single table because there appears to be...
July 15, 2022 at 3:02 pm
Even though the MS documentation states that literals longer than 4000 characters are cast as NVARCHAR(MAX) this doesn't seem to be the case.
July 15, 2022 at 4:08 am
I've searched for a more recent document that mentions performance in terms of overhead percentages but found none. I wouldn't expect to see such a thing from future MS documentation...
July 14, 2022 at 5:08 pm
Write-output from the PS script:
INSERT INTO XML_REPORT_ALL ( logdate, Report, runnum, servername ) VALUES ( '07/11/2022 11:43:12','<LOG><ALG><ROW><CUSTOMER>... many more info here..... TYPE><','5','COURSE-SQLSERVER' )
I guess I'll never understand why people...
July 14, 2022 at 4:58 pm
Viewing 15 posts - 3,136 through 3,150 (of 59,067 total)