Viewing 15 posts - 1 through 15 (of 33 total)
Thanks for the article. This looks like something I need to try in the lab.
April 17, 2018 at 7:58 am
Great article.
So, do you find this a better option than using a data conversion transformation, or just a different option?
December 15, 2016 at 3:39 am
Everything is logged to a text file (using the SSIS log provider for Text files)
September 11, 2014 at 1:05 pm
Argh, I should have been able to figure that out.
Thanks!
July 25, 2014 at 2:23 pm
Perfect! Thanks.
Here's the final scripts
$s = "kbullen-865";
$db_name = "tempdb";
$CombinedExceptionMessage = "";
##Add-Type -Path "C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies\Microsoft.SqlServer.Smo.dll"
[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.SqlServer.SMO') | Out-Null
$serv = New-Object Microsoft.SqlServer.Management.SMO.Server($s)
Function CheckObject
{
Param...
July 3, 2014 at 1:39 pm
Yeah, i know, the conversation is years old. But SQLCop and Red Gate and everyone else looking to identify missing foreign key indexes should probably be reading this thread.
July 1, 2014 at 6:25 am
Yep, line 18 was supposed to be bad as well. I missed it.
March 10, 2014 at 2:31 pm
Sorry 'bout that.
People around here questioned where Doc Jr and Doc Jr Jr came from....
January 17, 2014 at 3:19 am
Thanks for the reply.
The reason for the filter, I don't want to return the whole table. If I add a few more records, and only want Snow White...
January 16, 2014 at 7:46 am
Thanks all for the input. I'm going to plan on leaving the backup\restore process in place and schedule the dbcc's on the second server and not schedule them on...
October 23, 2013 at 2:23 pm
Thanks, after reading your post, I added an option recompile to the select and that fixed my problem.
July 2, 2013 at 10:18 am
Thanks for the response. I guess I thought it would be cool to use an unpivot, but the union works and after reading some additional posts on unpivot, maybe...
May 7, 2013 at 7:22 am
j.miner (4/8/2013)
April 8, 2013 at 1:34 pm
Thank you all for taking time to reply, I appreciate all of the input.
April 8, 2013 at 1:18 pm
Viewing 15 posts - 1 through 15 (of 33 total)