Viewing 15 posts - 10,111 through 10,125 (of 10,144 total)
Hi Scott
I'm working with SQL2K and importing from Excel files using server linking, however I get a similar error message...
Server: Msg 7399, Level 16, State 1, Line 3
OLE DB provider...
June 28, 2007 at 3:50 am
You give me way too much credit Mr Moden, and on a wednesday too, when I get to work from home
June 27, 2007 at 7:58 am
<<exactly the same way as noon belongs to pm.>>
Absolute rubbish as usual.
http://www.worldtimezone.com/wtz-names/wtz-am-pm.html
Do try to get something right.
June 27, 2007 at 6:15 am
Hello
If you know the maximum depth, or there's likely to be a sensible maximum depth, then you don't necessarily need to use recursion. If this is indeed the case then...
June 27, 2007 at 5:45 am
Rarely. Really.
Here's another expression representing a number: "pair". It means 2. Like "one third" (or 1/3) it's a text expression, not a number, although it requires no evaluation.
Here's a handy example of usage:...
June 26, 2007 at 7:29 am
You've finally got something right.
June 26, 2007 at 6:29 am
Nope, like 0.(3) it's NOT a number, it's a representation of a number. An expression.
June 26, 2007 at 6:13 am
1/3 isn't a number, it's two numbers and an operator - an expression. Any child could tell you that. So why ask how to store 1/3 as a single number when...
June 26, 2007 at 5:48 am
SELECT ...
FROM table
WHERE NULLIF(field,'') IS NOT NULL
or
SELECT ...
FROM table
WHERE ISNULL(field,'') <> ''
I'm gonna have a beer now...on second thoughts, think I'll have a beer instead, just for a change.
June 25, 2007 at 10:29 am
Julia, try a slightly different syntax:
UPDATE C
SET ITEMS = ITEMS + 1 ---
June 25, 2007 at 9:06 am
Just a thought, and I don't have SS2K5 to test it on...try using SQL Server Import with one of your excel files, and save as package (save as DTS in...
June 25, 2007 at 8:46 am
The Excel column format is ignored, changing it makes no difference. Exporting to CSV may not be appropriate either.
If you want a quick and dirty fix for this, try putting...
June 25, 2007 at 7:49 am
The Excel column format is ignored, changing it makes no difference. Exporting to CSV may not be appropriate either.
If you want a quick and dirty fix for this, try putting...
June 25, 2007 at 6:00 am
Dunno about Superman but this stuff sure as hell looks like Kryptonite to me...
June 22, 2007 at 2:19 am
<<InvernessShire>> an area of outstanding natural beauty and flourishing wildlife. I grew up 30 miles to the East, Findhorn, and we spent summers almost self-sufficient near Ullapool.
I've seen your...
June 21, 2007 at 6:45 am
Viewing 15 posts - 10,111 through 10,125 (of 10,144 total)