Viewing 15 posts - 391 through 405 (of 3,666 total)
SQLTougherGuy (8/17/2015)
Is there a performance hit if I use CAPITOL LETTERS (like this) in column names for my SQL Server tables? Logically I would think that lower case letters would...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 17, 2015 at 10:28 am
Steve Jones - SSC Editor (8/17/2015)
I'll change the question, but I'm not sure...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 17, 2015 at 9:31 am
Use an expression for the connection string of the connection manger used to the to the file to e imported.
In that expression, use a formula that sets the date values...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 17, 2015 at 8:40 am
I would have felt bad if I got this one wrong.
Good one to start the week with Steve.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 17, 2015 at 8:05 am
sknox (8/17/2015)
In a conditional split transformation, an expression is evaluated for each row.
is not quite correct. The correct statement is:
In a conditional split...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 17, 2015 at 8:04 am
Eirikur Eiriksson (8/14/2015)
SQLRNNR (8/14/2015)
Eirikur Eiriksson (8/14/2015)
Sometimes one wonders what drives the responds when one points out that the posted solutions are not optimal.😎
Maybe he has coded it differently than you...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 14, 2015 at 12:38 pm
First thing I would do is run a query that shows be all the people with the multiple rows, and their data. Then, looking at the data, see if you...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 14, 2015 at 12:34 pm
Did you try it a 2nd time?
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 14, 2015 at 12:24 pm
Lynn Pettis (8/14/2015)
Alvin Ramard (8/14/2015)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 14, 2015 at 12:20 pm
Lynn, as far as I can tell, your script will work as long as the row for PercentFullTime = 1 is the same rows as AnnualizingFactor = 2080. For...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 14, 2015 at 11:35 am
Eirikur Eiriksson (8/14/2015)
Alvin Ramard (8/14/2015)
Lynn Pettis (8/14/2015)
declare @TestTable table(
EEID int,
Name varchar(64),
AnnualizingFactor int,
PercentFullTime...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 14, 2015 at 11:01 am
Lynn Pettis (8/14/2015)
declare @TestTable table(
EEID int,
Name varchar(64),
AnnualizingFactor int,
PercentFullTime decimal(3,2));
insert into @TestTable
values
(1,'Marvin, Leo',2080,1...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 14, 2015 at 10:37 am
Lynn Pettis (8/12/2015)
I don't know about others but I am really tired of people thinking that using vulgarity is appropriate in a professional environment and this is a...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 13, 2015 at 7:49 am
djj (8/12/2015)
jasona.work (8/12/2015)
Grant Fritchey (8/12/2015)
Brandie Tarvin (8/12/2015)
YAY! The forums are back!I was worried they'd be down all day.
Me too. I sent an email to RG support. Maybe someone did something.
RG...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 12, 2015 at 10:42 am
WayneS (8/11/2015)
Any other Threadizens going to the Louisville SQL Saturday next week?
I'm thinking about it.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 12, 2015 at 10:39 am
Viewing 15 posts - 391 through 405 (of 3,666 total)