April 29, 2011 at 11:25 pm
-- network protocol: LPC
set quoted_identifier on
set implicit_transactions off
set cursor_close_on_commit off
set ansi_warnings on
set ansi_padding on
set ansi_nulls on
set concat_null_yields_null on
set language us_english
set dateformat mdy
set datefirst 7
above this option is using for which purposes and the same i want to use when a user loging into the software. but how to set up the above option on/off please give me some idea.
thanking
May 1, 2011 at 9:33 am
Is this a trick question? 🙂
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
May 1, 2011 at 9:36 am
Duplicate post browser hung.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
May 1, 2011 at 9:59 am
Here is a quick and easy way for you to answer your own question.
Run Google, paste in the search box "sql server set ansi_warnings on"
and then read one or more of the references returned.
Do that for each of your items .... and you will know all that you want to know about all of your settings.
May 9, 2011 at 2:55 pm
BitBucket - You need to know about this site.
This is the perfect link for a response to this thread.
😀
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
May 9, 2011 at 3:11 pm
Sean Lange (5/9/2011)
BitBucket - You need to know about this site.This is the perfect link for a response to this thread.
😀
Personally, my favorite resource of all time!
Lowell
May 9, 2011 at 3:14 pm
Me too. Makes me nearly pee myself every time I send somebody a link there. Even better is the response I get from people around the office when the ask questions instead of looking it up. 😛
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
May 9, 2011 at 6:28 pm
I actually prefer that people in the office ask me if there's something they don't know. The internet has way too many bad answers to a lot of things and people who are looking things up are doing so because they don't know... which also means that they sometimes don't know the difference between a good answer and a bad one.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2011 at 7:00 am
That one "depends". For example, I had somebody last week ask me the syntax for an xml comment via instant message. I agree that there are plenty of bad answers out there but so many times the basics should be researched. Let's face it, some of things that have taught us the most memorable lessons were when we got bad answers from the internet and had to fix them later.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply