Viewing 15 posts - 76 through 90 (of 112 total)
According to:
DNN platform provides for flexibility and extensibility in developing/deploying .NET based applications.
I would test the DNN features to see if it meets your needs.
DBASupport
January 14, 2023 at 7:53 am
Apologies, I meant taking online classes
.
DBASupport
January 14, 2023 at 7:37 am
You may consider taking SQL server cluster setups to learn more about SQL server cluster quorum (shared storage):
https://learn.microsoft.com/en-us/windows-server/failover-clustering/manage-cluster-quorum
DBASupport
January 14, 2023 at 7:36 am
You cannot go wrong with the Web site: https://www.mssqltips.com/
https://www.mssqltips.com/sqlservertip/6586/clustering-sql-server-2019-step-by-step/
Here is something for : seeding and latency to the storage
You need to be concerned with capacity management which could include but...
DBASupport
January 14, 2023 at 7:32 am
Good answer: Eirikur
You may review this Web site. It has all options explained well.
Here is a sample from the web site:
setup.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=MSSQLSERVER /SQLSVCACCOUNT="<DomainName\UserName>" /SQLSVCPASSWORD="<StrongPassword>" /SQLSYSADMINACCOUNTS="<DomainName\UserName>" /AGTSVCACCOUNT="NT AUTHORITY\NETWORK...
DBASupport
January 14, 2023 at 6:56 am
Please verify the following:
Windows server event viewer application / system errors. Please look for hardware issues.
The SQL server error log and agent error log.
The operating system returned error 59(An unexpected...
DBASupport
January 9, 2023 at 7:54 am
When we create a foreign key using UPDATE CASCADE the referencing rows are updated in the child table when the referenced row is updated in the parent table which has...
DBASupport
January 9, 2023 at 7:30 am
Sometimes, good indexes can help speed things up. I think you said the cloud database access works ok with one table?
Please ensure the cloud server is configured properly. (Memory/CPU/database auto...
DBASupport
January 9, 2023 at 7:21 am
User datagram protocol (UDP) operates on top of the Internet Protocol (IP) to transmit datagrams over a network. UDP does not require the source and destination to establish a three-way...
DBASupport
January 9, 2023 at 7:06 am
I hope this site helps resolve your question:
DBASupport
January 9, 2023 at 6:58 am
You may use the following options:
+ A SQL server cluster with "both nodes active" or "One node active and once node inactive".
No replication is required. The storage is shared between...
DBASupport
January 9, 2023 at 6:38 am
I am not sure if this will help you. I had a similar situation with a table with large number of fields. I concatenated all the fields together to one...
DBASupport
January 9, 2023 at 5:53 am
I saw this article on connectivity ring buffer error. Please see below
Here is a possible way to record the SQL logins into a custom table that may be tracked/reviewed.
DBASupport
January 5, 2023 at 7:22 am
You may use SQL server profiler to see where your job is failing. Sometimes, the windows event viewer - application can help. You may use a debugging SQL server table...
DBASupport
January 5, 2023 at 7:01 am
This would be difficult to do how much time it will take for the subscriber database to receive the replicated commands and process them from the distributor. Network performance, disk I/O,...
DBASupport
January 5, 2023 at 6:51 am
Viewing 15 posts - 76 through 90 (of 112 total)