Viewing 15 posts - 106 through 120 (of 430 total)
What is OPEN_QUERY? I can find it in relation to Oracle, but are you talking about OPENQUERY?
I tested using a column list insert with OPENQUERY with a linked server. If...
March 7, 2023 at 4:20 pm
Are they looking for columns that are entirely null? or not null, but entirely populated by a default value?Or columns that are not referenced by code?
March 6, 2023 at 6:38 pm
Yeah it’s meant to be datafin as d, but you’re right. If the newdata only has changed or new data then there is no need to compare the dates either...
March 5, 2023 at 1:23 am
This does the same thing:
Are you sure? I struggle to understand cursors ate the best of times, but I think the set based solution might delete...
March 5, 2023 at 12:03 am
Maybe it is for consistency among aggregates, they always return something and sometimes the answer is NULL.
Why should the MAX() behave differently because the COUNT() is also present?
March 1, 2023 at 7:34 pm
If you just run a select on the child table, the sum returns a row with a null, but the select returns nothing. I assume the cross apply is picking...
March 1, 2023 at 6:30 pm
What is the data type of PJM.PipeJoinMethodId ?
If it is numeric, the value column from the table variable will be implicitly converted to be compared with it.
If the value column...
February 28, 2023 at 5:18 pm
Do I understand correctly? If Subtable is empty you want to delete the Orders table completely, but if there are rows in Subtable you want to limit the deletes to...
February 27, 2023 at 5:30 pm
QDS does continue to watch the queries that are stored in the it's table, letting you know how they are performing. If you don't want any other ones, this...
February 21, 2023 at 9:22 pm
I am not familiar with table adapters in SSRS. Do you have to specify a source database type? The error message mentions MySQL which suggests the source is MySQL, or...
February 21, 2023 at 4:14 pm
This looks like valid syntax for MySQL, but am I correct thinking you want this code to run against SQL Server? I created some tables to test the code and...
February 20, 2023 at 11:16 pm
I have no answers, only questions. Is there anything unusual about this partition? Is it the open time period partition of a fact? or is it much larger than other...
February 17, 2023 at 5:06 pm
This has the same output, what have I missed?
Msg 515, Level 16, State 2, Line 6
Cannot insert the value NULL into column 'myid', table 'database.dbo.NotNullTable'; column does not allow nulls....
February 17, 2023 at 12:33 am
I doubt this is the cause, but is is advised not to name procedures with the sp_ prefix. This is reserved for system stored procedures. I have read there is...
February 16, 2023 at 8:49 pm
Viewing 15 posts - 106 through 120 (of 430 total)