Viewing 15 posts - 1,996 through 2,010 (of 9,643 total)
You could just do value * 100 which would be 50 for .50
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 9, 2011 at 10:23 am
AndrewSQLDBA (11/9/2011)
This is yet another issue of duplicate data. This is very old data that is coming over from an old Unix and DB2 database. Just my luck.
In a...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 9, 2011 at 10:12 am
Try what's suggested in this blog post
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 9, 2011 at 9:47 am
engrshafiq4 (11/9/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 9, 2011 at 7:33 am
If you insist on passing back the error message as an output parameter instead of handling the error condition in .NET then your stored procedure(s) need to do something like...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 9, 2011 at 7:04 am
I got it right, because I knew none of the other answers was correct, but I don't think the answer had the best wording.
I ran it on a dev server...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 8, 2011 at 7:25 am
GilaMonster (11/8/2011)
Clustered indexes enforce physical sort order of rowsNonclustered indexes can't be built on a heap
Nonclustered indexes on a heap can't be rebuilt
Hey Jason, did you get that? :w00t:
How about...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 8, 2011 at 6:48 am
L' Eomot Inversé (11/7/2011)
Gianluca Sartori (11/7/2011)
I think this is a very bad habit to kick and I...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 7, 2011 at 12:42 pm
sqlfriends (11/7/2011)
Ninja's_RGR'us (11/7/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 7, 2011 at 10:35 am
Gianluca Sartori (11/7/2011)
I think this is a very bad habit to kick and I put together an...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 7, 2011 at 9:26 am
adonetok (11/7/2011)
The third party applicaton only take format like below(including space):
'11/07/2011 09:30:00...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 7, 2011 at 9:25 am
I did notice what appears to be errors in your case statements for PreviousMonth and PreviousWeek. You have the same CASE condition for PreviousMonth as CurrentMonth and the same CASE...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 7, 2011 at 9:10 am
Here's a post by Jamie Thompson about it, http://consultingblogs.emc.com/jamiethomson/archive/2006/11/19/SSIS_3A00_-Using-temporary-tables.aspx
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 4, 2011 at 3:53 pm
Yeah, SSIS might have issues with determining data types and such because of the temp table, but you never know until you try. There are some ways to "trick"...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 4, 2011 at 3:50 pm
What is the column and value that you would be splitting on? Are you working within a single database or will the new tables be in a separate database?
Depending...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 4, 2011 at 2:52 pm
Viewing 15 posts - 1,996 through 2,010 (of 9,643 total)