No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky1Votes
Integrated Security with the Microsoft JDBC Driver: Are you getting the error "Failed to load the sqljdbc_auth.dll...This driver is not configured for integrated authentication"
Here is some information regarding Integrated Security in the Microsoft JDBC Driver. This topic comes up frequently in the forums so we are making this post ...0 Replies | 8809 Views | Created by Microsoft JDBC Driver Product Team - Tuesday, May 08, 2012 6:40 PM -
Sticky21Votes
Microsoft is Aligning with ODBC for Native Relational Data Access - FAQ
For more information please see our blog post ...25 Replies | 53004 Views | Created by Amina Saify - MSFT - Tuesday, August 30, 2011 1:46 AM | Last reply by Diane Sithoo - Thursday, March 14, 2013 5:01 PM -
Sticky1Votes
Guidelines when posting JDBC related questions
In order to better assist troubleshooting JDBC and JDBC related connectivity issues, the more specific the problem you describe, the faster we can help you out. Please take a few ...3 Replies | 33961 Views | Created by Jimmy Wu - MSFT - Saturday, August 02, 2008 12:44 AM | Last reply by PK79 - Thursday, October 18, 2012 3:54 PM -
Sticky3Votes
Steps to troubleshoot SQL connectivity issues
Please follow this blog to troubleshoot SQL connectivity issue and post question here. Steps to troubleshoot SQL connectivity issues Lot of blogs related to SQL ...4 Replies | 60075 Views | Created by Xinwei Hong - MSFT - Wednesday, April 30, 2008 4:40 PM | Last reply by Tom Childers, N5GE - Saturday, March 16, 2013 9:51 PM
-
Unanswered0Votes
Is there any SQL Server 2008 R2 Native Client Russian Version
Is there any SQL Server 2008 R2 Native Client Russian Version -
Unanswered0Votes
Creating a temp table in .net application.
Hi all, We have .net application and it accesses data from SqlServer 2008, we have main view which is created using different views and tables, so the getting data is really ... -
Unanswered0Votes
Renaming tables and fields
Hi, we are in the process changing a database so that all the field name and column names conform to a set standard, this involves renaming table and field names e.g phone numbers is renamed to ...6 Replies | 73 Views | Created by Dagz - 11 hours 8 minutes ago | Last reply by Dagz - 3 hours 46 minutes ago -
Unanswered0Votes
SQL Server 2005 Express Edition windows 7 login fail windows authentication
Hi, I have windows application developed in VB.NET Visual Studio 2008 .NET Framework 3.5 SQL Server 2005 Express ...2 Replies | 49 Views | Created by vaibhav.jain8 - 5 hours 34 minutes ago | Last reply by Harpreets.Singh - 4 hours 11 minutes ago -
Unanswered0Votes
64 bit ODBC Driver Character Translator
In 32 bit Microsoft provide an ODBC Translator and it works! Is there a 64 bit ODBC Translator, if so where can the download be found? The 32 bit Translator ... -
Unanswered0Votes
SQL 2012 and ISeries Linked Server Enterprise or Standard?
Hello, Back in the SQL 2000 / SQL 2005 days you had to have the Enterprise version of SQL to create a linked server to an IBM ISeries server (AS/400). Is that still the case with ... -
Proposed0Votes
How can I go back to the prior resluts set after SQLMoreResluts or SQLFetchScroll return SQL_NO_DATA
ODBC -- How can I go back to the prior resluts set after SQLMoreResluts or SQLFetchScroll return SQL_NO_DATA without re-execut the statement?4 Replies | 88 Views | Created by Lennane - Tuesday, August 20, 2013 3:46 AM | Last reply by Dan Guzman - 7 hours 40 minutes ago -
Unanswered0Votes
SqlBulkCopy: What is the difference between passing SqlBulkCopyOptions.UseInternalTransaction and not passing it?
Hi, I am trying to find the difference between using SqlBulkCopy with the SqlBulkCopyOptions.UseInternalTransaction copy option and without it, but in my test application I do not ...8 Replies | 3527 Views | Created by Jürgen Bayer - Thursday, April 12, 2012 10:32 AM | Last reply by nguyenhh - 22 hours 52 minutes ago -
Unanswered0Votes
What value should i put into the SQLBindParameter's StrLen_or_IndPrt arguement?
I still can't figure out after reading SDK http://msdn.microsoft.com/en-us/library/windows/desktop/ms710963(v=vs.85).aspx As far as i know ,when valuetype is SQL_C_CHAR, the ...2 Replies | 181 Views | Created by Lennane - Thursday, August 08, 2013 9:43 AM | Last reply by Lennane - Tuesday, August 20, 2013 6:29 AM -
Unanswered0Votes
Boolean problems with ASP Web Forms /Entity Framework/SQL Server 2008R2
0) ...1 Replies | 74 Views | Created by DaveSCT - Monday, August 19, 2013 11:07 AM | Last reply by Allen Li - MSFT - Tuesday, August 20, 2013 2:09 AM -
Proposed1Votes
login failed for user <domainname/machinename$>
I'm using SQL 2012 with Visual Studio 2012. I set up a simple Webform (.aspx) page with a details view and grid view). When I try to access the .aspx page I get an error saying the login faile ...7 Replies | 1563 Views | Created by jilltre800 - Thursday, February 28, 2013 12:07 AM | Last reply by Andrew Bainbridge - Monday, August 19, 2013 2:11 PM -
Unanswered0Votes
sql query to return all records from current month ( day lapse)
Hi There, I currently have a view , and I am looking to return all records for current month, ( I propose using script below to achieve this..)..however to complicate things ...3 Replies | 100 Views | Created by aidan1972 - Monday, August 19, 2013 8:11 AM | Last reply by scott_morris-ga - Monday, August 19, 2013 1:42 PM -
Proposed1Votes
mdf is not a primary database file. (Microsoft SQL Server, Error: 5171)
Hi My database Drive got crashed and eventually I have to recover the MDF's, LDF's from 3rd party recovery software. I dont have the backup of these ...14 Replies | 209 Views | Created by srsiddiqui - Friday, August 16, 2013 10:42 AM | Last reply by scott_morris-ga - Monday, August 19, 2013 12:58 PM -
Unanswered0Votes
Massive S locks created by unknown GUID (0)
I recently spotted deadlocks on a database frequently. However, only one of the deadlock sources has been identified, (came from a known application); the other source of the deadlock is very ...2 Replies | 134 Views | Created by ZeroGue - Thursday, August 15, 2013 3:01 PM | Last reply by ZeroGue - Monday, August 19, 2013 9:06 AM -
Answered0Votes
JDBC Connection to SQLServer with windows Auth using user and password
Hi, I am connecting from java app to sqlserver. I need to connect to with technical windows user/password with windows authentication. I am able to connect with logged on user but ...4 Replies | 179 Views | Created by C P Arora - Friday, August 09, 2013 5:08 PM | Last reply by Allen Li - MSFT - Sunday, August 18, 2013 2:28 PM -
Answered0Votes
Couldn't send and store String data to database through WCF
Dear all, I have created a Windows 8 app, I have a table in SQL server database to store people's name, " [Name] VARCHAR (50)" I have manage to send and save integer ...11 Replies | 222 Views | Created by MikeWhitesand - Tuesday, August 13, 2013 4:49 PM | Last reply by Dan Guzman - Saturday, August 17, 2013 7:03 PM -
Unanswered0Votes
How HRESEULT hex value can be converted into a error message?
I have to print the error message like DB_E_INTEGRITYVIOLATION instead of its hex error value. I tried it with the FormatMessage as, ...2 Replies | 142 Views | Created by Sofi Afrin - Wednesday, August 14, 2013 12:19 PM | Last reply by Matt We - MSFT - Friday, August 16, 2013 7:02 PM -
Unanswered0Votes
Date Field Causes Error When DataAdapter.Fill(DataTable) is Called
This has been tripping me up every time I use the Date field type in my SQL 2008-R2 database. When the DataAdapter.Fill(DataTable) is called I always get the error ...1 Replies | 137 Views | Created by piBoss - Wednesday, August 14, 2013 2:40 PM | Last reply by Allen Li - MSFT - Friday, August 16, 2013 7:41 AM -
Proposed0Votes
Perfmon counters rebuild
Hi I have installed sql server 2014 trail pack in windows 2008 special pack1.Its working fine.but perfmon counters are not available.so how to rebuild perfmon ...1 Replies | 144 Views | Created by selva1587 - Wednesday, August 14, 2013 11:50 AM | Last reply by Allen Li - MSFT - Friday, August 16, 2013 6:37 AM -
Proposed0Votes
How to resolve this error on connecting in SQL Server 2005
I am making/ creating a new data source at ODBC. After clicking next(on the second ones). it shows: Connection ...3 Replies | 170 Views | Created by Romuwaldz - Wednesday, August 14, 2013 7:36 AM | Last reply by Vicky Thakor - Friday, August 16, 2013 5:38 AM - Items 1 to 20 of 10510 Next ›