Viewing 15 posts - 1 through 15 (of 16 total)
Upgrade SSMS a couple of times a year?
You should be upgrading every time one is available. Why wouldn't you?
November 24, 2023 at 3:11 pm
Interesting, but what's wrong with SERVERPROPERTY('ProductVersion')?
October 25, 2021 at 4:55 pm
I really wanted to love this when it was still called Operations Studio. Unfortunately, using it is nothing like Management Studio or even Visual Studio and I haven't found any compelling...
March 27, 2019 at 1:14 pm
nvarchar...June 2, 2017 at 12:35 pm
The inability to access package variables renders Package Parts pretty useless, actually.
April 18, 2017 at 10:49 pm
Boris, try this: http://converter.telerik.com/
March 9, 2016 at 8:59 am
Why are you still running Windows XP?
January 24, 2016 at 9:07 am
Interesting as an academic excercise, but as chudman pointed out, the MAP Toolkit does all this and a huge amount more.
Run it as a DA and then generate the reports....
July 25, 2013 at 8:23 pm
Any DBA regularly shrinking a data file should be, um, "reassigned."
May 20, 2013 at 9:38 am
I guess I spoke too soon; it isn't working as desired right now.
If I copy the file "manually" to the drop folder it will work every time. When the file...
April 1, 2013 at 2:29 pm
Here is the code I'm using.
using System;
using System.IO;
using System.Threading;
namespace HEC
{
[System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
public partial class ScriptMain...
March 29, 2013 at 12:49 pm
I have all the .NET frameworks installed, but I only use 2.0 in SSIS 2008.
I am monitoring a folder for excel files. The folder being monitored is a share on...
March 28, 2013 at 9:15 pm
If you are having difficulty getting this to work consistently, try adding the following to WatchForFileCreation:
// enable the watcher
fileSystemWatcher.EnableRaisingEvents = true;
just prior to the WaitForChanged call. In the .NET 2.0...
March 28, 2013 at 3:00 pm
Perhaps so, but I want to do this in an SSIS expression, not SQL.
And which method, specifically? I didn't read the entire thread. Are you talking about the CLR option?...
August 17, 2012 at 10:27 pm
Actually Rob, you will see stuff like that in HL7 data all the time.
I've used the vertical tab for billions of rows over the years; it has never failed.
August 17, 2012 at 9:07 pm
Viewing 15 posts - 1 through 15 (of 16 total)