Viewing 15 posts - 1 through 15 (of 52 total)
This is a horrible tutorial. You go from creating a free trial subscription to having a full dashboard and issuing Powershell commands. What about the steps in between? I expected...
October 7, 2020 at 12:21 pm
Thanks for the replies everybody, here are my follow up questions.
so I would try to split the updates into multiple parallel updates based on some column you could use...
April 25, 2019 at 6:20 am
October 2, 2018 at 3:18 am
Eirikur Eiriksson (8/2/2016)
Quick thought, datetime does not have any time zone awareness and only assumes UTC, convert into a time zone aware data type such as datetime2 instead.😎
SELECT CONVERT(DATETIME2,'2016-08-01T07:04:24+01:00',127)
So there...
August 2, 2016 at 1:44 am
Thanks for the reply but unfortunately this format is coming from an inbound file that I have no control over. Furthermore the client insists this is the "right format"...
August 2, 2016 at 1:04 am
I'm not feeling PowerShell. I'm running SQL Server 2014 so I have to run Import-Module "sqlps" in order to get all the features and methods available with the Snap-Ins...
June 28, 2016 at 6:14 am
Why wasn't the mistake corrected in the code once pointed out?
June 27, 2016 at 3:06 am
No it's happening on a Monday after work. It's a monthly meeting for the PASS members in that part of Germany. It's actually happening at the Microsoft office/campus...
June 8, 2016 at 2:22 am
Curious where do you live? Some areas are red hot for BI/SQL Server professionals: the Chicago area is booming. Also Germany, UK and Switzerland have plenty of...
June 7, 2016 at 6:36 am
No diversity in technology? Are you kidding me? Go to Toronto and in the IT department of any major bank, you will see a lot more "visible minorities"...
June 1, 2016 at 4:00 am
Thanks for your response Alan. I actually suggested a third alternative: Create an OLE DB Source and write a T-SQL stored procedure to shred the XML into a...
May 4, 2016 at 12:53 am
Thanks for the suggestions guys; they look like interesting reads as I have already downloaded them.
April 29, 2016 at 4:54 am
I'm pretty excited about SQL Server 2016 since the client just updated to 2014 6 months ago. Nonetheless I've heard a rumour that after 2016, you won't have any...
April 19, 2016 at 5:24 am
Unfortunately setting the SQL Server service dependent on Cryptographic Services didn't work.
Connections are always made using the login's current security context, which is Windows Authentication. It sounds like an...
January 5, 2016 at 3:58 am
Thanks for the suggestion, I will try it out and let you know.
January 4, 2016 at 5:04 am
Viewing 15 posts - 1 through 15 (of 52 total)