Viewing 15 posts - 286 through 300 (of 430 total)
If using xp_cmdshell won't get you yelled at, you could have a stored procedure copy the file to a processing directory so it wouldn't be locked by the program. Just...
October 3, 2013 at 8:07 am
Can I vote for whichever format doesn't have code or results printed over multiple pages? That's a huge pet peeve of mine.
October 1, 2013 at 8:06 am
Yeah, the thing I watched didn't really explain what the @ did, or maybe it would have made more sense if I had a better grasp on the terminology. Either...
September 30, 2013 at 6:21 pm
Actually, this seems to get me where I need to go. For some reason the tutorial I watched had @ signs in alias paths(?). When I took them out, it...
September 30, 2013 at 1:59 pm
Hi Alan,
Thanks, that sort of gets things right. However I still have three columns with concatenated data that should be separated out:
SURVEY_CNTCTS
182142MWilsonm@wilson.com1-514-5623456182142442Senior Management
183144Jean-LucPicardjean-luc@ncc-1701d.fr183144444Senior Management
184146ZMenziesZ.Menzies@thenotebook.com1-601-56589342184146446Facility Hazards Contact184146447Senior Management
185147JimmyKatzjkatz@sandwiches.com1-567-33567788x486185147448Facility Hazards Contact185147449Senior Management
VISIT_SURVEY
182Visit10692810016800002MMM2013-08-13RegularFacility...
September 30, 2013 at 1:31 pm
polkadot (9/27/2013)
If you can show...
September 27, 2013 at 10:41 am
I vaguely recall running into that error when creating a view. In my case adding dbo. to the table name fixed it. So in your case dbo.Runs. Hope this works...
September 27, 2013 at 8:33 am
Luis Cazares (9/10/2013)
Here are 2 options. If I continue to be wrong, please explain what's the problem...
September 10, 2013 at 12:02 pm
Luis Cazares (9/10/2013)
select s.email,
COUNT( distinct s.id) [ids]
from dbo.j3688931 s
GROUP BY s.email
HAVING COUNT( distinct s.id) > 1
I'm just guessing here because I can't...
September 10, 2013 at 11:43 am
Luis Cazares (9/10/2013)
Have you tried using CHARINDEX?
WHERE CHARINDEX( ',', s1.id) > 0
I haven't, since the issue was with the column name throwing an error (invalid column name or s1.col couldn't...
September 10, 2013 at 11:15 am
Lynn Pettis (9/2/2013)
Oracle765 (9/1/2013)
I have a script thats exports to a csv file
exec exporttocsv 'select top 5 * from newtable', 'test.csv'
the problem I am encountering is that some of...
September 10, 2013 at 8:16 am
If there's anything else I can provide to help you help me, let me know!
September 6, 2013 at 3:40 pm
Jeff Moden (9/5/2013)
erikd (7/14/2013)
I altered what you posted to run like this, because...
September 5, 2013 at 6:01 pm
Good luck...
Six Genders of old Israel
In the old Kingdom of Israel (1020–931 BCE) there were six officially recognized genders:
Zachar: male
Nekeveh: female
Androgynos: both male and female
Tumtum: gender neutral/without definite gender
Aylonit: female-to-male...
September 3, 2013 at 11:50 am
Viewing 15 posts - 286 through 300 (of 430 total)