Viewing 15 posts - 2,926 through 2,940 (of 8,761 total)
Did you check the default trace for any hints?
😎
November 4, 2016 at 10:56 am
DimitrisAgelidis (6/9/2003)
Ok I solve itThanks.
Good on you, care to share the solution?
😎
November 4, 2016 at 10:46 am
wenger.noah (11/4/2016)
I have a network share folder containing 99 .csv files, all with different headers and all with quoted identifiers which I want to load into a SQL Server 2012...
November 4, 2016 at 10:45 am
jellybean (11/4/2016)
November 4, 2016 at 10:35 am
sgmunson (11/4/2016)
November 4, 2016 at 7:09 am
ChrisM@Work (11/4/2016)
;WITH SAMPLE_DATA(Client,fields,value) AS
( SELECT X.Client,X.fields,X.value
FROM ( VALUES
...
November 4, 2016 at 6:59 am
sgmunson (11/4/2016)
November 4, 2016 at 6:52 am
sindhupavani123 (11/4/2016)
Clientfields value ...
November 4, 2016 at 6:13 am
GilaMonster (11/4/2016)
Eirikur Eiriksson (11/3/2016)
GilaMonster (11/3/2016)
November 4, 2016 at 5:12 am
Tommy 70494 (11/3/2016)
But so far, I've come up short with how to shred the XML correctly, so i can search the package definition of my list of tables. Of which...
November 4, 2016 at 1:56 am
You are very welcome.
😎
November 4, 2016 at 12:55 am
psred (11/3/2016)
November 3, 2016 at 5:10 pm
GilaMonster (11/3/2016)
November 3, 2016 at 4:58 pm
Can you post the full DDL, including all indices, the typical usage etc. and particularly the reason for this table being so large. Normally such a large table would be...
November 3, 2016 at 4:53 pm
abhas (11/3/2016)
your code works fine, but while inserting into TEMP_USER table, after creating username, getting issue. For first time insert it works fine but if next day again 'aarav...
November 3, 2016 at 10:32 am
Viewing 15 posts - 2,926 through 2,940 (of 8,761 total)