No announcements
Found 2218364 threads
-
0 Votes
turn case sensitivity off sql server 2005
Dan Guzman, SQL Server MVP, http://weblogs.sqlteam.com/dang/Answered | 2 Replies | 9481 Views | Created by allenassd - Monday, January 17, 2011 11:04 PM | Last reply by Dan Guzman - Monday, January 17, 2011 11:26 PM -
4 Votes
Case sensitivity in SQL Server
Hi Anna PFB code Create table #temp1(username varchar(20)) insert into #temp1 SELECT 'Sra' as username union all SELECT 'sra' as username union all SELECT ...Answered | 6 Replies | 2736 Views | Created by Anna1313 - Wednesday, September 18, 2013 10:08 AM | Last reply by Ramesh Babu Vavilla - Wednesday, September 18, 2013 10:44 AM -
0 Votes
Turn Off SQL Server Security
If it connects to sql server using a sql login then enter sa and the password.Answered | 2 Replies | 5902 Views | Created by SysEngr62 - Wednesday, April 29, 2009 6:11 PM | Last reply by Paul_Ibison - Thursday, April 30, 2009 2:07 PM -
0 Votes
SQL server 2000 case in-sensitive change
If you refer to the SQL Server logins, then case-sensitivity is determined by the collation of the master database (which isn't easy to change).Answered | 2 Replies | 5482 Views | Created by SNIVAS - Thursday, October 1, 2009 12:43 AM | Last reply by TiborK - Thursday, October 1, 2009 6:50 AM -
2 Votes
How to select a case sensitive value in SQL with C#
There is a good security model implemented for password in AdventureWorks sample database for SQL Server 2005, in table Person.Contact.Answered | 10 Replies | 21054 Views | Created by Flea_ - Saturday, February 11, 2006 2:19 AM | Last reply by Zubair Khan Jadoon - Sunday, May 4, 2014 8:23 AM -
12 Votes
server and database is case sensitive, but queries and unique constraints not
When the SQL Server service starts, tempdb is created.Answered | 18 Replies | 3101 Views | Created by AlvaroCompton - Thursday, May 16, 2013 6:23 PM | Last reply by Chris Sijtsma - Sunday, May 19, 2013 7:47 PM -
0 Votes
Changing collation of SQL Server to case sensitive
This is allowed in Oracle but not in SQL Server Hello, It is allowed in SQL Server when you use the right ...Answered | 3 Replies | 1443 Views | Created by kaushik.c - Tuesday, April 18, 2017 1:29 PM | Last reply by Olaf Helper - Tuesday, April 18, 2017 5:30 PM -
3 Votes
C# Case Sensitivity OPTION
The case sensitivity dates back to Unix, which is what the C programming language was designed for.Answered | 4 Replies | 3557 Views | Created by gbmarshall - Tuesday, December 15, 2015 7:19 PM | Last reply by Wildboy85 - Wednesday, October 17, 2018 6:56 PM -
1 Votes
Case Sensitive Parameters
you can set case sensitivity at the database level but I think the workaround mentioned by DJAnsc is sufficient just set both the field and parameter to the same ...Answered | 3 Replies | 4303 Views | Created by msqv32 - Friday, June 18, 2010 12:46 PM | Last reply by Nehemiah Willis - Friday, June 18, 2010 3:24 PM -
0 Votes
Case Sensitivity in sp_describe_undeclared_parameters
Thanks Olaf, that looks to be the case...Answered | 5 Replies | 2528 Views | Created by Chris_Downing - Thursday, July 25, 2013 2:31 PM | Last reply by Olaf Helper - Thursday, July 25, 2013 4:05 PM -
0 Votes
Turning off logging for table in SQL server
In any case you cant disable it fully.Answered | 7 Replies | 3437 Views | Created by Tuyen Le - Friday, July 25, 2014 3:05 AM | Last reply by Shanky_621 - Friday, July 25, 2014 9:06 AM -
0 Votes
Turn off Distributed cache service on a single server with SQL Server?
In Addition, I would suggest to make SQL server out.Answered | 5 Replies | 1182 Views | Created by Tony Ph1 - Friday, June 3, 2016 7:30 PM | Last reply by Chris yuri - Monday, June 6, 2016 8:00 AM -
0 Votes
Case Sensitive database
The case-sensitive catalog has historicallymade working with case-sensitive databases a real pain.Answered | 13 Replies | 2085 Views | Created by Nelly Neilson - Wednesday, November 6, 2013 1:47 PM | Last reply by Nelly Neilson - Wednesday, November 6, 2013 6:46 PM -
0 Votes
case sensitive checking
You will need to use a collation which is case ...Answered | 4 Replies | 4644 Views | Created by Vaishu - Thursday, January 13, 2011 3:08 PM | Last reply by Naomi N - Thursday, January 13, 2011 3:44 PM -
0 Votes
How To Make Unique Constraint Case Sensitive In SQL SERVER 2008?
Your server collation is case insensitive, right?Answered | 6 Replies | 13101 Views | Created by grdesai - Thursday, February 21, 2013 3:43 AM | Last reply by grdesai - Thursday, February 21, 2013 4:56 AM -
3 Votes
Case Sensitivity
The feedback can be submitted under the Analysis Services category (Power Pivot/Data Model is effectively a sandboxed SQL Server Analysis Services Tabular ...Answered | 4 Replies | 1502 Views | Created by CMcReynolds - Wednesday, September 9, 2015 3:23 PM | Last reply by Imke Feldmann - Thursday, October 8, 2015 8:43 PM -
0 Votes
compare case sensitive and case in-sensitive values in Lookup transformation
http://sqlserverrider.wordpress.com/2012/08/03/case-sensitive-lookup-task-ssis/ Thanks Ayyappan Thangaraj, http://SQLServerRider.wordpress.comAnswered | 11 Replies | 6623 Views | Created by grdesai - Monday, August 20, 2012 8:11 AM | Last reply by [Ayyappan] - Monday, August 20, 2012 5:16 PM -
0 Votes
Case Sensitive Password Protection
https://www.google.co.uk/search?Answered | 5 Replies | 1184 Views | Created by TwiztedFate - Monday, April 25, 2016 6:47 PM | Last reply by TwiztedFate - Tuesday, August 9, 2016 1:00 AM -
1 Votes
Oracel Link server is case sensitive, how to change it
I believe that data is case-sensitive in Oracle, so if am to guess, my assumption is that the provider issues a query to the corresponding to sys.objects but does not get a match.Answered | 8 Replies | 3922 Views | Created by Mujahid.hassan - Sunday, January 29, 2012 5:06 AM | Last reply by Erland Sommarskog - Monday, January 30, 2012 11:25 AM -
3 Votes
Case Sensitive Database (data only)
You can assign individual collations to columns or databases instead of the entire server.Answered | 3 Replies | 1049 Views | Created by Josh kc - Wednesday, July 25, 2018 3:46 PM | Last reply by Tom Phillips - Wednesday, July 25, 2018 5:22 PM - Items 1 to 20 of 2218364 Next ›
No announcements