Viewing 15 posts - 1 through 15 (of 231 total)
The problem with using natural keys is that they can change. Suppose a VersionNumber is added to the table and becomes part of the natural key. The index upheaval would...
October 15, 2019 at 2:12 pm
March 8, 2019 at 12:50 pm
March 8, 2019 at 12:36 pm
March 8, 2019 at 12:35 pm
February 28, 2018 at 10:05 am
Okay, I resolved this in such a simple fashion that I'm embarrassed that I didn't think of it sooner. Each record has a type number, i.e. 1 for header, 2...
February 28, 2018 at 9:16 am
January 11, 2018 at 1:56 pm
Uh...no. One file, one 490 column field called TextData. The file is for exchanging fixed length data records.The columns have all been concatenated into one 490 character string. This is...
December 6, 2017 at 1:16 pm
I saved the XML as a txt file. Hopefully that's good enough for you.
December 1, 2017 at 10:58 am
Not sure how to do that as I can't upload an xml file or a dtsx file.
December 1, 2017 at 10:55 am
July 24, 2017 at 10:15 am
We learned some hard lessons that these charges can add up fast. We found out we were spending $5 or $6,000 a month simply because azure machines were left up...
July 24, 2017 at 6:58 am
Yes, couldn't have mapped it otherwise. I have made a copy of the database I coded against and placed it on the server the job is running against. The connection...
May 19, 2017 at 10:04 am
Thanks for the help everyone. Ultimately, this is what worked.
DECLARE @cols AS NVARCHAR(MAX),
@query AS NVARCHAR(MAX)
SELECT @cols = ISNULL(@cols + ',','')...
April 28, 2017 at 10:19 am
Viewing 15 posts - 1 through 15 (of 231 total)