Viewing 15 posts - 18,121 through 18,135 (of 59,069 total)
The Danish Dynamo (3/14/2016)
It depends on what version you are usingMSSQL 2014+ has that feature:
Here's why I don't use that feature...
•There is a built-in cleanup mechanism. Cleanup for change tracking...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 5:39 pm
sunny.tjk (3/14/2016)
Grant Fritchey (3/14/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 5:34 pm
The Danish Dynamo (3/14/2016)
-- 1) Get the code from sp_linkedservers
sp_helptext sp_linkedservers
-- 2) Copy the code into inline table valued udf
CREATE FUNCTION dbinv.ufn_Get_Linked_Servers...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 5:16 pm
Solomon Rutzky (3/14/2016)
Jeff Moden (3/14/2016)
I'll have to agree to strongly disagree with most everything you've said and the reasons you've said them.
Well, for reasons heretofore stated and unstated, whether expressly...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 11:39 am
I learned of all these caveats the hard way. We have a large partitioned table that we only need 3 months of for Dev restores. What a freakin'...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 10:50 am
rootfixxxer (3/14/2016)
I have a simple problem, that i can solve easily with help of cursors, but i want to know if anyone knows a better way.
I have a large piece...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 10:26 am
TheSQLGuru (3/14/2016)
2) Partitioning CAN make SOME or even MOST queries run very...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 10:00 am
stsivaraj (3/13/2016)
Thanks for your response. Actually, I got solution from my manager. Thanks for your support
I'd be very interested in seeing the code that you and your manager used. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 9:47 am
Good article but, is there any way around this major security violation???
6. Modify the configuration file to change the server name and [font="Arial Black"]user name and add the password [/font]
Open...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 9:25 am
spaghettidba (3/14/2016)
FWIW, I agree with Solomon here.
Heh... for once, we disagree. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 9:16 am
Solomon Rutzky (3/13/2016)
Jeff Moden (3/12/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 9:15 am
andrew gothard (3/14/2016)
Wayne West (8/3/2015)
Fast/Cheap/Correct: choose two.Also, bear in mind, if you fail to choose Correct, you can forget about the other two as well.
As Tom Tompson once...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2016 at 9:06 am
davros30 (3/13/2016)
SQLC is very affordable. You can download...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 10:04 pm
pietlinden (3/13/2016)
No, I'm using the Calendar table as a Dimension so I can lump sales etc into "bins" -- summarize by Year/Month whatever.
While that works and can be fairly well...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 4:11 pm
steve.wouden (3/13/2016)
I agree with you Jeff, but management is going to need more from me then calling them idiots 🙂Thanks
Heh... totally agreed especially since it was probably that same management...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2016 at 2:24 pm
Viewing 15 posts - 18,121 through 18,135 (of 59,069 total)