Viewing 15 posts - 20,641 through 20,655 (of 59,072 total)
Steve Jones - SSC Editor (1/15/2015)
JimAtWork (2/3/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2015 at 10:29 am
ramana3327 (5/14/2015)
I want to run this below query on scheduled basis and send the result to me through Sql job. It is running but not sending any result
How to set...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 7:06 pm
GF (5/19/2015)
I have created all the folders I need to based on a list I generated from a SQL table.
FOR /F %i in (E:\documents\folderlist.txt) do md "%i"
Now...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 6:52 pm
tcronin 95651 (5/19/2015)
i would look at ozar's index routine and use that.
Link?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 6:04 pm
sharonsql2013 (5/18/2015)
I am trying to join Project_Code with Manager.Code but if the project_code is blank then it should look for Project_CostCenter and Join...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 6:01 pm
rajemessage 14195 (5/19/2015)
Basically i want to run a transaction between two different instance of server,so that i can rollback task done at both the instances when ever i want.
To be...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 5:36 pm
PHYData DBA (5/19/2015)
Gail Wanabee (5/17/2015)
I've worked in shops where developers insisted that...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 4:57 pm
@eirk tsomik,
I'm not sure why but it looks like 3 posts where you posted some readily consumable code were deleted by that autospam detector or an over-zealous monitor. Did...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 4:50 pm
Steve Jones - SSC Editor (5/19/2015)
Jeff Moden (5/18/2015)
How many UDFs that were already in...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 12:21 pm
I agree but why does one need the extra layer of tSqLt? DelimitedSplit8k even has two different tests built into the header so they won't get lost.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 9:03 am
jzieleniuk (5/19/2015)
We receive files with spaces and i want to replace those spaces with dashes...
Why? There should be no problem with handling files with spaces. You just need...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2015 at 9:01 am
Iwas Bornready (5/18/2015)
Recursion can be dangerous but I agree, sometimes very helpful.
Do you have any examples of where it was helpful?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2015 at 4:46 pm
I did say that most UDFs would never be updated, not all but, let's ask the question.
How many UDFs that were already in production have you actually updated?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2015 at 4:44 pm
ramana3327 (5/17/2015)
It included the new database also.I am looking to set up the differential backup. I will look in to the documentation. Thanks for providing the documentation
Just a word...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2015 at 4:31 pm
Steve Jones - SSC Editor (5/18/2015)
Plus it's a skill that can help you work in Exchange, AD, Windows, etc if you get called to help out.
Heh... yet another excellent...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2015 at 4:21 pm
Viewing 15 posts - 20,641 through 20,655 (of 59,072 total)