Viewing 15 posts - 946 through 960 (of 2,356 total)
We have a group who's sole responsibility is to write reports. They are supposed to be doing data analysis, but that's another subject.
None of them have any technical skills, or...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 6, 2020 at 2:34 pm
You are using developer edition in a production enviroment?
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 6, 2020 at 2:28 pm
My ears, my eyes, a yellow legal pad, a few #2 pencils, and a whiteboard.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 5, 2020 at 9:15 pm
That's some bad code there Mike. I've seen some similar, but add a couple UNION statements and all with in an SSRS report. Talk about slow code.
I've also had...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 9:37 pm
Hi Jeff,
Finally got my package fully functional and working another question is the report I'm sending weekly as of right now my subject line shows 'DC Transfers Report' how...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 9:07 pm
I'm dealing with a crappy proc, and a crappy design, right now.
The devs did the "Code first" design. In other words, the ORM designed the database for them.
I can't post...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 5:57 pm
Is this a good example of someone who may have picked the wrong thing to do with their lives?
https://www.sqlservercentral.com/forums/topic/ssis-package-error-22
oh man i wish i was in that...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 4:59 pm
Is this a good example of someone who may have picked the wrong thing to do with their lives?
https://www.sqlservercentral.com/forums/topic/ssis-package-error-22
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 4:17 pm
Hi
Thanks for you helping me out I apoligize but I'm new to programming this language my next question is why isn't any of my data showing up in my...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 4:13 pm
I do not know who maintains this, but this is the most up to date list of patches for every version:
https://sqlserverbuilds.blogspot.com/
Automatic patching with SCCM is problematic. If you try...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 3:42 pm
This is what I use in a lot of places for SQL jobs. Not elegant, but it works.
On my newest set of AG servers, when I create a job that...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 3:30 pm
I'm sorry. You have now spent what, two days, trying to make this work, and in every case it was syntax errors?
If you correct the file name error in the...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 2:49 pm
Please look at your code, and the error message
The error says that this file name is invalid:
C:\inetpub\ftpuser\WESA\ftpwashingtondc\DCWeeklyEmail\dc_weekly.csvdc_weekly.csv
Your code is far too complicated:
set @FilePath = 'C:\inetpub\ftpuser\WESA\ftpwashingtondc\DCWeeklyEmail\dc_weekly.csv'
set @EmailAddress =...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 4, 2020 at 3:54 am
Does this look correct:
C:\inetpub\ftpuser\WESA\ftpwashingtondc\DCWeeklyEmaildc_weekly.csv.csv
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 3, 2020 at 9:44 pm
I guess the next question is why? The slash "\" is being treated as an escape character. I think fixing that error is the first step.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 3, 2020 at 9:17 pm
Viewing 15 posts - 946 through 960 (of 2,356 total)