Viewing 15 posts - 2,581 through 2,595 (of 2,855 total)
April 18, 2017 at 10:05 am
heh... whoops. Guess reading your signature would have helped. I don't know too many men named Gail. Sorry about that. I think the avatar threw me off.
April 18, 2017 at 10:01 am
Do you have 1 database for all of the "towns" or 1 database per "town"? Your description makes it sound like 1 database that holds all of the towns.
Rather...
April 18, 2017 at 9:47 am
Another good thing to look for is local SQL Chapters or SQL events. Some are free (SQL Saturday for example) while others cost money (PASS Summit, SQL Cruise, etc). They...
April 18, 2017 at 9:28 am
To make that easier to read:LEFT(U.FULLNAME,charindex(',', U.FULLNAME)- 1) AA,
CHARINDEX(LEFT(U.FULLNAME,charindex(',', U.FULLNAME)- 1), P.Project_Name) CCOUNT
Next, as a thought, why not try replacing it with:
April 18, 2017 at 8:38 am
ORDER BY
(
CASE WHEN Claims.CrossoverOrigFormNbr =...
April 17, 2017 at 3:03 pm
April 17, 2017 at 2:40 pm
you sure the IP is correct? I've seen servers change IP's after reboot.
Can you connect to that via SSMS?
First try connecting via SSMS from the...
April 17, 2017 at 2:23 pm
First, can we get some DDL so we can test things easier on our end for writing and testing the code?
Next part in my mind is a tad...
April 17, 2017 at 2:16 pm
One other thought I have:
your Flat File Connection Manager screen looks different than Phil Parkin's. Which version of visual studio are you guys using?
I've seen oddities with SSRS and...
April 17, 2017 at 8:04 am
That is odd. I have not installed 2005 before, but I know with 2008 R2 and higher I've installed and uninstalled using the base media (with no service pack) even...
April 13, 2017 at 1:09 pm
I think you'd want to have the same installation media. As you pointed out, using incorrect installation media cannot remove all of the features.
But Microsoft offers all of...
April 13, 2017 at 12:05 pm
A difference between the OP and Phil Parkin's post that I noticed is that the OP used the code page 65001, and Phil used 1252.
I am wondering a...
April 13, 2017 at 10:34 am
This could be a dumb question as I don't know a lot about oracle, but isn't there an ODBC connection for oracle? If so, couldn't you run the whole thing...
April 13, 2017 at 8:43 am
badOedipus - Wednesday, April 12, 2017 10:53 PMA dbcc freesessioncache command should clear the plain text password from the logs.
That should clear...
April 13, 2017 at 8:22 am
Viewing 15 posts - 2,581 through 2,595 (of 2,855 total)