Viewing 15 posts - 1,471 through 1,485 (of 59,067 total)
If partitioning IS present, why is there a need for any of this? SWITCH the old data out. Copy it to a new table in the archive. Then SWITCH that...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2023 at 1:13 pm
I will want to have this solution in my arsenal. What is the code to install ACE Drivers? How do I set it up?
Please, show me easy and step...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2023 at 12:56 pm
Bulk Copy "BCP" might be another option. But the import wizard's probably the easiest since it's GUI driven.
I'm pretty sure that BCP doesn't work on actual spreadsheets...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 7:11 pm
I think the answer is "because". 😉 I've not checked privs on system versioned temporal tables before but it may very well be that if the user has write privs...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 7:02 pm
Thanks for the advice.
So i read this before and did a log backup.
Backup Type: Transaction Log
It doesnt work... Or do you mean anything else?
Edit: So i turned the log...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 6:55 pm
If you look for the accepted answer at the following link...
... it says...
Status = 2 means that VLF can't be reused (overwritten) at this time and it...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 6:07 pm
Bulk Copy "BCP" might be another option. But the import wizard's probably the easiest since it's GUI driven.
I'm pretty sure that BCP doesn't work on actual spreadsheets ((but I...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 5:57 pm
Hi Jeff,
Thanks for the reply.
It only deletes some of the data. Also, the query that isn't returning data only pulls from that subset that gets deleted.
Those rows are locked...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 5:55 pm
I have table for employee activity with the following fields:
[Emp ID] , [Hire Date] , [Term Date] , [Mod Date] , [Old Div] , [New Div]
When an employee is...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 5:52 pm
Hi Ratbak,
Thanks for your reply but order is the only my main problem.
--Expected o/p : Previours years following by current year data --Jan-2022,January-2022,Jan-2023,01-01-2023,Jan-2023,Jan-2023
Thanks
Bhanu
Since this seems new to you, read...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 5:45 pm
By enabling cross-database ownership chaining or by designating a database as trusted by the instance using the TRUSTWORTHY attribute, a trust relationship between databases can be created. The sys....
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 5:20 pm
Are you saying that the DELETE in the hourly process deletes ALL of the data in the table or just some of the data?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 5:09 pm
I can "azure you" that I can't answer your question because I've never used Azure before. 😀
I just want to say "Thank you" for the link to what looks like...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 5:02 pm
Probably a few more times. Is there anything I should be concerned about or something else I can do to improve the process?
I was going to suggest that if...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 4:45 pm
The other method is "WITH NORECOVERY". But, people need to find and read the documentation to know of either option before they tackle the two most important things a DBA...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2023 at 4:39 pm
Viewing 15 posts - 1,471 through 1,485 (of 59,067 total)