Viewing 15 posts - 8,266 through 8,280 (of 59,072 total)
I've tried getting service broker, hierarchyid, graph and many other things... nobody wants to step out of their comfort zones.
What did you want folks to use HierarchyID and Graph...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2019 at 9:25 pm
Database is full recovery model.when copy the table in single table also take time more and copy of the table is INTO statement.
We keep going in circles. I already...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2019 at 3:32 pm
To the best of my recollection (yeah, I was working with unit record equipment and computers way back then), the only "NULL" value on punch cards was to simply not...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2019 at 3:16 pm
It's difficult for me to believe that such a table exists and no one knows anything about it. Find who does and ask them.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2019 at 2:10 pm
Have you asked anyone???
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2019 at 2:53 am
Thanks, figured out the access issue
Two way street here... what was the solution that you figured out?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2019 at 2:24 am
Hi,
I have a strange situation where SORT operator is taking 10 sec in prod database and when run the same query in Test SQL instanceI'm not seeing that SORT...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2019 at 2:23 am
Your backup, to a table in same database, is it for migration/upgrade purposes?
(If so, maybe set database to single user mode, first.)
Otherwise is it possible to use the builtin...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2019 at 1:42 am
created new database it is also take time more....
Maybe the way you're doing it. Answer my previous question, please. You'll be amazed at how fast we can make stuff. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2019 at 1:39 am
I'm pretty sure that the system times captured by temporal tables are in the DATETIME2(7) level of precision. What else would you need?
Yea right, it's super precise so...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 26, 2019 at 9:56 pm
We need to correct your attempt at DDL. By definition, a table must have a key, but this is impossible with your DDL because both columns are NULL You...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 26, 2019 at 9:39 pm
No solution is going to work here, because all solutions require a sort and there was no field provided that would ensure the correct sort.
This was and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 26, 2019 at 9:33 pm
In the project I'm working on we're about to implement 4 temporal tables in Azure SQL. In the past I've worked with version tracking using guids and triggers. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 26, 2019 at 9:09 pm
No solution is going to work here, because all solutions require a sort and there was no field provided that would ensure the correct sort.
This was and still is...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 26, 2019 at 8:13 pm
All of ya’lls comments are absolutely correct. Not sure where my brain was when I wrote the original paragraph, but obviously not in this universe. This is what I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 26, 2019 at 6:23 pm
Viewing 15 posts - 8,266 through 8,280 (of 59,072 total)