Viewing 15 posts - 301 through 315 (of 544 total)
Sean Lange (4/23/2012)
April 24, 2012 at 2:46 am
herladygeekedness (4/23/2012)
Seriously, tho, I have a string-compare issue myself now also...
April 23, 2012 at 11:15 am
GSquared (4/23/2012)
A) Describe what the cursor is doing
B) Provide the table definitions (Create Table scripts)
C) Provide sample data (a dozen or so Insert statements)
then we can probably (almost certainly)...
April 23, 2012 at 9:56 am
GSquared (4/23/2012)
A) Describe what the cursor is doing
B) Provide the table definitions (Create Table scripts)
C) Provide sample data (a dozen or so Insert statements)
then we can probably (almost certainly)...
April 23, 2012 at 7:57 am
Eugene Elutin (4/23/2012)
Cursors are not Really Good or Really Bad!They designed and should be used for relevant tasks.
However your example is not one of them...
My cursor is taking 1...
April 23, 2012 at 6:30 am
herladygeekedness (4/20/2012)
He's not returned. You don't suppose that a Google search DID kill him? Yikes. Bring back AltaVista, it never killed anyone!
I am back..:-)
April 21, 2012 at 1:31 am
Yeah, i get the same result with trim and without trim...
but some times i see the columns have spaces in front of the values.....in this case i hope i need...
April 19, 2012 at 4:03 am
I'm not really sure. Maybe the function prevents the optimizer from using indexes (as it does if you are not using SARGs in the WHERE clause). The default setting of...
April 19, 2012 at 3:23 am
Koen Verbeeck (4/19/2012)
sam.dahl (4/19/2012)
hmm, maybe I was encountering tab characters. If the SQL trim removes tabs that would be consistent with what I saw.
The problem is that MSDN is not...
April 19, 2012 at 2:28 am
Koen Verbeeck (4/10/2012)
Charmer (4/6/2012)
Find where it tries to convert varchar into int data type with the help of break point....
You cannot debug a script component using breakpoints, unless SSIS 2012...
April 10, 2012 at 2:29 am
rockstar283 (4/2/2012)
public override void CreateNewOutputRows()
{
...
April 6, 2012 at 6:41 am
Lowell (3/30/2012)
Charmer (3/30/2012)
Lowell (3/30/2012)
Create view TableToday
AS
select
DATEADD(dd, DATEDIFF(dd,0,getdate()), 0) As TheDate,
GETDATE() as TheDateTime,
edit: misread the question...thought you...
March 30, 2012 at 10:46 am
Lowell (3/30/2012)
Create view TableToday
AS
select
DATEADD(dd, DATEDIFF(dd,0,getdate()), 0) As TheDate,
GETDATE() as TheDateTime,
edit: misread the question...thought you wanted a...
March 30, 2012 at 9:25 am
PaulB-TheOneAndOnly (3/30/2012)
Yes. Try dynamic sql.
Gimme an example Please...
March 30, 2012 at 8:19 am
Sean Lange (3/28/2012)
Then you should...
March 28, 2012 at 9:09 am
Viewing 15 posts - 301 through 315 (of 544 total)