Viewing 15 posts - 676 through 690 (of 22,184 total)
I have a magic phrase I've memorized and you can have it too.
"I don't know, but here's how I'd find the answer..."
Now, you have to have a plan for finding...
December 6, 2022 at 9:44 am
Just guessing here, but if the data was ordered first, so that you're doing your batches in the same order that the data is already stored in, you'll likely see...
December 6, 2022 at 9:40 am
Piling on a little. It's truly dependent on the load of the system, data size, number of transactions, transaction size, database design, statistics, indexes, code, code, code, system settings, version,...
December 2, 2022 at 9:18 am
They will tell you right up front if you have to pay for anything, and what that cost is. Just go straight to the source.
December 1, 2022 at 11:25 am
In addition to @Ant-Green's excellent answer, after you get the backups working, practice doing restores. Do a full restore, then do point in time restores with the logs. Make sure...
December 1, 2022 at 11:22 am
Again, we're talking theoretical. I don't have a specific answer I can give you on this question. Either could work. Either could work well. Testing is your best friend. This...
November 30, 2022 at 10:13 am
I very much agree with the answers you've already received. SQL isn't meant to be a "looping" language. It's designed to work on the concepts of sets. Yes, there are...
November 30, 2022 at 9:18 am
Really sounds like you may have the database in FULL recovery, but you're not running log backups. Just guessing, but from what you've posted, seems likely. However, if you answer...
November 29, 2022 at 9:31 am
One thing, toss, the action for SQL text. You'll get the statement values anyway in the event.
However, right there with Jeff, the nature of the session you have here is...
November 28, 2022 at 1:38 pm
ADS has an explorer window. You can see the objects and their properties there.
Jeff has laid out most of the interesting bits of storage of nonclustered indexes. Here's a...
November 28, 2022 at 1:33 pm
I suspect Eirikur is looking at recovery as the culprit. Sounds right too. How big is the log?
November 28, 2022 at 1:29 pm
It's a soup to nuts, everything is on the table, proposition to really get proper protection from SQL Injection.
First, and most important, use the least-priviledge principal when setting up your...
November 23, 2022 at 1:01 pm
However, afaik they're alleged to work without that too.
For Redgate Compare, you don't have to have a primary key. You do have to have a column, or set of...
November 22, 2022 at 6:09 pm
I'm not sure I understand the example that's giving you problems. Yeah, if the column names are different, you have to explicitly state them on an INSERT ... SELECT. That's...
November 22, 2022 at 1:44 pm
Viewing 15 posts - 676 through 690 (of 22,184 total)