Viewing 15 posts - 3,766 through 3,780 (of 39,821 total)
Autoshrink - never. I mean, I've struggled to think of a scenario where this makes sense. Paul Randal, who managed and wrote code for the storage engine thinks this should...
July 8, 2019 at 4:30 pm
That's a skill in and of itself. Comments should go through the PR, but if not, I would hope your client allowed click through to the original branch for the...
July 8, 2019 at 4:28 pm
No idea. Maybe use XE and see what the difference is, grab the plans.
July 8, 2019 at 3:55 pm
I am aware of that now, having gone from 15-20C temps in May in Colorado to 4-15C in ANZ in June. I have an appreciation for time and weather down...
July 8, 2019 at 2:49 pm
Too bad that all of the excellent window tools couldn't be Dockerized with a GUI which could work cross platform instead of VDI.
Turbo does this for apps on...
July 8, 2019 at 2:46 pm
Looks like svn -> git shouldn't be hard. Convert it, then load to Bitbucket
https://blokspeed.net/blog/2010/09/converting-from-subversion-to-git
Git is better, way better, IMHO, but it's just a repo. Comments need not be lost.
July 8, 2019 at 2:42 pm
What are you thinking with Azure? Be careful about talking about servers in the cloud without specifying what you're thinking. The nomenclature gets confusing, and there are lots of options.
If...
July 5, 2019 at 4:52 pm
Migration is what I'd do, as outlined above, but why 2016? If you have the 2016 license, but if you're upgrading with new licenses, why not 2017?
July 5, 2019 at 4:47 pm
I think we have some language issues. You have a VM in Azure, which runs SQL Server, is that right? Inside here, you have a backup policy for SQL Server?...
July 5, 2019 at 3:56 pm
The WHERE clause runs before the COLUMN list, despite being coded later. Your WHERE clause needs to have the same calculation, or you need a CTE to do this ahead...
July 5, 2019 at 3:46 pm
Actually, sys.time_zone_info has an is_dst_enabled column you can use here. SQL Server should match this up correctly.
Time zones are tricky, but this might help you:
DECLARE @t DATETIMEOFFSET...
July 5, 2019 at 3:40 pm
What's the benefit to moving to Python? I might ask that. Python is really good at handling some complex string things, and with SQL 2017+, you could do the Python...
July 5, 2019 at 3:33 pm
Which "file"? The database file?
Once the switch and delete is logged, AFAIK, you cannot recover this data from the partitioned table without a full restore. What I might do instead...
July 5, 2019 at 3:28 pm
Viewing 15 posts - 3,766 through 3,780 (of 39,821 total)