Viewing 15 posts - 1 through 15 (of 149 total)
Following is a partial list
sys.dm_exec_requests: Provides information about each request that is executing within SQL Server.
sys.dm_exec_sessions: Contains information about all active user connections and internal tasks.
sys.dm_exec_query_stats: Returns aggregate performance statistics...
September 27, 2024 at 2:44 pm
Add raiserror or print to check which is the last step that your SP executed successfully.
September 23, 2024 at 5:29 pm
check this link if it helps.
September 5, 2024 at 2:40 am
Sometimes it takes some time to sync altered passwords between AD and other servers. Ask your network admin about it.
Also, did you restart the SSRS service after the password change?...
September 2, 2024 at 12:16 am
check this link for granting permission's
August 28, 2024 at 1:20 am
thx emperor100, i ran this and believe it eliminates protocols as the problem? Is that correct?
Yes, that's correct. All the protocols are enabled on this instance.
TCP/IP...
August 28, 2024 at 1:10 am
-- Firewall
Also check which protocols are enabled on the SQL Instance.
August 26, 2024 at 9:15 pm
If you do not want to use the current disks, you can add an additional disk separately and attach it to your VM that has managed instance. Save the files...
July 9, 2024 at 5:58 am
We have a similar requirement, we have used a SSIS package to copy the data from a table in Azure to on-premise.
As an alternate method, Create two jobs that can...
June 28, 2024 at 8:40 am
Leo.Miller wrote:All the databases on the DEV server are encrypted, but only two were restored from another server after being encrypted, and only these 2 restored databases are giving errors...
June 28, 2024 at 6:21 am
Check the following:
a) Facets in SQL Server Management Studio (SSMS):
In SSMS, you can navigate to the server instance, right-click, and select “Facets.” Look for the “Surface Area Configuration” facet, where...
June 28, 2024 at 3:41 am
@Ashini:
It looks like step 1 is already completed.
2. Run MMC.exe from the Run command. It opens console.
Go to File, Add remove Snap-in, Select Sql server configuration...
June 28, 2024 at 2:17 am
Ensure that your module is developed using the same version of Python that is installed on the server while initial installation of the SQL instance.
Instead of C:\Temp, create a folder...
June 27, 2024 at 5:10 am
Paste your query and execution plan with data if possible. Understand that, there are many variables that we need to look into to optimize a query
June 27, 2024 at 4:41 am
What type of application are you trying to support , OLTP or OLAP?
If OLTP, combine both transactions and updated_transactions table into one. Add a new table TransactionType which differentiates whether...
April 15, 2024 at 1:00 pm
Viewing 15 posts - 1 through 15 (of 149 total)