Viewing 15 posts - 2,311 through 2,325 (of 2,857 total)
If you have an MSDN license, you could just spin up a windows 7 VM for testing it. Since you didn't use WPF, I can't think why it wouldn't work...
August 8, 2017 at 9:25 am
Was just looking at the application and I am a little confused about it.
At the moment, I am not sure how this is much different than just...
August 4, 2017 at 2:01 pm
Can we get some DDL and sample data to work with?
The way that that is now, I don't understand what the data looks like nor why you'd need a...
August 2, 2017 at 2:58 pm
We actually have that set up where I work. Although we use a 3rd party tool called DxEnterprise (I do not work for them). If you have used Polyserve before,...
August 1, 2017 at 3:27 pm
Then I am not sure. Sorry about that. I've not seen that before except when I end up with an unnamed column.
Any chance that 2 columns ended up with...
August 1, 2017 at 3:04 pm
Without seeing the data, I would try something like:BEGIN TRANSACTION;
SELECT MISCCODE FROM table;
UPDATE table
SET MISCCODE = MISCCODE + '1'
WHERE MISCCODE NOT LIKE ''
AND...
August 1, 2017 at 2:50 pm
are your columns named?
That is, if you are using aggregates, are you providing an alias to the column?
Like a "SELECT SUM(dollars) FROM table" won't have a column...
August 1, 2017 at 2:41 pm
Has this ever worked?
Is there a different SQL instance you can successfully connect to on the network from your local machine?
August 1, 2017 at 9:46 am
I may be mistaken on this one, but I THINK the service account not being able to talk to AD can cause that problem too.
Might want to check that...
July 31, 2017 at 12:21 pm
July 31, 2017 at 11:56 am
July 31, 2017 at 10:27 am
What we do where I work is have the environment set up for the connection managers instead of for an environment. That way, anything we deploy to test, regardless of...
July 31, 2017 at 9:28 am
July 28, 2017 at 8:27 am
Viewing 15 posts - 2,311 through 2,325 (of 2,857 total)