Viewing 13 posts - 1 through 13 (of 13 total)
What about the more insidious dependencies like the finance sql query that hard coded the product type and now one of the financial numbers is getting reported up understated but...
January 7, 2020 at 4:13 pm
bighow2008 (12/20/2011)
I have 2 tables report (contains Raw data) and exceptions (filter for the Raw data). I'm trying to take "report" table and use the NOT EXISTS statement...
December 20, 2011 at 1:49 pm
one more thing I just noticed - is it normal for these kinds of transactions to be serializable? You might have to scroll right on the trace xml, but...
November 1, 2011 at 9:47 am
GilaMonster (10/31/2011)
BaldNomad (10/31/2011)
Question is, am I likely to fix this deadlock by removing the select statement from this procedure?
Very likely.
It's trying to convert an S lock (which the select would...
October 31, 2011 at 4:53 pm
As put so eloquently by Andre the Giant:
I do not think that word means what you think it means.
😀
November 13, 2007 at 7:35 am
is the SSIS service installed and running on the server that is trying to execute the package?
November 7, 2007 at 1:37 pm
I think your easiest method would be to write a script that splits it into two files based on the logic you describe (look for the separator text between the...
November 5, 2007 at 2:08 pm
you're validating data that's already been validated? why?
October 29, 2007 at 7:41 am
Jeff Moden (10/29/2007)
It's never good to store a date as a VARCHAR.
Never? Absolutely never?
I think I'd say almost never.
For example, maybe you're loading a warehouse staging table from a...
October 29, 2007 at 6:29 am
Jeff Moden (10/27/2007)
"Dropping the time" should be done on the display side of things... not on the import side of things. Reason being is that the only way you...
October 28, 2007 at 5:22 pm
try this post on another forum:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1074276&SiteID=1
October 26, 2007 at 9:10 am
will it run if you use dtexec from the command line, running from the server logged in as the same user that runs Agent jobs? does your package use...
October 26, 2007 at 8:53 am
the easy way to do this is to write a generic "load" process that will load all your files into corresponding tables, then use a checksum compare as previously suggested....
October 24, 2007 at 7:18 am
Viewing 13 posts - 1 through 13 (of 13 total)