No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Proposed0Votes
New Stuff For C++
What's new for C++ in Visual Studio 2013 RC? Where can I find resources about this topic? Thanks in advance.3 Replies | 56 Views | Created by DJRM - 3 hours 7 minutes ago | Last reply by Chuck Walbourn - MSFT - a few seconds ago -
Unanswered0Votes
want to know when and where this email account created
hello how are you please i want to know when and where this email account created because i have problem in my work related to this email ...2 Replies | 121 Views | Created by mohamed kamal mohamed - Tuesday, October 01, 2013 11:11 AM | Last reply by mohamed kamal mohamed - 2 minutes ago -
Unanswered0Votes
VS2010: Digitally signature verification issues with EXE
Having problems with digital signature verification of an exe at runtime. The exe is signed with a valid certificate using SignTool command. The sign verification works fine with a simple exe ...2 Replies | 116 Views | Created by svMSDN - Friday, October 04, 2013 4:19 PM | Last reply by Chuck Walbourn - MSFT - 3 minutes ago -
Unanswered0Votes
UPS service on multiple Application servers
Hi, We have SharePoint farm 2010 with 2 Web, 2 App and 1 SQL server. I found that UPS synchronization service can only be run on one App server (we use only ...2 Replies | 82 Views | Created by pikul - 6 hours 4 minutes ago | Last reply by Trevor Seward - 3 minutes ago -
Answered5Votes
SQL Server not using enough memory
Hi, I have a machine running SQL Server 2008 R2 on Windows Server 2008 Enterprise R2 (64 bit). The server has 30GB RAM, with SQL Server max memory set at 24GB and min memory ...15 Replies | 4497 Views | Created by Ed Allison - Thursday, October 27, 2011 4:34 PM | Last reply by DataPimpin - 4 minutes ago -
Unanswered0Votes
Dispaly dates as a calendar on a form or report
I have a database that tracks the dates of book promotions. I want to create a form and/or report that will display the books that have a promotion date, ... -
Unanswered0Votes
Need help in writing a query
Hi, I have the following tables: 1. Units table: IDSerial numberNameLocation 2. UnitsData ...5 Replies | 82 Views | Created by YI1010 - 2 hours 11 minutes ago | Last reply by YI1010 - 5 minutes ago -
Unanswered0Votes
SharePoint 2010 , SSRS & Proejct Server Licensing Model
Hi All, I have a kind of simple question but important.I am trying to understand how licensing works for SharePoint 2010, SQL server 2008 and Project server ...1 Replies | 31 Views | Created by UMAR_USNT - 13 minutes ago | Last reply by Trevor Seward - 5 minutes ago -
Unanswered0Votes
Put list item in a folder dynamically
Hi I want to put list item in a folder in list. How I can do it dynamically? (I know I can move list item to a folder via “content and structure” but ...4 Replies | 64 Views | Created by luckstar - 9 hours 20 minutes ago | Last reply by luckstar - 5 minutes ago -
Answered2Votes
Do I need a Seperate License To Install the SharePoint 2010 Object Model on SSRS Server
Hello, I am currently trying to set up a Report Services integration environment in SharePoint 2010 Central Admin using SSRS in SQL Server 2008 R2 on a separate server. Our ...3 Replies | 5033 Views | Created by DennisJWatts - Wednesday, January 26, 2011 8:11 PM | Last reply by UMAR_USNT - 6 minutes ago -
Discussion0Votes
LookUp Full cache vs Cache Transform ?
Team , Greetings ! Do we have any difference between using LookUp Full Cache mode vs CacheTransform ( Cached connection Manager ) ? Thanks in ...1 Replies | 43 Views | Created by Rajkumar Yelugu - 58 minutes ago | Last reply by SSISJoost - 7 minutes ago -
Unanswered0Votes
Passing a databound listboxitem to another page
I'm trying to build a simple workout app to familiarize myself with VS and Windows Phone app development. I have a databound listbox that contains a handful of strings and double. I want to extract ...3 Replies | 62 Views | Created by Yotep27 - Saturday, October 05, 2013 7:02 PM | Last reply by Yotep27 - 7 minutes ago -
Unanswered0Votes
Without Multi-Threading Can I Pause the GUI Thread Until the End User Clicks a Button?
I'd really like to be able to do this for debugging purposes. But otherwise there is no reason why the app I am developing needs multi-threading. I am pretty sure I can do it using ...8 Replies | 88 Views | Created by eBob.com - 19 hours 52 minutes ago | Last reply by Sheng Jiang 蒋晟 - 7 minutes ago -
Unanswered0Votes
create project from existing code
GATreeGenome.C 1>ga\GATreeGenome.C(16): fatal error C1083: Cannot open include file: 'ga/GATreeGenome.h': No such file or directory 1> ...7 Replies | 86 Views | Created by dweng01 - 20 hours 38 minutes ago | Last reply by Vegan Fanatic - 9 minutes ago -
Unanswered0Votes
ADO.net Select command with where Clause using SqlDataAdapter class
0); } } Now, the problem is when I'm using the select statment with where clause, it throws the exception and I'm unable to ...2 Replies | 38 Views | Created by KamAbA - 2 hours 19 minutes ago | Last reply by Muthukrishnan Ram - 10 minutes ago -
Proposed1Votes
About box gives wrong version
when using the AboutBox1.show, during runtime it gives the wrong version number. My current version is 2.0.0.4 but it reports 2.0.1.0 code is ...5 Replies | 47 Views | Created by zecharia99 - 55 minutes ago | Last reply by zecharia99 - 12 minutes ago -
Unanswered0Votes
Reading a Text File/Help
ReadLine()) != nullptr) { count++; System::Convert::ToString(count); textBox3->Text += ...1 Replies | 37 Views | Created by lordpan.kw - 1 hour 21 minutes ago | Last reply by Muthukrishnan Ram - 13 minutes ago -
Answered0Votes
Creating a from with Search PLEASE HELP!
Hi after googling for hours this is driving me crazy! i really need help with this, step by step guideance would be amazing seems like such a simple task but no once ...14 Replies | 89 Views | Created by James David Knight - Friday, October 04, 2013 3:57 PM | Last reply by Kevininstructor - 13 minutes ago -
Unanswered2Votes
Customising screens in Server 2012 R2
The latest invocation of ADFS and the proxy no longers runs under IIS - no more aspx pages etc. Any thoughts on customising screens? Seems somewhat of a ...10 Replies | 128 Views | Created by nzpcmad1 - Thursday, October 03, 2013 7:16 PM | Last reply by nzpcmad1 - 13 minutes ago -
Answered0Votes
bcp out to xml file
I am trying to create a stored procedure and then use bcp to export the data to an xml file..I have the following ...13 Replies | 14461 Views | Created by J.E.O - Tuesday, May 06, 2008 5:03 AM | Last reply by Miron contrib - 14 minutes ago - Items 1 to 20 of 2201114 Next ›