Viewing 15 posts - 1,891 through 1,905 (of 22,202 total)
Grant/Jeff - won't any find/replace, in source control, via synonym or otherwise, have the same issues if the columns also changed? The only real method to make sure this...
February 25, 2020 at 4:31 pm
This doesn't sound like an indexing problem, unless we see an execution plan showing scans. Instead, it sounds like an I/O problem caused by the varbinary(MAX). However, I'd want some...
February 25, 2020 at 1:13 pm
One thing I would add, I was really tempted to drop databases after the restore. but the number of times a developer needed to get some data back because...
February 25, 2020 at 1:09 pm
February 25, 2020 at 1:07 pm
First up, yes, a synonym is probably the easiest way to fix this.
Second, source control is your bestest buddy on earth. If you get all your code that defines databases...
February 25, 2020 at 1:01 pm
You can't run a backup command against an Azure SQL Database. That's the core of the problem. You can export one to a DACPAC or other process, but no backups...
February 25, 2020 at 12:46 pm
You simply can't get all the stuff through a T-SQL query. This is where WMI queries come into play and some kind of external language to pull that data...
February 25, 2020 at 12:42 pm
Awesome points. Thanks for sharing Joe.
February 24, 2020 at 7:34 pm
I am not sure that I understand what you are saying Jeff. To me, you sound like you are saying that industry standards are not a good idea. If...
February 24, 2020 at 7:08 pm
I suspect that other fellow, who is in IT, will disagree. I think crazy distributes pretty evenly through society, even into IT.
February 24, 2020 at 3:25 pm
Well, there was the time, on a surface ship, where I was helping a team unclog a toilet. Some bright switch (not me) decided to hook the high pressure air...
February 24, 2020 at 2:46 pm
From the article:
One of the reasons I love history is because it really does teach us so much.
This is why old folks rock. It's not "history" to them... it's...
February 24, 2020 at 1:23 pm
Ah, you've hopped the great Cardinality Estimation Engine gap represented by 2014. Sounds like your system is one of those that has problems with the new CE. Prior to 2014,...
February 24, 2020 at 1:21 pm
Updating a view isn't updating a join. In fact, I'm not sure how you update a join because you can't. Updating a view is using the fact that a view...
February 24, 2020 at 12:54 pm
Can you clarify a little what you're looking for here please?
Do you want to compare all the tables in all the databases on a server and find a list of...
February 24, 2020 at 12:52 pm
Viewing 15 posts - 1,891 through 1,905 (of 22,202 total)