Viewing 15 posts - 796 through 810 (of 1,415 total)
Eirikur Eiriksson (12/22/2015)
patrickmcginnis59 10839 (12/22/2015)
Eirikur Eiriksson (12/21/2015)
jayaprabhalnt (12/21/2015)
I am getting the same error in the local server also.I guess I am missing a quote somewhere.
please help.
Thanks
jayaprabha
The problem is that xp_cmdshell...
December 22, 2015 at 12:09 pm
Eirikur Eiriksson (12/21/2015)
jayaprabhalnt (12/21/2015)
I am getting the same error in the local server also.I guess I am missing a quote somewhere.
please help.
Thanks
jayaprabha
The problem is that xp_cmdshell can only take one...
December 22, 2015 at 11:29 am
shamshad.ali (12/22/2015)
Tried given solution and put some efforts, it seems typical and can't help me. Still looking forward on my problem I requested here.
Just out of curiousity, how far off...
December 22, 2015 at 7:19 am
Jeff Moden (12/20/2015)
Adi Cohn-120898 (12/20/2015)
December 21, 2015 at 8:44 am
"SQL code is amongst the worst code to parse without proper formatting."
Incorrect. SQL code will parse just fine without proper formatting.
December 21, 2015 at 6:33 am
Gary Varga (12/18/2015)
So are many employers.
Ideally the worst employers get the worst employees and vice-verse. Strangely enough this is what I have tended to see. The worst employers lose all...
December 18, 2015 at 6:56 am
Eric M Russell (12/17/2015)
December 18, 2015 at 6:27 am
I'm making a guess about a conflict between "quotename()" function and quoted_name setting. maybe on a test database, flip your quoted name setting (I'm guessing "SET QUOTED_IDENTIFIER OFF") and try...
December 16, 2015 at 11:13 am
serg-52 (12/16/2015)
INSERT#MgtStructure (ManagerID, EmployeeID) VALUES
--('A', 'B'),
('A', 'C'),
('A', 'D'),
('B', 'C'),
('D', 'E'),
('F', 'G'),
('F', 'K'),
('H', 'I'),
('H', 'J')
--,('H', 'A')
Which is correct group for C ?
As OP stated, it's not...
December 16, 2015 at 10:51 am
I always thought that library systems / card catalogs were an interesting study in database design requirements.
Maybe it wouldn't be a terrible idea to see what historically has been done...
December 16, 2015 at 8:44 am
Toreador (12/16/2015)
Typo alert!Option 4 "I can include deterministic computed columns. "
Explanation of why this is wrong "The computed columns that are deterministic can be included."
Oops :blush:
Yeah I picked that one...
December 16, 2015 at 6:20 am
tom.w.brannon (12/16/2015)
I don't understand why non-clustered is required. While not a best practice, why couldn't you include the non-key columns in the definition of the clustered index?
I'm thinking that...
December 16, 2015 at 6:18 am
smmkr17 (12/5/2015)
ColA ColB ColC
A 1 Yes
A 2 No
A 1 Yes
A 1 Yes
B 1 Yes
B 2 Yes
C 1 Yes
D 1 No
My result should be
A No
B Yes
C No
If ColA Values A,B...
December 8, 2015 at 10:43 am
John Mitchell-245523 (9/11/2015)
pietlinden (9/10/2015)
It's a recruiter, which makes me wonder, because the number of recruiters in this town that understand and can evaluate the "goodness" of T-SQL code is less...
December 8, 2015 at 6:20 am
Viewing 15 posts - 796 through 810 (of 1,415 total)