Viewing 15 posts - 3,331 through 3,345 (of 6,486 total)
etxeb (5/14/2008)
Matt Miller (5/14/2008)
If the CSV show up once per day/gets modified just once in a while, running something continuously in the hopes of catching the mod time is, well...
May 14, 2008 at 10:00 am
Jack Corbett (5/14/2008)
Matt Miller (5/14/2008)
Jack Corbett (5/14/2008)
May 14, 2008 at 9:49 am
is250sp (5/14/2008)
Jason Selburg (5/14/2008)
Place a semi-colon at the end of the line immediately before the WITH statement.Jason, can you please be more clear on where I should put the semi-colon?
While...
May 14, 2008 at 9:40 am
Jack Corbett (5/14/2008)
May 14, 2008 at 9:31 am
etxeb (5/14/2008)
mtassin (5/14/2008)
1. You have an application that drops csv files to a specific folder on an ad-hoc type of basis
2. You need to read...
May 14, 2008 at 9:24 am
Solomon Rutzky (5/13/2008)
developmentalmadness (5/13/2008)
- the Table-valued functions need to materialize their entire recordset before being able to return anything, so they can quickly "swamp" the memory area.
This is...
May 14, 2008 at 8:13 am
Renato Buda (5/14/2008)
Regexp ExpressionsCompression of Blobs
Concatenate() aggregate function
All the above have proved useful.
**** The 8K limit is an urban myth!!! ****
see the following for a sample:
Yup - I've...
May 14, 2008 at 8:12 am
yup - just like Jeff mentioned. Just make the values 'Dev','Prod', and 'test' (skipping the quotes when you type it in.)
May 14, 2008 at 7:25 am
1. get the report to something SQL static.
2. once you're through the initial wizard, click on report, parameters, add a new parameter, and populate the drop down area (label and...
May 13, 2008 at 10:01 pm
jsheldon (5/13/2008)
May 13, 2008 at 9:41 pm
thenepatsrule (5/13/2008)
CAST STATEMENT? which transformation do i have to use for thisthanks
You'll need two different pieces. One is you need to use a derived column task so set up...
May 13, 2008 at 9:25 pm
SQL-Retard (5/13/2008)
May 13, 2008 at 9:15 pm
Jack Corbett (5/13/2008)
Matt Miller (5/13/2008)
It just seems inconsistent behavior. As in -
Primary Key - trim it
comparison - trim it
concatenation - don't trim it
storage...
May 13, 2008 at 7:26 pm
I know:) Concatenation is different.:D
It just seems inconsistent behavior. As in -
Primary Key - trim it
comparison - trim it
concatenation - don't trim it
storage - don't trim it
group...
May 13, 2008 at 2:26 pm
GSquared (5/13/2008)
Important:
In a future version of SQL Server ANSI_PADDING will...
May 13, 2008 at 2:12 pm
Viewing 15 posts - 3,331 through 3,345 (of 6,486 total)