Viewing 4 posts - 1 through 5 (of 5 total)
ok see this is the data of cdr file ok
--===== If the test table already exists, drop it
IF OBJECT_ID('Temp DB ,table1','U') IS NOT NULL
...
April 15, 2008 at 6:34 am
hi jeff thanks for your help i have tried your query to create a view and i have tried it like this :
SELECT dbo.table1.country, dbo.table1.code, dbo.table.rate_min,...
April 15, 2008 at 3:09 am
see the data for the first table is like this:
start_date_time ani ...
April 14, 2008 at 5:31 am
sorry for the post as i am new to this forum therefore i made this mistake. I am reading a CSV file which contains the whole data, on reading the...
April 14, 2008 at 3:27 am
Viewing 4 posts - 1 through 5 (of 5 total)