Viewing 10 posts - 1 through 10 (of 10 total)
Since you want to do the "whole" db. Would it not be faster to just script all the tables and associated constraints & settings (or probably the whole DB),...
February 24, 2009 at 5:49 am
It interprets/formats data like dates and possibly float/decimals in a certain way.
I can't remember the full details but you can look up BOL, but it definitely can affect the way...
February 13, 2009 at 4:18 am
I've just started learning SSIS and had a problem with dates and it came down to setting the locale on the data flow components.. The pitfall is this is hard...
February 12, 2009 at 8:12 am
1st thoughts (Note there are probably more elegant ways to do this if I thought about it longer)
1. Get a list of all of the contactids and anniversary dates
2. Generate...
February 12, 2009 at 7:42 am
It could be that the csv files loaded had foreign characters or additional formatting characters which could not be blatantly seen and may need to be fixed/filtered?
February 12, 2009 at 7:31 am
Not sure if you sorted this out. I had the same problem and noticed in a later version of BOL and other areas, you need to make sure you...
February 12, 2009 at 7:14 am
I used to write similar code like this for years and then discovered tally tables made it easier and faster IMHO.
Here's an example:
http://www.sqlservercentral.com/scripts/Miscellaneous/31913/
February 6, 2009 at 10:21 am
Useful intro on identifying deadlocks.
The part that concerned me more was:
"As part of the upgrade, the application team performed modifications to the stored procedure code such that every insertion...
February 4, 2009 at 8:56 am
eric.gunn (2/4/2009)
If not familiar with a tally table, aka number table, it is simply a table with with...
February 4, 2009 at 8:37 am
Not sure if this is of any use, but in addition to the nolocks, things to also check are if you are using begin and commit trans for several of...
January 19, 2009 at 6:13 am
Viewing 10 posts - 1 through 10 (of 10 total)