Viewing 15 posts - 196 through 210 (of 1,415 total)
It is because they are successful. DBA aren’t skillful enough to take it to that level and develop an installer or whatever is needed so they are no...
August 15, 2019 at 6:06 pm
A key is a key whether it is implemented using a PRIMARY KEY constraint, UNIQUE constraint or other means. Referential integrity is something else because not all keys are...
August 14, 2019 at 7:47 pm
The way I handle this situation is if I trust the vendor, I give them the permissions they specify, if I don't trust the vendor, I don't use their program.
You...
July 26, 2019 at 2:01 pm
TL;DR Because of the way modern encryption works ,very few strings are identical therefor: Compression no happen good
Better than mine!
May 7, 2019 at 8:38 pm
https://security.stackexchange.com/questions/19969/encryption-and-compression-of-data
May 7, 2019 at 7:59 pm
"A weekend of heavy drinking Patrick? I'd lay off a couple of weeks if I was you. :-p"
Heh, I get it, I'm one of those pesky "don't misappropriate my terminology"...
May 7, 2019 at 6:20 pm
THERE HAVE BEEN MULTIPLE WARNINGS ON SSC AGAINST THIS CONSTRUCT!!!!!!!!!!!!!!!!!
UPDATE EmployeeTable
SET EMailAddress = otherTable.EMail
WHERE EmployeeTable.FieldX = OtherTable.FieldY
DO THIS INSTEAD!!!!!!!!!!!!!!!!!!!!!
UPDATE E
SET E.EmailAddress = S.Email
FROM EmployeeTable E
JOIN OtherTable S
ON E.FieldX = S.FieldY
(credit...
May 6, 2019 at 7:33 pm
For these sorts of problems, I just allocate according to whatever formula I would ordinarily use to allocate amongst the recipients of the allocations. Then if they do not allocate...
May 3, 2019 at 8:43 pm
Here's the link to the screen photo thread if you're in need of a good laugh: https://www.sqlservercentral.com/forums/topic/connection-to-integration-service-failed
April 24, 2019 at 8:49 pm
Never thought of that, thanks for the follow up!
April 18, 2019 at 5:57 pm
Yes, its the default behavior. You have to take an extra step to send that parameter as a comma delimited string to your data source (which would be a stored...
April 18, 2019 at 12:49 pm
Grant, well said... Having worked with cloud and SQL DBA work, I found learning Powershell is a must. Anyone deals with cloud and managing different flavors of RDMS...
April 4, 2019 at 9:31 pm
yeah I hate newer web site incarnations. This one isn't bad at all in particular though, but in general I'm not all into the new mobile first thing. At least...
April 4, 2019 at 7:34 pm
specifically talking about the editorial topic list we see when going to the link:
https://www.sqlservercentral.com/forums/forum/sqlservercentral-com/editorials
April 4, 2019 at 7:32 pm
The nice thing tho is that the "oops" page you land on from a google search includes a search box itself, then putting the same search term in gets you...
April 1, 2019 at 7:12 pm
Viewing 15 posts - 196 through 210 (of 1,415 total)