Viewing 15 posts - 18,316 through 18,330 (of 59,070 total)
It's really difficult to help by looking at the execution plan when the expected result set is zero rows. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 10:29 am
NewbieCoding (2/23/2016)
That worked great
Great. Thank you for the feedback.
Since you're the one that will need to support it, the next question would be... do you understand how and why...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 10:21 am
Phil Parkin (2/23/2016)
Any XML gurus out there who would like to help?http://www.sqlservercentral.com/Forums/Topic1763386-3412-1.aspx
--Edit: fixed garbage English!
Heh... good grief. 1500 nodes. And it's not flat. It does contain a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 8:22 am
sqllearner44 (2/23/2016)
Hi Jeff,Is there a way i can notice things if they are turned down?
Regards,
SQLLearner
Yes... and it can be done from SQL Server if you're allowed to use xp_CmdShell. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 8:01 am
sqllearner44 (2/23/2016)
From the DB end, I have confirmed i stop all the maintenance jobs just for this week to see if there is a better run. As in, no...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 7:59 am
MMartin1 (2/22/2016)
Are there industry standard documentation that specifically addresses the correct way to handle this?
The only one I know is that you must do requirements gathering from your team/client on...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 11:32 pm
So others can follow along, here's some test data (10,000 rows) I made for a full month of entries across 10 different PatNo's.
SELECT TOP 10000
...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 11:28 pm
In fact and judging from the columns you have in the CTE of your final query, I believe the following code can be used to replace the whole shebang (keeping...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 9:59 pm
thomaswellington (2/22/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 9:28 pm
Greg Edwards-268690 (2/22/2016)
Jeff Moden (2/22/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 9:11 pm
First of all, welcome aboard.
Second, if you want to get test code for an answer, please see the article at the first link in my signature line below. You'll...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 8:55 pm
ramana3327 (2/22/2016)
There are some jobs scheduled on server B which uses the server A databases using Linked server.
Some...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 6:57 pm
sushantkatte (2/22/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 6:40 pm
The weekends is typically when someone does the really heavy lifting such as making full backups at the machine level, running BeRemote to back up disk directories to tape, running...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 5:37 pm
ramana3327 (2/22/2016)
We have Production server and backup job is running daily 9 pm for all dbs to the network path.
I have a requirement to restore daily one of the database...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2016 at 5:20 pm
Viewing 15 posts - 18,316 through 18,330 (of 59,070 total)