Viewing 15 posts - 2,131 through 2,145 (of 22,202 total)
Try it with quotes around the table name.
January 16, 2020 at 2:07 pm
January 16, 2020 at 2:05 pm
The host name is dependent on the connection string. If people leave this off, it's why you can't audit for it. You can use HOST_NAME to get this information...
January 16, 2020 at 1:45 pm
Most people read more than one of the topics (or, like I do, look at which topics are new), so posting a question multiple times just leads to different answers...
January 16, 2020 at 1:39 pm
Honestly, this is work I would put on to the front-end. There are ways to do translations. Otherwise, you're going to have to do pretty horrible stuff to your T-SQL...
January 16, 2020 at 1:37 pm
Sounds great. Let me know when that gets implemented. I'm in.
January 15, 2020 at 6:47 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...
January 15, 2020 at 4:06 pm
(heh... no one uses column store, right? :D) but didn't say so. My bad.
BWA-HA-HA!!!
Exactly.
I sure wasn't trying to correct your answer, just add to it.
January 15, 2020 at 2:54 pm
It's the choice of a compromise.
Most people are suffering from what they're currently doing. Further, even completely independent sources like the ISE recommend using a password manager. Everything online...
January 15, 2020 at 2:53 pm
Yes. That's the one. You're mixing data types such that you have to do CONVERT in some cases and SQL Server is covering for you in others using CONVERT_IMPLICIT. These...
January 15, 2020 at 1:26 pm
Query hints should absolutely be the exception, not the rule. So, I'm always inclined to remove them. However, using Chesterton's Fence as a model, we need to ask, why is...
January 15, 2020 at 12:58 pm
Yeah, I see where the paranoia comes from. However, I can also see how the NSA would prefer a more secure Windows OS.
January 15, 2020 at 12:49 pm
A & B) Sounds like someone isn't making well formed XML. This is a coding issue within nHibernate and no, it's not native, immutable, behavior. They're configured wrong and/or...
January 15, 2020 at 12:41 pm
You can install both. Connections will be completely dependent on the defined connection string. If you define the ODBC driver, that's what will get used. If you define the...
January 15, 2020 at 12:33 pm
p.s. And stop using REORGANIZE for your index maintenance.
With the noted exception of columnstore indexes, but only when working in 2016 SP1 or greater.
January 15, 2020 at 11:57 am
Viewing 15 posts - 2,131 through 2,145 (of 22,202 total)