Viewing 15 posts - 1,996 through 2,010 (of 9,641 total)
engrshafiq4 (11/9/2011)
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...
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...
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...
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...
November 7, 2011 at 12:42 pm
sqlfriends (11/7/2011)
Ninja's_RGR'us (11/7/2011)
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...
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...
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...
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
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"...
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...
November 4, 2011 at 2:52 pm
I'm not sure what you are trying to accomplish. Are you just trying to move the data into Excel?
Can't you just use the SQL Statement in the OLE DB...
November 4, 2011 at 2:50 pm
That works. One difference is that you are using numeric data and not strings to do the comparison.
November 4, 2011 at 12:14 pm
Viewing 15 posts - 1,996 through 2,010 (of 9,641 total)