Viewing 15 posts - 31 through 45 (of 79 total)
Thanks for the reply, when I try to group by multiple columns I get an error using XML path is there any way round it
SELECT id, todate
STUFF((SELECT...
March 11, 2008 at 1:28 pm
SQL Noob (2/26/2008)
SAN will let you manage your storage centrally and you can replicate the data to another SAN at the storage level without worrying about mirroring or...
February 27, 2008 at 2:22 pm
Thanks Jamie I will continue to explore SSIS using specific scenarios.
Thanks again for your valuable inputs
September 11, 2007 at 9:21 am
Sorry guys my bad
here you go
D,CITI CORP,,I,NEW YORK,,
D,SCIENCE & TECH II,,I,JAMES MADISON,,
Sorry again
August 24, 2007 at 6:58 am
Commas are column delimiters and are table delimiters.
Below are 4 records
August 22, 2007 at 9:43 am
Sorry Jeff, Here you go
We receive data in txt CSV format. Once I import the file to a table I do string manipulation to load it into my schema.
I know...
August 22, 2007 at 7:27 am
Thank Jez and David for the solution both of them work
August 21, 2007 at 9:21 am
David,
What is Numbers table, how is it created??
Thanks
August 21, 2007 at 7:25 am
Jez,
Thank you for your reply, i seem to have a problem at
set @col004 = substring(@col004,charindex(dbo.gettoken(@col004,',',2), len(dbo.gettoken(@col004,',',2) + 2), len(@col004)
I think the problem is with charindex
CHARINDEX ( expression1 , expression2...
August 21, 2007 at 7:13 am
Jeff,
As I much as I would like to change the source data, since it is from vendor it has to be converted into our schema from the same format.
Any...
August 21, 2007 at 6:06 am
Jez,
I understand it can be done that way only if data if formatted consistently the same way
For example
id col004
1 D,HAINESVILLE CEMETERY,,I,SANDYSTON TOWNSHIP,,
2 ...
August 20, 2007 at 12:08 pm
Thanks again I didnt know that we can run OS commands from OSQL command.
August 7, 2007 at 7:30 am
Jeff,
I want to use the same file name but one thing though, from the stored proc definition you would see that I pass cursor values into osql commmand.
If I...
August 6, 2007 at 7:48 pm
Jeff,
One more quickie, is there any way to replace the output file with a new output file each time when I run the osql command.
Thanks
August 6, 2007 at 7:01 am
Viewing 15 posts - 31 through 45 (of 79 total)