Viewing 15 posts - 2,371 through 2,385 (of 11,678 total)
patrickmcginnis59 10839 (7/7/2014)
Koen Verbeeck (7/7/2014)
patrickmcginnis59 10839 (7/7/2014)
Luis Cazares (7/7/2014)
July 7, 2014 at 1:45 pm
patrickmcginnis59 10839 (7/7/2014)
Luis Cazares (7/7/2014)
July 7, 2014 at 1:21 pm
Luis Cazares (7/7/2014)
July 7, 2014 at 1:13 pm
Could you explain your problem a bit more clearly?
July 7, 2014 at 7:39 am
Can you give an example of the desired output?
July 7, 2014 at 1:12 am
Be careful with all of those WITH(NOLOCK) though. Unless you like dirty data.
July 4, 2014 at 7:20 am
An example:
=FormatNumber(89.12346,2,True,False,False) & "%"
July 4, 2014 at 4:52 am
What do you get when you browse to that url?
July 4, 2014 at 4:18 am
July 4, 2014 at 3:49 am
The book mentions at page XXII where you can download the code.
Those introductory pages are sometimes really important 😉
July 4, 2014 at 3:23 am
Which book are we talking about?
Any link?
July 4, 2014 at 1:55 am
Avoid Excel at all cost.
Export to CSV comma delimited and then convert it with SSIS to tab delimited.
Or just write a very small .NET app that replaces the commas with...
July 4, 2014 at 1:24 am
Package parameters are only for the new project deployment model.
Regarding the configurations: there are lots of different ways to handle configurations within multiple environments. Choose one and stick with it...
July 4, 2014 at 12:37 am
Viewing 15 posts - 2,371 through 2,385 (of 11,678 total)