Viewing 15 posts - 1 through 15 (of 24 total)
Does the sql Admin user (the user that starts the sql service) have permission on the folder that you moved the files ?
January 23, 2004 at 6:41 am
Try the following
select * from table1 where id not in (select id2 from table2 where isnull(id2,'') <> '' )
December 3, 2003 at 7:38 am
Use Odbc connection.
It's about 4 times faster.
November 10, 2003 at 11:33 pm
I must export the data just the way they imported. The one that sents me the file has to pefrorm the group by and order clause.The question is how can...
November 3, 2003 at 11:33 pm
There is an aggreement specifying the grouping of the file, thus all groups must be together and in order.
November 3, 2003 at 9:13 am
I guess you have an account that starts the sql server service.
Does that account have "read" permissions on the folder that contains either the .mdf or .ldf files ?
September 10, 2003 at 6:31 am
I've already done it using union and cursor but is there any other faster way to do so ?
Thank you.
July 24, 2003 at 7:49 am
Hi thanks for your respond.
I don't want to group by and count those fields i want the one field to become 3 by splitting the rows dividing by 3
In my...
June 8, 2003 at 11:26 pm
Thanks a lot.
That's exactly what i was looking for.
May 22, 2003 at 8:28 am
Maybe i confuse you
i create a table that have the followinf fields
Zip CountPerZip
12345 5
23456 ...
May 22, 2003 at 7:52 am
I have already done it but how will i add x times the zip code at the produced splitted columns?
May 22, 2003 at 6:58 am
Viewing 15 posts - 1 through 15 (of 24 total)