Quantcast
Channel: User MrTelly - Stack Overflow
Browsing all 37 articles
Browse latest View live

Comment by MrTelly on What's the best three-way merge tool?

A bit of googling found this ultraedit.com/support/tutorials-power-tips/ultracompare/… - talks about 3 way merging in the step 6 advanced merge.

View Article



Comment by MrTelly on How to use clipboard to copy data from Excel Sheet to...

I'm looking to use this code - is "Column {0}".fwFormat(x + 1)" a fixed width extension method on String? What does it do?

View Article

Comment by MrTelly on Sql Server Read text file with varying numbers of fields

I've ediited the question to make it closer to SO norms

View Article

Comment by MrTelly on docx4j does not replace variables

there's a broken link to VariablePrepare - I found this one instead javatips.net/api/docx4j-master/src/main/java/org/docx4j/mode‌​l/…

View Article

Comment by MrTelly on Multiple Git Repos with Visual Studio 2017

I was hoping to implement shared projects - stackoverflow.com/questions/1116465/… - and use Git. Is there a better solution?

View Article


Comment by MrTelly on How to querying on build sisense elastic cube?

Can you share the sql and the error please - open a new question maybe?

View Article

Comment by MrTelly on Generate Delete Statement From Foreign Key...

I've updated the link to point to MyGenerations' home on SourceForge, at least you can get the .exe from there. Looks as though it's now defunct

View Article

Comment by MrTelly on How to download files from google drive and save to a...

Seems few people are using Google Docs in this way from C#?

View Article


Comment by MrTelly on Proper Way to Handle Verbose Console Output in C#

As of 25/01/2021 JS is at 1235K rep, so yes SO does handle 1M rep ok, I bet it's a long int though - so only a few billion to go

View Article


Comment by MrTelly on Count of all rows in all DataTables in a DataSet

@Fabio doesn't even compile and I think that's due to IEnumerable being needed somewhere.

View Article

Comment by MrTelly on sql query to return differences between two tables

I hit a few issues where the sql string was > 4000 characters, changing the declares to (a)columns nvarchar(max), (a)sql nvarchar(max), (a)sqlTemplate nvarchar(max) fixed that. This a fantastic...

View Article

Comment by MrTelly on How to rename columns with `SELECT`?

If you're using SSMS you can select the columns in the object explorer and drag that into the query pane, you get a full list of all the columns that you can then edit.

View Article

WPF Layer Control

I'm in need of a WPF layer control that does the following1) Have multiple layers of content on top of each other.2) Ability to turn layers on/off at design and runtime, ie we need a UI maybe something...

View Article


Office 2007 and WPF

I've recently been using Excel and Powerpoint 2007, and it's seems clear that the shapes are using WPF. Edit - I know the shapes have existed in Office for ever, that is not my question. Look at the...

View Article

Best approach to build reusable C# data integration assemblies

How have you addressed the issues when building a reuseable suite of C# data integration assemblies? We're a Microsoft shop using Sql Server and C#. We're consolidating a lot of our DB integration code...

View Article


Image may be NSFW.
Clik here to view.

Display bands in excel charts

I'd like to implement bands in an Excel chart, is that possible?

View Article

Managing DB reference data and it's related code

Reference Data, or lookup tables are things like CustomerType, ProductType and so on. They change infrequently, occasionally a new type is added or an old one retired. In code they're often reproduced...

View Article


Answer by MrTelly for Built-in WPF IValueConverters

I did a quick trawl using the Object Browser and this is what I have.Derived from...

View Article

Answer by MrTelly for What is the use of a shared variable in VB.NET?

It is the same as static in C# and most other languages. It means that every object in the class uses the same copy of the variable, property or method. When used with a method as it is static you...

View Article

Update/Insert sql table from SSAS cube

Is it possible, preferably using tsql or MDX, to read data from cube and use it to update or add records in a sql table?

View Article
Browsing all 37 articles
Browse latest View live




Latest Images