Viewing 4 posts - 1 through 4 (of 4 total)
Thank you, I was struggling with a similar problem and just by selecting ignore from the Source column was able to import all my data. 🙂
May 1, 2008 at 10:39 am
WOW!!!
That works like a charm.
Thank you so much.
March 5, 2008 at 9:45 am
SELECT DATALENGTH('testfolder/test.aspx') returns one character more than the result dataset.
Which means it is returning the correct number of character.
Why am I not able to print it then?
March 5, 2008 at 9:26 am
ok, this works very well. 🙂
SELECT RIGHT(PageName, LEN(PageName) - CHARINDEX('/', PageName)) AS Expr1
BUT the page names returned has the first letter removed....
why is this??
i am...
March 5, 2008 at 8:53 am
Viewing 4 posts - 1 through 4 (of 4 total)