Viewing 15 posts - 406 through 420 (of 2,356 total)
It sounds as if you need multiple stored procedures. Call the appropriate one depending upon the ID.
April 13, 2022 at 2:06 pm
Thanks.
We are planning for Failover cluster.
Regarding point 3.
You mean SQL updates(ex edition, upgrade, patches etc) and OS updates will have to be done on both nodes separately
and within sql...
April 11, 2022 at 8:48 pm
Tried with temp table and maxdop option in query and it didn't resolve the issue. Wonder changing the CTP would help?
Sure. Go for it.
Here are some more guesses. More Ram. ...
April 1, 2022 at 8:00 pm
Please assist. I installed KingswaySoft.IntegrationToolkit into my SSIS software. I am trying to move data from SQLServer to Google Bigquery. I am getting this error:
[Google BigQuery Destination [2]] Error:...
March 31, 2022 at 6:52 pm
Does update statistics help on secondary replica?
You have an availability group, and the secondary replica is read-only. Statistics cannot be updated on a secondary replica.
And your symptoms do not...
March 30, 2022 at 7:31 pm
My apologies, but I "mostly" understand.
To a team that only knows the name "DB1" to which to push the data, we would do the following:
1). Create two databases. DB2,...
March 30, 2022 at 5:20 pm
Thanks. Changing the setting is relatively easy and does not require a server restart to take effect. I agree like will cause data or procs to leave their caches...
March 30, 2022 at 5:03 pm
Would changing the query to run with option recompile would help? I have dropped the MAXDOP would increasing that would help?
You're guessing and hoping for a magic bullet.
How many...
March 30, 2022 at 4:33 pm
I am seeing the CXCONSUMER and CXPACKET wait types along with High CPU.
You are seeing these waits for the individual query? Or is this for the instance?
March 30, 2022 at 4:17 pm
What reason are you using a float?
March 30, 2022 at 4:15 pm
One possibility is the use of SYNONYMs to help you in this.
Assume that the synonyms 'point' to tables in DB1 on day 1.
On day 2, DB2 is updated....
March 30, 2022 at 4:13 pm
As to putting FKs on an audit table... don't EVER do that. There's not reason to because the rows have already survived the INSERTs and UPDATEs for...
March 28, 2022 at 10:06 pm
As to putting FKs on an audit table... don't EVER do that. There's not reason to because the rows have already survived the INSERTs and UPDATEs for FKs and...
March 28, 2022 at 6:35 pm
The DaysUntilExpiration argument will return NULL if the setting enforce password policy or expiration are not checked.
You may want to add a check to see if these are checked, and...
March 28, 2022 at 3:53 pm
If step 4 fails, in the setting of the step, can you simply set it to go to step 1?
Of course, you run the risk of going in an endless...
March 28, 2022 at 3:39 pm
Viewing 15 posts - 406 through 420 (of 2,356 total)