Viewing 15 posts - 19,861 through 19,875 (of 59,072 total)
Understood that the data is coming from an application. How are you passing the data to the database?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2015 at 11:25 am
KGJ-Dev (8/16/2015)
I could figured out the logic around. Below is the try for my another question and it works fine
...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2015 at 11:23 am
KGJ-Dev (8/16/2015)
All your concerns are very valid and Regarding table name, age datatype, ID are just sample structure to play with data on this thread. As i said in...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2015 at 11:20 am
Heh... ya just gotta love the nuances of some of these things along with the lack of documentation on them. For example...
1. It's documented that if you use...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2015 at 9:23 am
There's something else going on here. Here's the error that I get.
Msg 4866, Level 16, State 1, Line 1
The bulk load failed. [font="Arial Black"]The column is too long in...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2015 at 8:28 am
KGJ-Dev (8/15/2015)
Thank you
yes, the end of character will be CRLF (carriage return line feed). also i tried with second option which was mentioned in my samplescripts attachment in my...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2015 at 8:20 am
Gosh, I'd be real careful here, Eirikur. While your good code certainly does what was asked, it will fail if table SampleData2 is ever correctly used for its apparent...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2015 at 7:53 am
KGJ-Dev (8/15/2015)
Please find the attached file for the reference and please let me know if i need to provide any additional info.thank you for your precious time.
Heh... that's also generated...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2015 at 11:21 pm
That's good but I really need the 5 lines from the file so that I can tell what the actual end of line character is.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2015 at 9:28 pm
Yes. And I'm going to do this in a manner that no one else might because the queries end up being nasty fast and it prepares your data for...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2015 at 3:39 pm
peterausger (8/15/2015)
can some one here please help me?
Help is on the way. I need about another half hour or so to finish my answer.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2015 at 2:45 pm
SQL-DBA-01 (8/14/2015)
Guys, any update? Advise? Thoughts? Suggestion(s)?
Yes. Don't do CPU utilization alerts through SQL Server. Do them through Windows Server.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2015 at 11:00 am
From the article:
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2015 at 10:45 am
KGJ-Dev (8/14/2015)
Thanks for your response and really it's helpful. I did try with Bulk insert and it's very fast.unbelievable. it just took 6 seconds for half million records. So...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2015 at 9:16 am
srivastavanitesh16 (8/15/2015)
best article on daily task :):-)
Lets see what happens next...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2015 at 7:12 am
Viewing 15 posts - 19,861 through 19,875 (of 59,072 total)