Viewing 15 posts - 12,046 through 12,060 (of 14,953 total)
Same logical names does make sense. Glad you got that sorted out.
September 9, 2008 at 11:37 am
I must be missing something here. You can't have two files on the same computer with the same name in the same directory. File systems don't work that...
September 9, 2008 at 9:49 am
Matt Cherwin (9/9/2008)
September 9, 2008 at 9:47 am
I found a page that might have relevant data: http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=1410900&SiteID=1
Try that. The post there was solved by changing the command to update the value.
September 9, 2008 at 9:46 am
Multiple logical drives gives no advantage. Splitting across phyisical drives gives you several advantages. I've tested this.
September 9, 2008 at 9:39 am
I can't duplicate the behavior you're describing with what I have for testing. Might be something specific to your data.
Are the stats up-to-date on your tables? Are the...
September 9, 2008 at 9:25 am
MrBaseball34 (9/8/2008)
Looks good except I need to filter by the o.MRN and o.DateOfService.
Also many records come over with Comments and several others have NULL Comments.
The particular DOS that I am...
September 9, 2008 at 9:19 am
SPIDs are re-used and can have different owners very easily. Might be as simple as that.
September 9, 2008 at 9:16 am
Correct me if I'm not understanding this correctly:
What you seem to be doing is moving data from a production environment to a testing environment in order to test new/modified code...
September 9, 2008 at 9:10 am
I think I need to know a bit more about what you're storing and how you're trying to retrieve it. You mentioned something about text files, but not why...
September 9, 2008 at 9:04 am
mitch (9/8/2008)
September 9, 2008 at 9:02 am
Reports are just XML definitions. You should be able to just add them.
September 9, 2008 at 8:50 am
Download a free trial of ApexSQL Diff, or RedGate Compare, and that will find the missing stuff and create a script that will do all of the fixing for you....
September 8, 2008 at 12:08 pm
I'd move the part about validname like '%' + badname + '%' to the Join clause, but otherwise it looks fine.
I created a 100-thousand row copy of your table and...
September 8, 2008 at 12:07 pm
First, why a Full Outer Join? I'd make it a left join. That won't affect your issue, but it will improve performance.
Second, why a cursor? Why not...
September 8, 2008 at 11:50 am
Viewing 15 posts - 12,046 through 12,060 (of 14,953 total)