Viewing 15 posts - 3,166 through 3,180 (of 59,086 total)
Does anyone know any good database archive software/tools out there?
We are looking into a tool that will archive data off of the OLTP databases into an archive database. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2022 at 2:04 pm
What is the datatype of @P8? If it's not NVARCHAR(), it will ALWAYS do an index SCAN because it first has to convert all of the rows in the entire...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2022 at 1:58 pm
Just an opinion but using XML to transfer data between servers seems counter productive to me. Instead, I'd have a common area that all the servers could write to and...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2022 at 3:12 pm
You also have to remember about licensing of SQL Server on spin-ups. I've never seen anything written about that but, disclaimer, I've not looked for such a thing. I only...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2022 at 3:01 pm
After changing just the compatibility level, queries are running efficiently. Thanks all...
That also means that you may be missing out on some newer technology in the database engine. It...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2022 at 2:51 pm
To split out the pd_id's you could try STRING_SPLIT to separate based on space delimiter. Since some 'PD-[0-9]' values are encompassed by other extra characters a conditional substring is...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2022 at 2:58 am
i understood in case of storedporcedure , but in case of the function.
I logged in using the user "login s2" then executed the function "s1.xyz" which is in schema...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2022 at 9:46 pm
Question for the smart people, and the rest of you.
Would you endorse or get behind the statement: Some deadlocks are healthy. or Some level of deadlocks is healthy.
Or is...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2022 at 5:51 pm
p.s. There's no way that I'd take all the time to upgrade 2012 to 2019. 2019 is already 3 years old and 2022 has some fairly handy new things and...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2022 at 4:14 pm
It's not just a lack of contrast... most of them are terrible for color, font, usability, etc. Seems like most have gone "metro" and, to me, "metro" is seriously uninspired...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2022 at 7:09 am
Write a stored procedure to do the restore and schedule it as a job?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2022 at 12:35 am
If you're looking for truly legit certification courses, I'd suggest starting with Microsoft. There, they list a bunch of partners that offer up-to-date training. If you want online,...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2022 at 2:53 am
Ok... in your last post at https://www.sqlservercentral.com/forums/topic/how-to-get-last-5-weeks-start-and-end-dates you wanted the weeks to be calculated based on whatever GETDATE() returned and you used the example of what you wanted on...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2022 at 2:22 am
You bet. Thank you for the feedback, Pedro.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2022 at 8:55 pm
Shifting gears a bit, I remembered that I had refactored Peter's good code and found it in my archives. I redacted that to have a nice flower box and included...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2022 at 5:18 pm
Viewing 15 posts - 3,166 through 3,180 (of 59,086 total)