Viewing 15 posts - 17,026 through 17,040 (of 59,067 total)
I can't help because I don't even know how to spell "SSRS" but thought I'd take the time to "bump" this for you. Someone should be able to help...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 3:42 pm
ben.brugman (7/18/2016)
At the moment I am in a process converting a number of CSV files into XML files.
Heh... as one of my favorite comic characters is know to say...
[font="Arial Black"]GAH![/font]
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 3:36 pm
Ed Wagner (8/15/2016)
ScottPletcher (8/15/2016)
Jeff Moden (8/15/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 3:28 pm
ScottPletcher (8/15/2016)
Jeff Moden (8/15/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 3:27 pm
Gary Varga (8/15/2016)
thisisfutile (8/15/2016)
Jeff Moden (8/15/2016)
From the Article:
The explosion in aircraft ...Now, there's two words that should never be so close together in a sentence. 😀
...definitely stand out members...
Is that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 9:52 am
Iwas Bornready (8/15/2016)
Sometimes that works and sometimes it doesn't. I've got examples where I had to break up an elaborate query into smaller steps to gain any appreciable speed.
I've done...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 7:29 am
Also, you should probably avoid auditing inserts. It's an unnecessary duplication of data because even if there's never an update, the original data lives in the original table. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 7:08 am
David.Poole (8/15/2016)
Data that should be generally available locked up tighter...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 7:04 am
joeroshan (8/15/2016)
You can try adding execute as owner while creating the procedure, so that the user can impersonate your permissions.
To run the job, probably.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 7:01 am
I'll also add that the idea of source control for jobs and all other code on your server should become a concern... right after you get your backups setup so...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 6:47 am
From the Article:
The explosion in aircraft ...
Now, there's two words that should never be so close together in a sentence. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 6:42 am
Heh... let's talk about "open minded"...Now all we have to do is get people over the fear of using xp_CmdShell and over the love affair with SSIS and you might...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 5:29 am
ThomasRushton (8/15/2016)
ChrisM@Work (8/15/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 3:52 am
John Mitchell-245523 (8/15/2016)
Does your job highlight just jobs that failed, or does it include those that didn't run, perhaps because they were accidentally disabled, or because SQL Server Agent wasn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 3:43 am
Sergiy (8/14/2016)
sknox (8/14/2016)
Sergiy (8/14/2016)
1. The same small query populating a temp table may be reused in several procedures.
In such case its...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2016 at 3:29 am
Viewing 15 posts - 17,026 through 17,040 (of 59,067 total)