Viewing 15 posts - 511 through 525 (of 8,760 total)
Does the plan go parallel?
π
The cost aggregation has never been proper or accurate, something that M$ needs to work on π
February 7, 2020 at 3:08 pm
Tonight, I'll be having haggis. Pray for me.
Tonight, I'll be in a theatre orchestra pit for the 5th time this week.Β No need for...
February 5, 2020 at 4:10 pm
Thanks Grant and ChrisM for the sig idea.
No, I wouldn't post something like this in the "regular" forums, it's not a SQL problem!Β π
For reference, here's the link as...
February 5, 2020 at 2:16 pm
You are missing the closing parentheses for the ADDCOLUMNS function
π
February 4, 2020 at 3:48 pm
Ah... one more thing... REPLACE can make sucking sounds for performance even if the default collation is used.Β It's performance can usually be increased by quite a bit when...
January 25, 2020 at 9:59 am
Can you post the desired results please?
π
January 23, 2020 at 7:35 pm
A bit of an odd problem, tried few different cast/conversions and all are working fine on 2017/2019 (don't have 2008 on the laptop)
π
Here is the code, no errors but the...
January 23, 2020 at 2:42 pm
RIP Terry, thanks for all the smiles you brought!
π
January 22, 2020 at 9:44 pm
Here is a quick and simple suggestion for a solution
π
USE TEEST;
GO
SET NOCOUNT ON;
DECLARE @AD_STR VARCHAR(500) = 'CN=Some Person,OU=Sales,OU=Some Company - SK,OU=Companies - Some Company,OU=Accounts...
January 22, 2020 at 2:20 pm
Well, we do have one of these: https://en.wikipedia.org/wiki/M1_Abrams parked out front of the building I'm in, so that might be a hint for you...
π
a 335 mph drag racer...
January 20, 2020 at 4:19 pm
An unprecedented move for sure.Β Here's the link.Β The patch came out today (1/14/2020).
https://www.yahoo.com/news/us-microsoft-nsa-security-flaw-182512448.html
I have to admit, I'm a bit of a skeptic when the government tries to...
January 15, 2020 at 3:21 pm
If you are only storing the XML and not querying it or manipulating it in SQL Server, then I suggest you should use VARBINARY(MAX) rather than the XML...
January 15, 2020 at 3:15 pm
>Β Quick question, if you are using the XML within SQL Server, why do you need the version/encoding header element?
Via the frontend, the data is loaded into an editor. Once...
January 15, 2020 at 3:10 pm
SQL Server does not store or display the version/encoding element as it is not part of the XML structure. It will store the XML data either as ASCII/ISOxxxx or UTF16...
January 15, 2020 at 2:28 pm
Good luck with that. Not sure third party tools make this better, but you're welcome to eval SQL Backup from Redgate...
January 13, 2020 at 4:10 pm
Viewing 15 posts - 511 through 525 (of 8,760 total)