Viewing 15 posts - 1 through 15 (of 34 total)
Koen Verbeeck (6/3/2014)
Confusing Queries (6/3/2014)
yes, I would like to log all the components in the data flow task. Is it possible to log them?What exactly do you want to log?
I...
June 3, 2014 at 5:53 pm
yes, I would like to log all the components in the data flow task. Is it possible to log them?
June 3, 2014 at 2:19 pm
twin.devil (4/24/2014)
Confusing Queries (4/24/2014)
Eirikur Eiriksson (4/23/2014)
Any restrictions or limits, i.e. as numeric only, alpha numeric, max length and such?
It should be numeric or alpha numeric with maximum of 16 characters....
April 24, 2014 at 12:24 am
Eirikur Eiriksson (4/23/2014)
Any restrictions or limits, i.e. as numeric only, alpha numeric, max length and such?
It should be numeric or alpha numeric with maximum of 16 characters. Thanks for the...
April 24, 2014 at 12:03 am
twin.devil (4/23/2014)
is it a system generated number ? or enter by users
It is a system generated number.
April 23, 2014 at 11:49 pm
Jeff Moden (4/14/2014)
There's no loop in that. It run's once and that's it.
I know that it runs once but, once it runs it should dump file into the folder...
April 14, 2014 at 9:09 pm
SQLKnowItAll (5/22/2012)
Very nice! Now the question plaguing me is... Why on earth would we want to do this?!
To implement Kaprekar Series...
May 22, 2012 at 11:08 am
ColdCoffee (5/22/2012)
SELECT *
FROM #Number
ORDER BY Num ASC
Just add teh ORDER BY clause..
No, I am not looking for this.
I want the numbers with a columns shifted according to the...
May 22, 2012 at 10:37 am
GilaMonster (3/26/2012)
Confusing Queries (3/26/2012)
Is it the case we should consider flushing buffers?
No, not unless you want SQL to suddenly have to work much harder than normal.
so, under what circumstances...
March 26, 2012 at 4:25 pm
GilaMonster (3/26/2012)
Robert Davis (3/26/2012)
TheSQLGuru (3/26/2012)
1) it is my understanding that if you alter the schema/indexes of a table the plan cache is flushed of plans that hit that object.
If you...
March 26, 2012 at 10:51 am
weston_086 (3/22/2012)
is this right?
for source column_A having datatype varchar(20)
cast(ColumnA as Nvarchar(20))
for source column_B having datatype...
March 22, 2012 at 1:08 pm
The problem is, I am working on a query which is getting CXPACKET wait type for long time when it uses hash join and when I created an index in...
March 18, 2012 at 2:35 am
Hope the wonderful blog by Gail shaw, is what you are looking for.
it is in 2 parts.
March 15, 2012 at 11:13 pm
ColdCoffee (3/13/2012)
UPDATE
SHP_MANIFEST
SET
DELIVERED = D.DELIVERED_PST,
DELIVERED_DATE_DWKEY = CrsApp.DtDiffDlvrdPST
FROM
SHP_DELIVERED_PACKAGES...
March 13, 2012 at 4:54 pm
MyDoggieJessie (3/13/2012)
March 13, 2012 at 2:42 pm
Viewing 15 posts - 1 through 15 (of 34 total)