Viewing 15 posts - 2,791 through 2,805 (of 59,086 total)
It has one big select statement that besides tables also joins one view and one table-valued function. It does not have explicit transaction.
But what I can do about blockings?...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 8:13 pm
Thank you Phil for this idea, i will test and let you know if this is working.
It would still be nice to know the need for this particular format. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 8:08 pm
Excellent !!! Thank you very much!!
Any chance of us getting a peek at your "StaNine" stored procedure?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 8:06 pm
It's funny how people rail against duplicates in a randomly selected set... it's a part of what "random" is.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 8:02 pm
What’s happening with ASK SSC at the moment, I keep reporting a lot of spam topics but no one is removing them.
Is that site dead now or is Redgate...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 8:00 pm
Also, Azure SQL Database is backed up for you. Further, there is no capability for you to do a traditional backup. Instead, you can create what's called a bacpac,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 7:57 pm
Thanks, Johan.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 1:47 pm
Thank you for the kind words... it helps MY imposter syndrome. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 1:22 pm
Your internet speed is why I'm suggesting a local backup to a different local machine and then have that do the upload to Azure. It keeps SQL Server...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 12:14 pm
1) create below mentioned table:
Material (materialid, supplierid, tenantid,mcode, is active, createdon) value is the date and time in which row is inserted.
uniquekey (mcode, tenantid)
,isactive is Boolean type and createdon...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 12:08 pm
IMHO, if you have Imposter Syndrome... DON'T fix it. Don't let it prevent you from speaking or writing articles but don't fix it. It's a strong driver to be the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2022 at 3:04 am
ps: I forgot to mention user defined table valued function "master.dbo.fn_DBA_Tally2" is an implementation of Jeff Modens "tally table" to provide a series of numbers
If it's substantially different...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2022 at 6:40 pm
Your internet speed is why I'm suggesting a local backup to a different local machine and then have that do the upload to Azure. It keeps SQL Server from having...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2022 at 6:12 pm
In the first paragraph (of the 5-Sep-2022 reposting) in the Editor's Note that there is new updated code for the Splitter Functions and then a "The New Splitter Functions"...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2022 at 6:06 pm
I'm having an issue on 2016 and 2017... If you have 2019 or any version prior to 2016, would you run the following code, please, and let me...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 8, 2022 at 5:56 pm
Viewing 15 posts - 2,791 through 2,805 (of 59,086 total)