Viewing 14 posts - 1 through 15 (of 15 total)
Hi
I have resolved the issue and doesn't need your comment or answer. Your comment is too late.
July 1, 2023 at 4:03 pm
Hi Allan,
I tried your suggestion and I have it working. I will appreciate if anyone can look over my query below for me.
WITH CTE AS (
SELECT s.* , ROW_NUMBER() OVER...
June 28, 2023 at 2:37 am
Hi Bob,
Your query gives me an empty results.
June 28, 2023 at 2:34 am
Hi
Thanks for your response.
Doing below as per your suggestion give me error
View or function 't' is not updatable because the modification affects multiple base tables.
DELETE t
FROM (
SELECT s.* , COUNT(*)...
June 27, 2023 at 7:53 pm
Thanks. A lot
June 21, 2022 at 2:25 pm
Hi ScottPletcher,
I was worried about fragmentation but I just read I can use DBCC SHRINKFILE with TRUNCATEONLY and it will not cause fragmentation. Am I on the right track with...
June 21, 2022 at 2:20 pm
Yes, I have Implemented Foreign Keys with on delete cascade but getting error unable to delete on multiple keys
June 30, 2016 at 7:23 am
Hi Alan
Thanks very much and happy to know from an authoritative source that I am doing the right thing with Data Warehouse. I appreciated your input.
Eb
May 19, 2015 at 2:00 pm
I have the attached screen a my cube model. Now I am finding it difficult getting all the relationship to work well using the DSV. But I can write...
May 28, 2014 at 9:12 am
Hi
Thanks very much. I have managed to get it working the way I want
October 28, 2013 at 9:16 am
Yes, all the users name added have sysadmin rights. Ok. I will change the password for sa and see. Thanks a lot
March 26, 2013 at 8:17 am
Thanks got it resolved. I left out OUTPUT INSERTED clause I was using
October 9, 2012 at 10:34 pm
Nothing happens. Below is my vb.net code
Protected Sub btnSaves_Click(sender As Object, e As System.EventArgs) Handles btnSaves.Click
Dim SubmitQueryStringSuggID As String = Request.QueryString("SuggID").ToString()
...
October 8, 2012 at 10:08 pm
Viewing 14 posts - 1 through 15 (of 15 total)