Viewing 15 posts - 13,291 through 13,305 (of 18,923 total)
No, you still have so much stuff to learn... like using a function to do this task
.
September 13, 2005 at 8:08 pm
There's no such thing as too fast
.
September 13, 2005 at 3:08 pm
Don't...
Why do you think you need to do this?
September 13, 2005 at 3:00 pm
Just use Jo's version combined with my split function. That's all there is to it. It's pretty straight forward from there.
September 13, 2005 at 2:58 pm
You seem to be right. You'll have to look up the exact syntax in bol and fire it that way. But it shouldn't be too hard.
September 13, 2005 at 2:53 pm
Actually, it can easily be done with a straight select... but we still need to know what data you need returned to the client.
September 13, 2005 at 1:58 pm
It can be done but why do you want to do that??
September 13, 2005 at 1:57 pm
Please do not cross-post as we monitor all the boards.
I already answered that question here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=169&messageid=219329
September 13, 2005 at 1:49 pm
Please bare with me as this script is quite long. But the sp at the end is extremely versatile and this is what you need in this case :...
September 13, 2005 at 1:48 pm
Is this a CSV file or something like that???
You could then use dts to import the data to a table.
September 13, 2005 at 1:14 pm
Swith this around. Insert into a table, then search on it using like or full text search.
September 13, 2005 at 1:06 pm
This is what I have, but my results don't match up with yours (some maths error I guess).
Can you verify that this is what you need??
Declare @BT table (TDate smalldatetime...
September 13, 2005 at 12:44 pm
As I said it IS possible with the bulk insert, check the books online for the exact syntax.
September 13, 2005 at 11:52 am
Viewing 15 posts - 13,291 through 13,305 (of 18,923 total)