Viewing 15 posts - 331 through 345 (of 430 total)
I had a similar situation here:
http://www.sqlservercentral.com/Forums/Topic1441088-149-1.aspx
It turned out that Unicode characters don't store properly in VARCHAR columns, and I had to change them to NVARCHAR.
Beyond that, I can tell...
July 15, 2013 at 9:33 am
Just a quick note on sample data generation, (forgive me) without reading all 18 pages of this thread.
I altered what you posted to run like this, because if there's a...
July 14, 2013 at 11:18 am
My mind is so blown by what happens when you rename a .xlsx file to .zip and open it that I don't care if you go entirely off topic about...
July 10, 2013 at 4:24 pm
Elliott Whitlow (7/10/2013)
July 10, 2013 at 2:17 pm
mister.magoo (7/10/2013)
If so, can you copy the file to one of those and see if you can...
July 10, 2013 at 2:14 pm
Wacky stuff indeed! Trying to read it out loud kind of makes me feel like handling venomous snakes.
July 10, 2013 at 1:46 pm
Elliott Whitlow (7/10/2013)
erikd (7/10/2013)
July 10, 2013 at 1:25 pm
I've given the clients\SQLService user explicit rights to the folder. from Full Control on down. Nothing is denied. I immediately ran the query, and got the same error as my...
July 10, 2013 at 1:10 pm
Elliott Whitlow (7/10/2013)
erikd (7/10/2013)
Elliott Whitlow (7/10/2013)
erikd (7/10/2013)
July 10, 2013 at 12:35 pm
Sean, that looks awesome.
Lowell, if you mean the folder full of all your wisely written code that a scrub could learn from, then yes. Otherwise, I can probably set...
July 10, 2013 at 12:29 pm
Elliott Whitlow (7/10/2013)
erikd (7/10/2013)
I checked that, actually. Not only can I use xp_cmdshell to DIR the path, but I can insert the results into a table. Weird, huh?
You might have...
July 10, 2013 at 12:09 pm
Thanks, Lowell. Is your library at all portable? I find myself working from several computers, and several more term servers, so it's helpful for me to be able to access...
July 10, 2013 at 11:48 am
I checked that, actually. Not only can I use xp_cmdshell to DIR the path, but I can insert the results into a table. Weird, huh?
July 10, 2013 at 11:45 am
Elliott Whitlow (7/10/2013)
erikd (7/10/2013)
We already have SQL running with a domain account called clients\SQLService, which I'm told has every permission in the book allowed to it. The server proxy account...
July 10, 2013 at 11:26 am
Hi,
We already have SQL running with a domain account called clients\SQLService, which I'm told has every permission in the book allowed to it. The server proxy account in SSMS is...
July 10, 2013 at 10:48 am
Viewing 15 posts - 331 through 345 (of 430 total)