Viewing 15 posts - 136 through 150 (of 748 total)
Jeff Moden (1/16/2015)
halifaxdal (1/16/2015)
January 16, 2015 at 9:18 am
While the Server and ConnectionData fields may seem redundant, the ConnectionData field may contain and IPV4 or IPV6 address
shouldn't it read: While the Server and ConnectionData fields may seem redundant,...
December 18, 2014 at 9:20 am
r.szasza (11/24/2014)
halifaxdal (11/24/2014)
serg-52 (11/24/2014)
Have you tried to installhttp://www.microsoft.com/en-us/download/details.aspx?id=13255
?
Note MS says it's for 2003R2.
Tried that already and it threw some other pre-req
I've found some interesting thread here:
http://stackoverflow.com/questions/3169220/export-query-result-to-csv-file-in-sql-server-2008
The .CSV file...
November 24, 2014 at 11:10 am
serg-52 (11/24/2014)
Have you tried to installhttp://www.microsoft.com/en-us/download/details.aspx?id=13255
?
Note MS says it's for 2003R2.
Tried that already and it threw some other pre-req
November 24, 2014 at 7:37 am
Thanks for that, l am sure it works in your situation but rather like to have a one query like openrowset solution.
November 24, 2014 at 7:36 am
Thanks Luis,
The article might be helpful to someone, but the author is really making things way too complex, it won't pass the code review in my work place.
November 19, 2014 at 8:04 pm
Joe Bloggs-301800 (10/29/2014)
November 19, 2014 at 6:48 pm
ricva (11/19/2014)
Do you have an example of the json data and the table you want to put it into?
Would you call a stored proc from...
November 19, 2014 at 6:46 pm
ricva (11/19/2014)
did you find a solution?
didn't look into it as I've been drag away by other project, if you have example or any finding, please post it here, thanks
November 19, 2014 at 1:37 pm
MMartin1 (11/4/2014)
November 4, 2014 at 7:15 pm
vincyf1 (10/23/2014)
halifaxdal (10/16/2014)
GilaMonster (10/16/2014)
October 23, 2014 at 9:28 am
Since the hierarchyid is causing the problem, I took further search on this type and was able to find a way to convert it into varchar and successfully import it...
October 22, 2014 at 2:05 pm
So I'm guessing that we can't prefix the value "0x" onto the hexcodes representing hierarchial ids but that also looks to be what happened in your text file.
Your guess...
October 22, 2014 at 1:56 pm
patrickmcginnis59 10839 (10/22/2014)
First off, we need the type "flag".
Can you post that type "flag?" Its in...
October 22, 2014 at 1:07 pm
Thank you Patrick!
patrickmcginnis59 10839 (10/22/2014)
Can you post the table definition, and the collation of your database? This would make for a closer duplication of your efforts.
SQL_Latin1_General_CP1_CI_AS
Database: AdventureWorks2008
Table: [HumanResources].[Employee]
USE [AdventureWorks2008]
GO
/****** Object:...
October 22, 2014 at 10:35 am
Viewing 15 posts - 136 through 150 (of 748 total)