Viewing 15 posts - 9,106 through 9,120 (of 13,881 total)
cstrati (9/5/2014)
When I add another table to this view to display the Industry...
September 5, 2014 at 12:44 am
mark 66658 (9/3/2014)
September 4, 2014 at 12:27 am
I also like the derived column idea.
Replace ')' with '' (empty string).
Replace '(' with '-' (minus)
August 28, 2014 at 1:51 am
Koen Verbeeck (8/28/2014)
Open one solution. Right-click on SSIS Packages and select "Add existing package". Browse to another solution and add the package from there.
+1
August 28, 2014 at 1:48 am
ronan.healy (8/27/2014)
so all the columns will always have that date format and I want to text the text after the...
August 27, 2014 at 3:56 am
So you want to trim from a certain point, and that point varies from one string to the next? Tough.
Can you describe the requirement more clearly please? Some examples would...
August 27, 2014 at 3:44 am
ronan.healy (8/27/2014)
hiI want to right trim from a certain point
can I use a rtrim with a substring
SUBSTRING (TaxLotDescription,1,3)
or whats the best way to do it
Left(Col1,[Number of chars to keep])
August 27, 2014 at 3:40 am
AarionSSQL (8/25/2014)
Could you tell me how to add database objects to BIDS Projects.
I am working on SSIS and have seen a project where the database object definitions such...
August 25, 2014 at 11:59 pm
Mr.Sahand (8/25/2014)
The rules are not too complicated to be done through T-SQL or Access query or VB scripting.
Although they are many in number. They are...
August 25, 2014 at 11:54 pm
Mr.Sahand (8/25/2014)
I have a number of MS access tables to transform to SQL. Some of these tables have datetime fields needed to go under some rather...
August 25, 2014 at 2:17 am
brad.mccollum (8/23/2014)
As an example, let's say my original Excel...
August 24, 2014 at 1:32 am
You can STUFF it!
DECLARE @Val1 varchar(5) = '12345'
declare @RetVal varchar(10)
set @RetVal = STUFF(@Val1,3,1,'A')
select @Val1
, @RetVal
August 23, 2014 at 11:38 am
rajeshjaiswalraj (8/23/2014)
August 23, 2014 at 10:48 am
Koen Verbeeck (8/22/2014)
Some posts suddenly have a different layout and you can't reply to them.Others are experiencing this issue as well...
Do the Gremlins got to SSC?
Yes. And suddenly, yours is...
August 22, 2014 at 12:54 am
bhavik.bk (8/21/2014)
you cant use it like you...
August 22, 2014 at 12:07 am
Viewing 15 posts - 9,106 through 9,120 (of 13,881 total)