Viewing 15 posts - 3,706 through 3,720 (of 59,087 total)
I don't know about your issue but I am interested in the "requirements". Which cloud are you moving to and are you having to remove full-text indexing because they don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2022 at 10:15 pm
pietlinden wrote:Oh, okay, Gotcha. Something like this?
select backup_path
, LEFT(backup_path,CHARINDEX('\FULL\',backup_path,1) + LEN('FULL\'))
from #tbl_backup_path;Thank you working perfect.
Do you understand how and why it works?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2022 at 5:16 pm
I'm thinking that your best bet would be to ask the folks at AWS.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2022 at 5:15 pm
Sorry for the dumb question in advance. So I just bought a SQL 2014 standard license from a vendor, but noticed that the product key can be looked up...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2022 at 5:07 pm
It would be helpful if you'd post the CREATE TABLE statement and a few rows of data in an INSERT/VALUES fashion. We also need to know what day of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2022 at 4:28 pm
I'll remind you that 1) it's not my site and 2) it's not my site. 😉
It is, however, your contention this is easy...
'Nuff said and understood. My apologies.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2022 at 4:20 pm
SPAM is a problem now, and it's not a simple one. I've filed a ticket to work with the third party on what is not...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 4:34 pm
With the understanding that I don't use Analysis Services, can you use T-SQL in SSAS? There are some very fast methods for calculating MEDIAN in T-SQL.
You can query...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 4:30 pm
One thing I couldn't do easily was to deal with dates (that are date values in excel). These would show as "44649.94918" in the values table. When you would...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 4:13 pm
With the understanding that I don't use Analysis Services, can you use T-SQL in SSAS? There are some very fast methods for calculating MEDIAN in T-SQL.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 3:44 pm
SPAM is a problem now, and it's not a simple one. I've filed a ticket to work with the third party on what is not catching more...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 3:39 pm
i used th ewindows built-in proxy and it works great!
Thanks for posting the solution that you found for your own question. It's going to help others, for sure.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 3:31 pm
Is it possible to create a temp table when setting a query?
For example:
DECLARE
@Category varchar(100),
@SubCategory varchar(100),
@Query ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 3:19 pm
Nevermind - It's too bad there's not a delete option for posts.
What did you end up doing to solve your problem?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2022 at 3:11 pm
Doing only a quick glance at the execution plans, this looks like it could be a parameter sniffing issue. You could go all surgical on this but I'm thinking that...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2022 at 3:27 pm
Viewing 15 posts - 3,706 through 3,720 (of 59,087 total)