Viewing 15 posts - 1 through 15 (of 23 total)
Thanks - yes I have tried that and it works.
I just thought the TRUNCATE would be captured as an ALTER TABLE event?
June 28, 2018 at 9:30 pm
Thanks for the reply.
Can this be done for a whole table within a view then, say:
SELECT ... FROM table <COLLATION>
or does it have to be done...
January 4, 2018 at 5:56 pm
Yes I resotred the msdb database and msdb_OLD but the Policies did not appear under Management/Policies? How do I export them from the msdb database?
November 13, 2017 at 11:36 pm
I think I figured out this bit:
"I am using a filter: database_name - not_equal_i_sql_unicode_string - tempdb but these are still appearing in the captured events?"
I should...
August 3, 2017 at 10:40 pm
Thanks for the responses.
Yes I tried BCP but have to include headers. I used the UNION ALL approach to add the hedrers but this failed due to data type differences.
In...
August 21, 2016 at 6:32 pm
Sorry yes that is in my script - just missed copying it.
September 17, 2015 at 8:12 pm
Thanks very much Shawn that works!
Only thing now is that the SQL job never seems to complete even though the Powershell script has finished inserting records? Do I need to...
September 17, 2015 at 8:03 pm
These are the main bits of code I now have having removed the double quotes around the parameter assignments:
param(
[parameter] [string]$ConfigurationGroup,
[parameter] [String]$PolicyCategoryFilter,
[parameter] [string]$EvalMode
)
...
...
...
# Iterate through...
September 17, 2015 at 7:14 pm
Apologies for the typo - it should be y.z
June 16, 2015 at 6:39 pm
If I run the same EXEC msdb.dbo.sp_send_dbmail routine through SSMS only one Email is sent.
If I run this through a SQL task in SSIS I get three emails. However, I...
November 19, 2014 at 10:31 pm
Yes I think that is the issue but am struggling to see why, as the Email task only seems to be executed once for each pass through the loop
November 19, 2014 at 5:47 pm
Point taken re: first comment. We are looking to setup an A/G Group between two clustered SQL instances.
So this is not really supported?
October 22, 2014 at 7:45 pm
Yes they are all in same filegroup.
After doing some more research I discovered that the data files are filled by the same amount if each file is the same size...
November 14, 2013 at 4:06 pm
Viewing 15 posts - 1 through 15 (of 23 total)