Viewing 15 posts - 8,656 through 8,670 (of 39,771 total)
The first link on Medium works for me. If this is a problem, I'm not sure why. I don't think I've ever registered with Medium.
The Wall St Journal one works...
February 4, 2016 at 8:11 am
It shouldn't be an issue, but I'll have to check. This is a bit old and I'm not sure the last time it was updated.
February 3, 2016 at 8:05 pm
Joshua M Perry (2/3/2016)
I frequently use SQL Server for queuing operations, and if I'm not mistaken, it is the backend persisted storage for MSMQ.
I don't believe SQL is...
February 3, 2016 at 8:03 pm
From a software engineering perspective, I think it's a design mistake. We are storing the source code along with the compiled code, when there's no reason to do so. We...
February 2, 2016 at 12:11 pm
First, you'll need to allow either 1433 (not recommended) or another port that forwards to 1433 on the firewall. I wouldn't open 1433 since lots of bots scan that port....
February 2, 2016 at 12:05 pm
I'm not completely sure what you mean here. Are you doing backups with SQL Server as "backup database mydb to disk = 'xx.bak'?
I'm assuming you do this for transaction logs...
February 2, 2016 at 12:03 pm
February 2, 2016 at 11:59 am
SQL Monitor from Redgate is fairly lightweight, and includes some baseline monitoring of things by default, but you can add new ones as needed.
http://www.red-gate.com/products/dba/sql-monitor/
disclosure, I work for Redgate.
You can...
February 2, 2016 at 11:59 am
Orlando Colamatteo (2/2/2016)
Andy Warren (2/2/2016)
February 2, 2016 at 10:28 am
robert.sterbal 56890 (2/2/2016)
What are the best sites for reviewing what kind of security to implement? I don't think I'd send a manager to Stackoverflow.Is there a good cost modeler?
Robert, I'd...
February 2, 2016 at 9:29 am
If you can, use Windows Auth for your apps. No major flaws reported, and it can be secured well.
OAuth is another: http://oauth.net/
If you need to build something else into an...
February 2, 2016 at 9:28 am
Sean Redmond (2/2/2016)
On the other hand, for my day-to-day work, I don't do this. I'm not often at my home computer and others use it too. I prefer the...
February 2, 2016 at 9:24 am
mike.gallamore (2/2/2016)
February 2, 2016 at 9:21 am
I don't think you can do this in a single statement. I might be wrong, but I suspect you could drop the results into a temp table, then query that...
February 1, 2016 at 2:50 pm
I'm in agreement with most people that changes should go through development. I agree nothing should happen on production. I think that the true version of your code is what's...
February 1, 2016 at 2:29 pm
Viewing 15 posts - 8,656 through 8,670 (of 39,771 total)