Viewing 15 posts - 631 through 645 (of 1,640 total)
Loundy (5/23/2013)
May 23, 2013 at 1:44 pm
Thanks much, will try it, may have more questions coming back, thanks
May 21, 2013 at 9:47 pm
so when I apply service pack, it actually will do on 4 instances, correct? Thanks much
May 21, 2013 at 9:41 pm
We found out it is Unitrends the tool to backup virtual server, thanks
May 20, 2013 at 11:23 am
Thanks, I forgot to say the big picture.
This bad data is from an application that use oralce database. The data type is date in Oralce.
I am wondering how the bad...
May 15, 2013 at 9:50 am
Any sample code on internet we can take a look?
Thanks,
May 14, 2013 at 11:57 am
Thanks, that is an article in 2002, I wonder if there is newer technology in it, we really don't want to use linked server option. Thanks,
May 14, 2013 at 11:36 am
Thanks, but this is .net application we probably not going to use SSIS.
May 14, 2013 at 11:22 am
Lynn Pettis (5/14/2013)
May 14, 2013 at 11:03 am
Thanks much, I created the table script in the attachement. there are two tables, one is masterAddress table - is used for verifying address, the other is studentaddress table.
Now I...
May 5, 2013 at 10:08 pm
but how can I get the first record of addressID? I got duplicates.
May 5, 2013 at 9:39 pm
DAVNovak (5/3/2013)
Create Function Get_XY_Coordinates (@i_Pupil_Number int)
Returns int
Begin
Declare @iXYCoord int
SELECT @iXYCoord = sab.address_id
From sps_address_bridge sab inner join sps_stud_assignment_address saa on sab.street_number = saa.street_number
And sab.full_street_name...
May 5, 2013 at 7:38 pm
Thanks, much, it is exactly like what I wrote too.
It looks like we don't need the cursor. Not sure why PLSQL uses that.
May 3, 2013 at 1:19 pm
Viewing 15 posts - 631 through 645 (of 1,640 total)