Viewing 15 posts - 1,501 through 1,515 (of 13,838 total)
I have seen a problem in the past which may be related. In my case, the version of .NET being used by SSDT appeared to be a later version than...
March 14, 2022 at 5:51 pm
Your variable @source is not being set, hence the NULLs.
March 14, 2022 at 5:38 pm
Package properties don't affect the bitness when set up as an Agent job.
Instead, to run a package in 32-bit mode from a 64-bit version of SQL Server Agent, select Use...
March 14, 2022 at 5:18 pm
I assume you are familiar with the REPLACE function, with which one can easily change the _X0020_ back to a space?
If you are asking about how to avoid the issue...
March 14, 2022 at 3:44 pm
this can only be achieved using tsql json functions only
I masked them , I work on medical data
Do you believe this to be a detailed and thorough response to...
March 14, 2022 at 12:46 pm
The biggest benefit I can think of is that this method provides total control over how changes get deployed, rather than relying on SSDT's schema-differencing and updating tech, which is...
March 14, 2022 at 11:25 am
Can you explain the logic behind this requirement, please?
March 14, 2022 at 11:18 am
I cannot see any questions in your post. What, specifically, do you need help with?
March 14, 2022 at 11:11 am
Can you provide some sample code which we can cut & paste into SSMS?
March 14, 2022 at 11:09 am
Hmm, I think it's a waste to use nvarchar for a basic value like Product ID. Twice the bytes for no gain. Why not just varchar?!
Microsoft Excel,...
March 11, 2022 at 4:17 pm
Easiest way is probably to use Brent Ozar's PasteThePlan. Instructions here. Once you've done that, post the link here.
March 9, 2022 at 10:30 am
Still can't get pass this error:
Type conversion in expression (CONVERT(int,[d2].[attValue],0)) may affect "CardinalityEstimate" in query plan choice, The query memory grant detected "ExcessiveGrant", which may impact the reliability. Grant...
March 9, 2022 at 9:17 am
I second everything Brian Gale has posted here. Excellent advice.
March 8, 2022 at 3:09 pm
Another possibility is pushing the contents of the table to a text file on the remote server, zipping that, copy to local server, unzip and import.
As implied in the previous...
March 8, 2022 at 3:05 pm
Viewing 15 posts - 1,501 through 1,515 (of 13,838 total)