Viewing 15 posts - 17,581 through 17,595 (of 59,069 total)
It's stupid. Even NOTEPAD supports UTF-8 but SQL Server does not until 2016.
https://msdn.microsoft.com/en-us/library/ms188365(v=sql.105).aspx
You can, however, pre-convert the file to UTF-16 to import. Supposedly, the code at http://www.gnu.org/software/libiconv/#downloading works....
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2016 at 9:24 pm
DesNorton (5/29/2016)
I deleted the table first before performing reseed .
If you were able to, so nonchalantly, just kill all of the data in the table, why did you wait...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2016 at 6:33 pm
NM. I didn't see @Cmd getting executed but then see the results of the cursor were captured on the screen and those were executed.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2016 at 4:49 pm
ganapathy.arvindan (5/30/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2016 at 4:41 pm
Perhaps you need someone to help you with your CV, Mannie. Although many folks loath recruiters, a good one is worth their weight in Gold. Rather than taking...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2016 at 4:27 pm
We've previously run into hardware limitations (it was old hardware which has since been replaced). First, going from the big machine to Network Attached Storage had a couple of...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2016 at 4:10 pm
See "Example C" at the following link. If that doesn't give you some good ideas, then post back.
EDIT... had walked away and didn't realize that YB751 had posted. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2016 at 3:44 pm
From the Article:
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2016 at 3:38 pm
j-1064772 (5/30/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2016 at 10:29 am
It sounds like it's either waiting for a connection or waiting for a resource that is blocked. You might want to try running sp_who2 from SSMS to take a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 29, 2016 at 7:43 pm
ganapathy.arvindan (5/29/2016)
trying to add a image on employee table format but not able to
Correct. That's because you're trying to reference an image from your C:Drive and this web site...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 29, 2016 at 7:37 pm
There's no need to join back to the table to do the DELETE. You can delete from the table by deleting from the CTE.
Here's the OPs original data in...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 29, 2016 at 6:02 pm
Seems like you uncovered a bug. Unfortunately, they not going to fix it because it's in a version of SQL Server that has been out of support for quite...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 29, 2016 at 5:39 pm
ramana3327 (5/27/2016)
I created a maintenance plan for backup. The job is failing with the error
The job failed. The owner (TestUser) of job MaintenancePlan.Subplan_1 does not have server access.
The TestUser...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2016 at 12:11 pm
GonnaCatchIT (5/28/2016)
Issue is we dont have control over the SQL servers and there are lot...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2016 at 11:33 am
Viewing 15 posts - 17,581 through 17,595 (of 59,069 total)