Viewing 15 posts - 661 through 675 (of 8,760 total)
March 16, 2019 at 8:10 am
There is a way to do this that allows for any length of text in a cell. One only has to unzip the OOXML, parse it, load into a table...
March 16, 2019 at 6:28 am
SELECT March 16, 2019 at 3:17 am
I...
March 14, 2019 at 2:46 am
handkot's method #2 is very efficient, the other code posted isn't.
😎
I would do this slightly differently for the sake of simplicity and code maintenance.
March 14, 2019 at 1:51 am
Dear All,
I have been receiving the following error message "Not enough storage is available...
March 13, 2019 at 6:17 am
Here is an optimization of the code, simply by adding the text() function will cut the servers effort by almost 50%.
😎
CREATE...
March 13, 2019 at 2:19 am
March 13, 2019 at 2:16 am
March 12, 2019 at 7:12 am
March 11, 2019 at 2:16 pm
There are several ways of doing this, here is one
😎
USE TEEST;
GO
SET NOCOUNT ON;
;WITH SAMPLE_DATA([AccountNumber],[Charge Category]) AS
March 9, 2019 at 12:02 am
Viewing 15 posts - 661 through 675 (of 8,760 total)