Viewing 15 posts - 46 through 60 (of 99 total)
I work for a company where for decades the first rule of computing seems to have been 'Defense of the system is more important than its use' which has resulted...
November 24, 2015 at 5:45 am
Hugo Kornelis (11/23/2015)
Iulian -207023 (11/23/2015)
i.e. for user tables tbl_
for user's views vw_
for user's functions f_
for procedures p_
or something like this...
November 23, 2015 at 7:58 am
sipas (11/4/2015)
Carlo Romagnano (11/4/2015)
Because of lacking of batch separator "GO".
If you run the script no procedure is...
November 4, 2015 at 5:12 am
I answered All of the Above because I understood it to be about practices, not syntax. I agree with others that bad syntax will be avoided because it won't...
November 4, 2015 at 4:18 am
Actually on my system the answer is an error because the table would be created in my personal schema but then the insert and select are from dbo. Converting...
October 28, 2015 at 4:26 am
Stephanie Giovannini (10/27/2015)
Connecting...
October 27, 2015 at 7:31 am
I am completely baffled by being able to get a result for Server2 before it has even been connected to. Can somebody give a better explanation? The one...
October 27, 2015 at 4:48 am
The convention for the group I came into when learning SQL Server is *_is_active_indicator which makes for some very long names for some very short columns
October 23, 2015 at 5:04 am
sipas (8/14/2015)
August 14, 2015 at 5:06 am
Toreador (8/5/2015)
August 5, 2015 at 4:27 am
I had a situation where in older tables a column was named CNTRY_CODE due to column name length limitations at the time. When the name length restriction went away they...
June 12, 2015 at 6:59 am
As I read the documentation at
https://msdn.microsoft.com/en-us/library/ms181591(v=sql.110).aspx
and saw
ENCRYPTION = { DISABLED | { { SUPPORTED | REQUIRED }
[ ALGORITHM { RC4...
May 21, 2015 at 5:52 am
I thought the question was going to be how many rows are returned from each query. I would have picked 2, 1, 0, 2. However, I ran the...
May 20, 2015 at 5:18 am
Thank you again for the assistance and education. I will be more careful with my test data next time. The system locks up whenever I try to post...
May 14, 2015 at 8:08 am
Yes, intersect is not normal to me either. I actually changed it where exists and then used except. Still non-obvious logic for me so I am glad to...
May 13, 2015 at 1:14 pm
Viewing 15 posts - 46 through 60 (of 99 total)