Viewing 15 posts - 16 through 30 (of 104 total)
Thank you so much for that thorough explanation and for your kind and encouraging words. I understand much better now! I'm going to read it a few more times to...
May 14, 2015 at 9:04 am
Ok, this works, but it's the ugliest thing I've ever seen. Surely, there is a better way. Keep in mind I'm trying to get the 9.5 to an NVARCHAR because...
November 25, 2014 at 9:35 am
I feel really stupid that I cannot figure out this CAST issue. I have a situation where I need some records in a column to be INT & some to...
November 25, 2014 at 9:31 am
This script is very helpful and it's close to what I need but not quite. I need the week# and month# to be built off the startdate parameter.
So, my client's...
October 31, 2014 at 10:00 am
Well, I thought I could use that article to get what I need, but it's still not quite right. This is my ultimate goal:
DECLARE @CycleStartDate DATETIME='09-16-2014'
, @CycleEndDate DATETIME='10-26-2015'
I am...
October 31, 2014 at 7:49 am
I think I found my answer in a previous post!
http://www.sqlservercentral.com/Forums/Topic1320527-392-2.aspx#bm1322829
October 30, 2014 at 2:55 pm
Thanks for all the suggestions. I think I'm going to use the Import/Export wizard to create the initial package & then go in and modify each step to include rowcount...
October 2, 2014 at 6:24 am
No, there are not frequent schema changes. In fact, Schema changes are handled through source control deployment. The movement of the data itself is not, though. I've not used the...
October 1, 2014 at 10:17 am
Thanks, Steve! I talked about the options with my boss & he thinks it will be extremely rare. He said to go with the -1 for now, but I...
September 19, 2014 at 1:27 pm
I'm overwhelmed with gratitude for the multiple solutions posed! I thought I'd give a little more background on the business requirements to try to illustrate what we're doing. I'm a...
May 30, 2013 at 6:57 pm
MM-- I think that's it! I'm staring at your code and not understanding exactly why it's working, but that is definitely the result set I was hoping for. I'm going...
May 30, 2013 at 6:47 am
All,
Thank you again for your responses. Lynn's code is very close, but Eugene had 2 additional insert rows to demonstrate the issue I'm worried about. Below is the full create/insert...
May 30, 2013 at 6:25 am
SSCrazy, that is very close to what I need but the problem you brought up is definitely something I have to solve. I read through the "quirky update" article, but...
May 29, 2013 at 1:57 pm
Any updates? We're looking to do some simple modifications to an 837 file. I just need to replace the billing name/address and append an invoice# in a specific segment.
March 11, 2013 at 2:26 pm
I think I figured it out. In order to make your reports sort by the # of the month rather than alphabetically (so January comes before February), click on the...
January 2, 2013 at 9:58 am
Viewing 15 posts - 16 through 30 (of 104 total)