Viewing 15 posts - 16 through 30 (of 130 total)
Thank you so much, so can I disabled the guest account on system databases?
February 15, 2013 at 9:47 am
Yea I was surprised as well. I am not near my system, but if you can create one table and try the script on SQL Server 2008 to just check...
September 5, 2012 at 9:19 am
Did you use this update command on SQL Server 2008/ and R2?
UPDATE [state]
SET [state] = RTRIM([state])
September 5, 2012 at 9:09 am
I already used this update command but did not work. its emptying out the column.
UPDATE [state]
SET [state] = RTRIM([state])
September 5, 2012 at 9:03 am
create table state
(
state_Code int null,
state varchar(50) not null
primary key (state
);
September 5, 2012 at 9:01 am
Sorry I clicked on post accidently-
State_code State
1 Virginia
2...
September 5, 2012 at 8:56 am
Table name is state and columns are state_code and State
state_code State
1
September 5, 2012 at 8:54 am
Thank you so much for the reply I will try to use the script. Can you also please send me the update script to update the state column to remove...
September 5, 2012 at 8:45 am
In advance editor for oledb source the output 'psource' data type is string [DT_STR] 500 length, I have the derived column set as
Psource_code= SUBSTRING(PSOURCE,3,FINDSTRING(PSOURCE,")",1) - 2)
Psource_Desc= ...
August 13, 2012 at 12:43 pm
Yes, You are my life saver... I will try and let you know. Than ks
March 9, 2012 at 12:12 pm
Thank you so much for reply, but I need to use the substring in SSIS package. If you can provide me the command or transformation option to seperate the different...
March 9, 2012 at 11:24 am
Thank you very much! I did find the SP3 RTM and installed successfully.
October 20, 2011 at 11:57 am
Thank you so much Suresh. Since RTM is not ready for sp3 yet, do I need to install sp1 prior to install sp2?
October 20, 2011 at 6:57 am
Viewing 15 posts - 16 through 30 (of 130 total)