Viewing 15 posts - 316 through 330 (of 424 total)
I think I read the same page as you did, based on the query you posted. It indicates that the problem is that the amount of memory available for locks...
February 15, 2022 at 7:50 pm
It sounds like you only want to use the guid to join to new contacts in the on-prem table. Is there anything in the on-prem table that tells you it...
February 2, 2022 at 7:29 pm
If you only care about users' first subscriptions, can you assign a number of days until first subscription to every user?
Then assign each user an offset code (D1, D30, D90,...
January 27, 2022 at 7:02 pm
You could probably use TRIGGER_NESTLEVEL to do that.
I tend to use session context values instead, set via sys.sp_set_session_context and SESSION_CONTEXT(N'<key_name>'). If you want more info on this method, let...
January 26, 2022 at 4:16 pm
I don't think you need a function to split the table. I think you need to work with your data to create two tables, shifts and events, containing start and...
January 24, 2022 at 7:22 pm
Does this behavior occur only with upgraded packages? Or does it affect all connections made using the new oracle source? even in a new project created in SSDT 2019?
January 21, 2022 at 1:46 am
The alias indeed, but after the penultimate closing bracket
Cheers fellas
Yes! I forgot that the query was inside brackets.
January 21, 2022 at 12:41 am
Can you tell whether it loaded all 16K files?
It sounds like it did all the work, but never reported to the screen that it had finished. Did you look at...
January 21, 2022 at 12:36 am
You will need an alias for the derived table containing the unions.
Just add "AS a" after the final close bracket/parenthesis. (Ironically the TIA from your message would probably have sufficed).
Without...
January 18, 2022 at 8:10 pm
Can you join to the other tables within the Merge statement so you have access to your codes?
This might be easier to implement as a CTE, but I don't like...
March 9, 2020 at 5:34 pm
I don't think you will be able to do it in a single query.
Here's how I would approach it. This is fairly vague, but the details will depend on the...
April 24, 2019 at 3:24 pm
Can you put a check constraint on both tables, e.g. ID <= 100. This can give you a "partitioned view". It works for =, but I have never tried it...
January 29, 2018 at 11:11 am
I had to do this last week. I found this forum thread and it gave me what I needed.
http://www.sqlservercentral.com/Forums/Topic1465444-279-1.aspx
October 31, 2016 at 12:44 pm
I think the excel connector relies on MS Office drivers being installed.
May 13, 2016 at 2:39 pm
Viewing 15 posts - 316 through 330 (of 424 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy