Viewing 15 posts - 2,461 through 2,475 (of 2,857 total)
To me, I still say your memory is over utilized for that server. That was what my first post about it was and I stand by that claim still.
You...
June 14, 2017 at 12:18 pm
No problem.
The other option would have been to use "OR" and have 2 entries in your where clause.
June 14, 2017 at 8:45 am
As a thought, do either of these VMWare KB's help:
https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1009517
https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2008925
This would only apply to the VM's, not the physical machines.
The power profile settings...
June 14, 2017 at 8:41 am
Where I work, we are working on removing linked servers where possible.
We are replacing them with a combination of Service broker and SSIS.
We have our data warehouse which...
June 13, 2017 at 2:50 pm
June 13, 2017 at 8:25 am
Based on your description (I didn't look at your excel files), what you are asking for is not possible.
You state that TransTable_Description is a column which is no problem....
June 12, 2017 at 2:21 pm
June 9, 2017 at 1:28 pm
If I understand the problem correctly, you have filestream access turned on pointing to M: but you removed the M drive.
Did you re-point the filestream access to I:? Are...
June 9, 2017 at 1:22 pm
June 9, 2017 at 12:50 pm
June 9, 2017 at 11:49 am
You should just be able to take the DTSX's and import them into a new project in VS2012.
The issues you will likely have are more related to the SQL...
June 9, 2017 at 8:24 am
Jacob, thanks for pointing out that those are blank not null as with my solution.
Update to my solution, replace the first INSERT INTO [#code2] section with:
[code...
June 8, 2017 at 4:14 pm
Parse error at line: 1, column: 28:...
June 8, 2017 at 4:08 pm
how to get lowest value fom the code column from the query.
By looking at the...
June 8, 2017 at 2:25 pm
Possibly not the most efficient code, but how about:CREATE TABLE #CODE
(
ID int ,
MOD0 varchar (20),
MOD1 varchar (20),
MOD2 varchar (20),
MOD3 varchar (20),
June 8, 2017 at 2:20 pm
Viewing 15 posts - 2,461 through 2,475 (of 2,857 total)