Viewing 15 posts - 256 through 270 (of 606 total)
I came across this page a while back but never got around to trying it out. Might help you out and I would be interested to know if you can...
June 6, 2005 at 5:46 am
What data type is the column your are importing into?
Also, what length have you specified?
June 6, 2005 at 4:13 am
For a fullproof method, do the following.
Add a Execute SQL Task and name it drop table. Point the connection to the excel file - NOT the db connection. Code the...
June 6, 2005 at 3:32 am
June 2, 2005 at 11:44 am
Excel guesses where it think the eof occurs. If any cells have been blanked for example, it may still keep the same pointer.
The best way to see where excel assumes...
June 2, 2005 at 4:19 am
It depends upon what front end you are going to allow the users to access the data from.
If you are using the web, you can create an asp page and...
June 1, 2005 at 2:47 am
As far as I know text files are treated differently and import various data types in the same column with no problem.
I have never had the same problem, so...
May 27, 2005 at 2:29 am
DTS by default checks the first few rows of data and then determines the type it expects. If it sees something different it will ignore the value and bring in...
May 26, 2005 at 10:41 am
Best way is to use mkdir command
exec master.dbo.xp_cmdshell 'mkdir "c:\temp\foldername\"'
This code goes into a normal sql statement. Just select the foldername from your table into a variable and replace 'foldername'...
May 25, 2005 at 6:09 am
I know you can put it into the format as shown, but...
If you use the xml template generator in word 2003 you get real problems. Try out this link:
The...
May 24, 2005 at 7:14 am
Not wanting to get into an argument here, Kenneth, but I stand by my point and hope to clarify a little more.
If you have multiple authors with a first name...
May 24, 2005 at 2:33 am
See this link http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=21&messageid=184423#bm184434
May 23, 2005 at 10:32 am
In that case, you will find that when you run the package, it is running it against your nt login account and using your outlook mail box.
When you run...
May 23, 2005 at 8:21 am
I thought your article was simplified and made easy reading. Hiowever, you did miss out on some of the limitations of xml.
The main limitation being that xml cannot handle...
May 23, 2005 at 8:03 am
There are a number of ways to import xml into sql server. Personally, I favour the approach of using ado to retrieve the data into a recordset and then populate...
May 23, 2005 at 3:53 am
Viewing 15 posts - 256 through 270 (of 606 total)