Viewing 15 posts - 346 through 360 (of 601 total)
Editing the source could give you the same truncation error as the conversion does (unless you tell it to ignore truncation).
My preference would be derived column. Then you can...
November 12, 2013 at 12:11 pm
Don't know much of this myself, but this may help:
http://technet.microsoft.com/en-us/library/cc280492.aspx
The table in that article tells you the type to expect depending on the type of connection and type of result...
November 12, 2013 at 11:47 am
not sure from that explanation what exactly you want.
But a note on outer joins that they will be overridden if you filter on an "outer" table in the where clause....
November 9, 2013 at 9:23 am
My list is still too long. ive done a couple SQLSaturdays and quite enjoyed them, and i always learn a lot of new things, but their other effect is...
November 8, 2013 at 8:59 pm
Let me know what you decide as im in a similar spot ... though with likely git, not tfs.
there's nothing to ensure the objects in the SSIS catalog aren't rolled...
November 8, 2013 at 6:06 pm
This argument seems to have devolved into competing viewpoints on what "a little clunky" means.
The original article was about a piece of software which was tested and meeting all established...
November 7, 2013 at 8:26 pm
john.riley-1111039 (11/7/2013)
November 7, 2013 at 7:00 am
Thanks for the effort, but I think you are right (its not better). What we had done before is set the connection string using an expression from a variable,...
November 6, 2013 at 11:08 am
Thanks for the suggestion, but it appears to still not work.
This feature would work for testing different environments in SSDT (for example, a different server name to connect to in...
November 6, 2013 at 8:58 am
Hi Phil,
I am using environments for when the project is published to the server (or will be, that is part of what I was setting up). ...
November 6, 2013 at 7:05 am
Edit: it looks like when compiling, both project level connection managers and parameter files get saved to disk. Seems like there still isn't a way to pass these...
November 5, 2013 at 9:51 am
You could start with an execute SQL task to query your calendar table for the current date (or current date - 1, not sure of your logic), and put the...
October 29, 2013 at 6:59 am
Can you post table definitions and some sample data?
October 25, 2013 at 6:47 am
How much of a salary decrease would you take for more vacation? Using Dave's number say you are making $40 an hour, for a 40 hour week thats $1,600....
October 23, 2013 at 9:30 pm
There might be a better way. Im new to script transforms.
As I said, I'd load it into a staging table and then do it via tsql. Easier and...
October 23, 2013 at 5:29 pm
Viewing 15 posts - 346 through 360 (of 601 total)