Viewing 15 posts - 76 through 90 (of 130 total)
I think your choices are either
a) Move the files to a UNC location accessible by both you/your machine and the server e.g. \\myserver\myfolder
or
b) Use the VB app to connect...
March 21, 2006 at 1:00 am
Currently, the version of SQL Server that comes with SBS 2003 Premium is 2000 so, yes, it is the same. It is used initially to manage the Sharepoint implementation...
March 20, 2006 at 1:50 am
Okay, I understand, but trying to flatten it into one table is actually more difficult that splitting it out. Keeping it in one table only makes the sql:relationship annotations...
March 1, 2006 at 9:24 am
The first thing I would look at is your table schema against the xml schema. Do you need two or three tables e.g. Buyer, CoverageEntry & ZipCode or are...
March 1, 2006 at 1:59 am
Your question is too vague. What do you want to know ?
I've just answered your other post at http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=21&messageid=260920 regarding xpath and that, like this, look more...
February 24, 2006 at 1:46 am
preceding-sibling::node()[text()=following-sibling::node()/text()][1]
February 24, 2006 at 1:40 am
That won't work when a persons birthday has not yet occurred in the current year e.g. someone born on 1st April 1973 would be 33 according to your function now...
February 21, 2006 at 1:24 am
It's not pretty but here's a stored proc that executes a specified statement and returns the resulting FOR XML as a proper recordset which can then be inserted, queried etc....
February 10, 2006 at 1:42 am
XmlSpy can create a xsd schema from a database structure and can also export database data to xml. I use XmlSpy quite a bit though and I don't know...
January 27, 2006 at 2:03 am
When execting the bulk load have you got the KeepIdentity property set to False ?
December 14, 2005 at 1:53 am
Two things really, firstly are you sure your SQL Server name is localhost in the connection string ? Should it be (local) instead. Secondly check your windows account's...
November 17, 2005 at 2:00 am
the xml is invalid i.e. the Features element is not closed.
November 2, 2005 at 1:51 am
You can use various tools to generate schemas from sample data files (e.g. XMLSpy) but you would still have to add the sql mapping stuff yourself. The generated schemas...
October 19, 2005 at 3:20 am
Viewing 15 posts - 76 through 90 (of 130 total)