Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
masterdineen
Aged Yak Warrior
550 Posts |
Posted - 2008-04-07 : 14:33:01
|
| I am going over XML within my SQL SERVER course, and find it quite hard.I just want to ask, does XML play a big part within SQL SERVER?RegardsRob |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-04-07 : 14:34:46
|
| Yes |
 |
|
|
masterdineen
Aged Yak Warrior
550 Posts |
Posted - 2008-04-07 : 14:42:30
|
| could you tell what are the main aspects it commonly plays a part in |
 |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-04-07 : 14:43:13
|
it totaly depends on what part you're using.it plays a big deal with xml datatype, xml import, everything that deals with service broker (database mail, event notifications, etc...), http endpoints (which are deprecated in SQL Server 2008).if none of those things interest you then no, it doesn't play a big part _______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenpSSMS Add-in that does a few things: www.ssmstoolspack.com |
 |
|
|
Lumbago
Norsk Yak Master
3271 Posts |
Posted - 2008-04-08 : 02:47:35
|
I've been working professionally with SQL Server for about 5 years now and have never had to deal with XML (but then I'm not to fond of xml so I tend to avoid it whan I can )--Lumbago |
 |
|
|
|
|
|