Viewing 15 posts - 3,211 through 3,225 (of 39,818 total)
And while you're doing your Career Planning, don't forget about Retirement Planning. It may not mean much to you when you're in your 20's and 30's, but it'll mean...
December 11, 2019 at 4:04 pm
Very well said Steve! Without a little "comparing" it is sometimes hard to push yourself. You are one of the people that I've looked up to and used as...
December 11, 2019 at 4:03 pm
I work for a British company. We've had developers in AUS work for us
December 10, 2019 at 4:32 pm
Thanks, I thought so, but wanted to be sure newer people to the platform are aware of this.
December 10, 2019 at 3:43 pm
Should not, as a proc is not in SQLCMD mode. What is happening here in a script is SSMS in interpreting this a certain way.
You can call a proc here,...
December 10, 2019 at 3:43 pm
I think that's the key, we're the same team, and we have to support, help, and learn from each other.
December 10, 2019 at 3:41 pm
OK, I played around with this. I think your quotes are the problem. This works for me:
:setvar DirectoryRootPath "C:\Users\Steve\OneDrive\Documents\SQL\StoredProcedureRunTrackerID.txt"
--:!!if exist C:\Users\Steve\OneDrive\Documents\SQL\StoredProcedureRunTrackerID.txt del C:\Users\Steve\OneDrive\Documents\SQL\StoredProcedureRunTrackerID.txt
!!if exist $(DirectoryRootPath) del...
December 10, 2019 at 3:12 am
As to pay cuts, I took a pay cut to work for SQLServerCentral. At the time, Andy, Brian and I were thinking to sell or do something because the site...
December 9, 2019 at 6:55 pm
I agree with Lynn. What I'd add is you want your resume to stand out a bit. I try to make mine focus on (top to bottom)
December 9, 2019 at 6:54 pm
As long as you're all going for "jobs like mine" and not my job. I'm not done with it yet.
Nor am I done.
December 9, 2019 at 6:51 pm
I've made the mistake of implementing a spec wrong. Simply put, I misinterpreted it. If there's some confusion on what a spec says, then I've asked for clarification, more...
December 6, 2019 at 8:03 pm
dbo is historical as the database owner. This morphed to a db_owner role so you don't have to map logins to dbo.
The equivalent of dbo (database owner) at the login...
December 6, 2019 at 7:20 pm
Hopefully you test the networking there, and have an idea of the way in which this might change your architectures. Many people get surprised by some of the cumbersome nature...
December 5, 2019 at 10:40 pm
That's what I'd like to see implemented in SQL Server, and Windows/Linux, for that matter. Maybe with a group of 3-5 people, of which 2 have to approve something. We'd...
December 5, 2019 at 5:53 pm
Viewing 15 posts - 3,211 through 3,225 (of 39,818 total)