Viewing 15 posts - 4,291 through 4,305 (of 59,069 total)
I agree with Grant...I wouldn't bother with DTA at all. It is actually possible to get such an error simply because of an overly complex query or a simple looking...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2021 at 7:17 pm
Right now, after you've uploaded (imported) a file to a named table, what do you want done with the file?
Once the files are uploaded, there are there...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2021 at 7:08 pm
Here's the next thing that could be a possibility... Run this code in the database where the table is at.
SELECT is_read_committed_snapshot_on
FROM...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2021 at 7:00 pm
Here's the next thing that could be a possibility... Run this code in the database where the table is at.
SELECT is_read_committed_snapshot_on
FROM sys.databases
...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2021 at 4:27 am
Crud, I went to hit "Reply" on one of the posts above and hit "Report", instead. I've sent the WebMaster a request to undo that.
In the mean time, I have...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2021 at 4:06 am
What a great set of "mini-courses" you're in the process of having published! Nicely done! My only question on this one would be... why would you ever teach anyone...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2021 at 9:03 pm
Because you didn't follow the instructions in the write-up for when to round down, your final value of 193MB is off by abou 10MB. It should have been 183.398438 MB.
That,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2021 at 8:25 pm
Thanks Jeff
I haven't heard of ACE driver. Is it a tool ? if so, can you share a link please. I am not sure how to use bulk insert...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2021 at 5:03 pm
Unfortunately I dont have the space to test (create a duplicate db/table ), the whole rationale for this exercise is diskspace is full 🙁 , nor can I take...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2021 at 4:53 pm
WHY do you need to do this?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2021 at 4:15 pm
Sorry. Post removed. I looked at the code and read it incorrectly.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2021 at 4:03 pm
Heh... I agree with what Kathi said in her good article and what the others have cited in this thread.
I'll also say that Einstein is quoted as having said that...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2021 at 4:44 am
Hello!
Hello there, Dillan25. What's cookin'? SPAM? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2021 at 4:35 am
Uh oh... so I should learn some basic C# or Powershell (or both).
I guess it's time to look for a good validation tutorial maybe. Thanks!
Heh... Phil already knows what...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2021 at 4:31 am
Heh... in fact, we could make the system figure out what's wrong with a file, produce an errata list in an email and send it the client along with the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2021 at 3:54 am
Viewing 15 posts - 4,291 through 4,305 (of 59,069 total)