Viewing 15 posts - 571 through 585 (of 1,988 total)
September 17, 2018 at 7:41 am
September 14, 2018 at 1:20 pm
Have you tried updating statistics and recompiling the SP on the slower system?
September 14, 2018 at 11:39 am
Far too often it gets turned into a TRY/SQUELCH instead. They use crappy...
September 13, 2018 at 1:31 pm
September 13, 2018 at 12:10 pm
You can also do it in powershell 🙂
[System.IO.Compression.ZipFileExtensions]::ExtractToFile([IO.Compression.ZipFile]::OpenRead("C:\Test\Compress\testy.zip").GetEntry("New Text document.txt"), "C:\Test\Compress\uncompressed2.txt")
September 12, 2018 at 12:51 pm
September 12, 2018 at 8:37 am
September 12, 2018 at 7:50 am
In my experience when users are doing this it's because they don't have any other recourse. Chances are these people don't want to be writing SQL at all but simply...
September 10, 2018 at 2:42 pm
Well the reason you might have FK columns as part of the primary key is if they are part of what makes the record unique, it also enforces not null...
September 10, 2018 at 1:32 pm
Now here's my question how many of those companies listed as not requiring a 4 year degree are actually hiring people fresh out of high school(in the US) into even...
September 7, 2018 at 8:16 am
It really depends on your organization and just how often these kind of situations arise, not to mention what level of accountability you want the developers to have in production. ...
September 7, 2018 at 7:39 am
Viewing 15 posts - 571 through 585 (of 1,988 total)