Viewing 14 posts - 1 through 15 (of 15 total)
Wrote this for a client years ago, still running today.
Couple of tips:
1.) Handle the parameters and extension settings as the whole XML BLOB; don't chunk it up. ...
Josh Lewis
October 31, 2017 at 5:12 pm
EXCEPT is awesome for Row Differences between 2 sets, but I would caution that if you have a pk (like maybe in comparing objects between a publisher and subscriber in...
Josh Lewis
March 10, 2015 at 12:48 pm
Nice article Ira, kinda familiar too. 🙂
JOEL-145858, don't take the content of the article out of context. This is one of MANY methods that you can use in matching,...
Josh Lewis
July 10, 2012 at 7:59 pm
Yeah, I've been through this POC before and what I've discovered is that even if you have the Google Maps Premier license, you still can't use it for this sort...
Josh Lewis
June 25, 2012 at 10:17 am
Well, I guess it all depends on how well the infrastructure is defined. Let's say I have 3 app specific DB and three environments:
App1
Dev -...
Josh Lewis
April 11, 2012 at 1:12 pm
I totally agree opc.three; I guess it depends on why you need to change the Connection. If your looking at it from an infrastructure perspective, and it's to make...
Josh Lewis
April 11, 2012 at 12:32 pm
Glad I could help...most of the properties of almost EVERYTHING can be configured by variable or expression in SSIS Packages
Josh Lewis
April 10, 2012 at 9:09 pm
Disabling all logins may be a little extreme... Depending on how you're refreshing you might be able to switch in and out of single-user mode to block access to everything...
Josh Lewis
April 10, 2012 at 8:05 pm
The easy way to switch it at run-time is through variables:
1.) Statically build the connection manager you require (OLE DB, FlatFile, Whatever)
2.) Build package-level variables to hold things like ServerName...
Josh Lewis
April 10, 2012 at 6:01 pm
alen teplitsky (11/9/2010)
GilaMonster (11/9/2010)
Joshua T. Lewis-378876 (11/9/2010)
Just as an FYI, Microsoft has depreciated the TRUNCATE_ONLY option in SQL 2008, and you have to use a different option in the BACKUP...
Josh Lewis
November 9, 2010 at 2:06 pm
Simon Facer (11/9/2010)
Joshua T. Lewis-378876 (11/9/2010)
3.) Build two ldf files...
Josh Lewis
November 9, 2010 at 12:00 pm
Simon,
Just as an FYI, Microsoft has depreciated the TRUNCATE_ONLY option in SQL 2008, and you have to use a different option in the BACKUP LOG command:
BACKUP LOG <database> TO DISK='NUL:'
There...
Josh Lewis
November 9, 2010 at 12:21 am
In an effort to curb the necessity of shrinking, I have always taken a few steps whenever setting up a DB:
1.) Always separate by partition (or even physical disk...
Josh Lewis
November 9, 2010 at 12:15 am
David, really enjoyed seeing how you've implemented this and you couldn't have had better timing, as I am currently developing a GeoCoding solution; but for the example used (Google Maps...
Josh Lewis
May 19, 2010 at 2:48 pm
Viewing 14 posts - 1 through 15 (of 15 total)