Viewing 15 posts - 16 through 30 (of 171 total)
February 7, 2018 at 3:39 am
June 9, 2017 at 7:38 am
Thanks for your reply! I've now managed to deploy the dtspackage on to the MSDB database which is on the Integration Services but I'm now trying to find out...
March 17, 2017 at 10:17 am
The database is in 'Full Recovery' model and there is a regular log backup occurring; which is why I ask the question then reason why the Log wait desc =...
December 14, 2016 at 9:27 am
Thank you for your reply!
I have an index job which does a 'Rebuild' but it has been failing with the error message from the error logs as :
"The transaction log...
December 14, 2016 at 3:23 am
Thank you for your reply! To give you as example of the results, the fragmentation percentage for one of the indexes is 85%, the index type is nonclustered, the page...
November 25, 2016 at 4:08 am
I have 2 tables which has the following columns
Table1
ID,
CustomerName,
CustomerID
...,
...,
DateofUpdatedData
Table2
ID,
CustomerName,
CustomerID
...,
...,
DateofUpdatedData
DataupdateType
I want to insert into the "DataupdateType" column of table2 any data which has been either 'Updated', 'Deleted' or 'Inserted'
I hope that...
August 24, 2016 at 11:59 am
SeniorITGuy (8/9/2016)
In SSISDB, internal.object_permissions is a view that unions four tables.
Those tables are:
internal.operation_permissions
internal.folder_permissions
internal.project_permissions
internal.environment_permissions
Check each of those tables for entries for the user you want to drop and remove them from...
August 9, 2016 at 7:41 am
tt-615680 (8/9/2016)
John Mitchell-245523 (8/9/2016)
Do you still get the error if you try to remove the user like this?USE SSISDB
DROP USER USERNAME
John
When trying to drop the required user using the...
August 9, 2016 at 6:59 am
John Mitchell-245523 (8/9/2016)
Do you still get the error if you try to remove the user like this?USE SSISDB
DROP USER USERNAME
John
When trying to drop the required user using the above...
August 9, 2016 at 6:22 am
John Mitchell-245523 (8/9/2016)
August 9, 2016 at 2:36 am
Thank for you reply!
When I run the following query with the username I get 0 results which is why I'm confused to why it cannot be removed.
select *
from sys.database_permissions...
August 9, 2016 at 1:57 am
I can confirm that I have done the following:
- Can log on using the credentials which is used for the proxy, I tested this by logging on to SSMS.
- Restarted...
July 20, 2016 at 2:10 am
Here is the script for the user databases:
1. stop SQL Server Service
2. Check the location of the tempdb files
Use master
GO
SELECT name AS [LogicalName],physical_name AS [Location],state_desc AS [Status]
...
May 16, 2016 at 3:29 am
The way they are named is as follows:
221519344_1_1_11_0_20160505181235543_1616
221519344_1_1_11_0_20160505181235543_1617
221519344_1_1_11_0_20160505181235543_1615
But they seem to have a timeline of 1 - 4 minutes apart as the new files are created.
May 9, 2016 at 4:21 am
Viewing 15 posts - 16 through 30 (of 171 total)