Viewing 15 posts - 8,686 through 8,700 (of 39,804 total)
I'll still stand that allowing someone to modify code on the server is a fundamental design flaw. It's reality, but it's a problem.
The live code is on the server, but...
February 4, 2016 at 1:16 pm
If backup exec writes the backup time before it's finished, that's an issue. Certainly you might not be able to rely on this for restores at that point.
I think Idera,...
February 4, 2016 at 11:55 am
Grant Fritchey (2/4/2016)
Eirikur Eiriksson (2/4/2016)
For fun (screenshot from a RedGate presentation)😎
Why do you think I'm working on that database?
Ha!
I'm pretty sure that's one of Steve's presentations.
I'm sure that's my...
February 4, 2016 at 8:57 am
Edge has a number of issues, but it's such a low priority that we aren't spending significant time working around it.
February 4, 2016 at 8:28 am
sqlcmd -S servername -E -d Databasename -i c:\abc.sql -o c:\abc.txt
February 4, 2016 at 8:17 am
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
Viewing 15 posts - 8,686 through 8,700 (of 39,804 total)