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.
aakcse Aged Yak Warrior
570 Posts
tcp 1/tcp # TCP Port tcp 1/udp # TCP Port comp 2/tcp # Management comp 2/udp # Management comp 3/tcp # Compression
sunitabeck Master Smack Fu Yak Hacker
5155 Posts
INSERT INTO YourProperTable(Col1, Col2)SELECT SUBSTRING(RawTableCol,1,12), SUBSTRING(RawTableCol,13,24)FROM YourRawTable;
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site