Viewing 15 posts - 8,266 through 8,280 (of 59,078 total)
Have you asked anyone???
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?
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...
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...
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. ...
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...
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...
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...
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...
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...
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...
November 26, 2019 at 6:23 pm
Thanks for setting up the tests and crunching the numbers, Mike!
I just wanted to take issue with this (emphasis mine):
Data can be added row by row to a page...
November 26, 2019 at 6:17 pm
Use the LAG function
https://docs.microsoft.com/en-us/sql/t-sql/functions/lag-transact-sql?view=sql-server-ver15
The OP posted readily consumable test data... show us the code to use LAG to solve this.
November 26, 2019 at 3:44 pm
Don't you just love it when you get a "urgent" work request that needs to be done "NOW", because it's impacting staff productivity, so you get the work...
November 26, 2019 at 3:03 pm
Hello,
I'm still fairly new to SQL Server. We have a production database at our company that has grown from about 40gb to 100gb over the course of about five...
November 26, 2019 at 2:53 pm
Viewing 15 posts - 8,266 through 8,280 (of 59,078 total)