Viewing 15 posts - 6,826 through 6,840 (of 59,091 total)
To be blunt, there is no way in hell I'd give a "normal" user the privs to do anything with roles indirectly never mind directly. If such functionality is required,...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 7, 2020 at 4:45 pm
Asking the question again, WHAT are you using to do the imports and from where?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 7, 2020 at 4:40 pm
Hi
Thanks a lot.
I've run your edited query. but its cost was 51% against last improved query that I sent in my last post. And Logical Read grows...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 7, 2020 at 4:34 pm
You also have to be aware of transaction log usage - if you import a large file in a single batch you will need at least that much space...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2020 at 9:55 pm
Is there a restriction of file size that can be imported into SQL? 5 gig, 10 gig???
Are you running into any problems right now?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2020 at 9:50 pm
I am not privy to why the "simple act of redefining the column as NOT NULL adds 10 bytes" are "perfectly explainable". Please do. 🙂 I mean the column...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2020 at 9:14 pm
I'd also recommend scripting out the login and all related users in all databases so that when you actually do (and you will sometime) crush a user in such a...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2020 at 4:17 pm
The recommendation to use 1 system overall was overruled.
I know you already know this but I have to say it out loud (and it's NOT aimed at you... you're...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2020 at 3:14 pm
Based on what I'm seeing, the index is rebuilt AFTER the data is added to the new column and the simple act of redefining the column as NOT NULL adds...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2020 at 4:41 am
It is nice to see a company stepping up to try to help so many people. I truly hope it works and I truly hope it doesn't turn out to...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2020 at 1:39 am
Such an easy thing for you to try to find out. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2020 at 1:11 am
Removing post
Lordy... I hope you got it. If you'd shown that you tried, you might have gotten some help.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 6, 2020 at 1:09 am
Thank you but my question was can caching/pinning tables be an option to avoid fragmentation ?
Maybe but I don't believe that even In-Memory tables with delayed durability will help...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2020 at 6:21 pm
It's been a long time since I've done it (circa 2000) but I believe that QuickBooks still has an export bit of functionality and a CLI to support it. Why...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2020 at 4:23 am
There's several ways to skin this cat... Write good stored procedures and distribute "refreshable" spreadsheets that call them or pre-aggregate the data as tab separated information and let the spreadsheet...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2020 at 4:19 am
Viewing 15 posts - 6,826 through 6,840 (of 59,091 total)