Viewing 15 posts - 19,951 through 19,965 (of 59,072 total)
Edward-445599 (8/4/2015)
' ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 8:30 am
Brandon Carl Goodman (8/5/2015)
I should of paid better attention to the date.
You could post a similar question via your own post if you're still interested in buddying up with someone...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 8:18 am
Or... get 3 envelopes. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 8:14 am
fnndala2 (8/5/2015)
CREATE FUNCTION fn_SelectTopEmployees ()
RETURNS TABLE
AS
RETURN
(
SELECT TOP(10) EmployeeID
FROM Employees
);
When I run the query, how many times between 1 and 10...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 8:10 am
Kutang Pan (8/5/2015)
I’ll be leaving my company very soon and my manager asked me to write some interview questions for whoever will be taking over. The thing is there...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 7:56 am
DuncEduardo (8/5/2015)
Tell you what they don't make it easy.
You said a mouthful there!
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 7:44 am
This is actually pretty simple if you don't mind the databases being permanently converted to 2014, which they already are...
Buy a copy of the SQL Server Developer's Edition for...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 6:59 am
Igor Micev (8/5/2015)
Clever approach from Superdoc.
It is clever, indeed. Learning as a team is a great way to go and that's why I asked the question after 3 years...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 6:53 am
Brandon Carl Goodman (8/4/2015)
I am interested.
It might be too late, Brandon. The original post is 3 years old.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 6:52 am
jghali (8/5/2015)
I want to thank you for the great powerpoint presentation that you passed along. It is exactly what I was looking for to prove to my superiors that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 6:49 am
SQLRNNR (8/4/2015)
Jeff Moden (8/4/2015)
I remember a post...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 11:25 pm
Ok... here's a very simple demonstration of how it can be done with OPENROWSET. The following will execute sp_DirTree for C:\Temp and creates a temporary table from it using...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 7:34 pm
Eirikur Eiriksson (8/4/2015)
sgmunson (8/4/2015)
Eirikur Eiriksson (8/4/2015)
sgmunson (8/4/2015)
Eirikur Eiriksson (8/3/2015)
Quick suggestion, use sys.dm_exec_describe_first_result_set or sys.dm_exec_describe_first_result_set_for_object, to get the structure of the output of the stored procedure.😎
According to MS doc, that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 5:49 pm
sshobha297 (8/4/2015)
I am not sure what does this means ( If the latter, is it Windows Group or a single AD account? )
But its a AD...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 5:48 pm
Superdoc (5/1/2012)
i'm getting my hands on DBA, i'm looking for someone who's interested to learn together so it motivates, i live in Bangalore, please let me know if anyone...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2015 at 4:54 pm
Viewing 15 posts - 19,951 through 19,965 (of 59,072 total)