Viewing 15 posts - 1 through 15 (of 103 total)
Great - I've adapted your statement, but using the case has solved the issue! Thanks
I worded my original query slightly wrong too! Shoudl have said single=25, deposit=35, monthly=value in...
October 28, 2014 at 11:46 am
Thanks for all your responses!
The ideal way as stated would be a using a calendar table.
For Info: Working hours are not taken into consideration, only weekends need to...
May 20, 2014 at 8:34 am
Thanks for the replies, I'll have a look into reformatting the file with .net
September 26, 2013 at 11:34 am
Roland Alexander STL (1/2/2013)
January 3, 2013 at 4:20 am
2. What do you expect to happen when more than 2000 records are INSERTed into destination in the first query? In other words, 2000-count(*) is negative.
Sorry- The first command...
January 3, 2013 at 4:04 am
I personally use a Bulk Insert statement:
BULK INSERT [tablename]
from '[Full File Path]'
WITH ( BATCHSIZE = 100000, FIELDTERMINATOR = ',' )
October 30, 2012 at 4:34 am
Sorry, I wasn't very clear.
The final table would have empty columns where there was less telephone numbers.
I want each telephone number in a sperate column on the record e.g. telno1,...
October 4, 2012 at 8:03 am
GSquared (1/19/2012)
Is the...
January 19, 2012 at 6:34 am
Viewing 15 posts - 1 through 15 (of 103 total)