Viewing 14 posts - 1 through 14 (of 14 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. ...
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...
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,...
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...
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 -...
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...
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
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...
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...
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...
November 9, 2010 at 2:06 pm
Simon Facer (11/9/2010)
Joshua T. Lewis-378876 (11/9/2010)
3.) Build two ldf files...
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...
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...
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...
May 19, 2010 at 2:48 pm
Viewing 14 posts - 1 through 14 (of 14 total)