SQL archives - The ranting of an IT Professional

The ranting of an IT Professional:

SQL

Jul 27 2009   2:54PM GMT

Microsoft potshot: Oracle raising it’s pricing structure



Posted by: Jason Tramer
Oracle, Microsoft, SQL, pricing

Take a look:

 http://www.theregister.co.uk/2009/07/27/…

So Microsoft reminds us that SQL server is still available at the same cost while Oracle is raising it’s prices. Now if only SQL server was any good …. they might just have something there.

Mar 2 2009   2:16PM GMT

SQL server not deleting files as part of Database Maintenance Plan



Posted by: Jason Tramer
SQL server not deleting files as part of Database Maintenance Pla, SQL, bak, Database maintenance plan

I have actually seen this issue now twice in a two week span at different clients with the same resolution so either it’s a common issue or it’s just a coincidence. In this scenario the database maintenance plan is set to delete old backup jobs, the job completes but the files are not deleted. In both cases the fix was simple, in the plan it asks you to specify the file extention it should delete which in most cases is bak. Make sure when you are entering this yyou enter JUST bak, not .bak or “bak” or anything else. If you have any charachters (including spaces) other than just the letters bak it will not work.

Hope this helps you


Aug 28 2008   7:39PM GMT

SQL backup jobs failing



Posted by: Jason Tramer
SQL

 I don’t work with SQL jobs too much, but here is an error I just got, but I was troubleshooting an issue with SQL backup jobs failing, here was the error in event log.

tcpsvcs (2640) The backup has been stopped because it was halted by the client or the connection with the client failed.
Though the SQL server agent looked fine, I stopped ans started it anyways and that fixed the issue.