Viewing 15 posts - 1 through 15 (of 22 total)
This is not intended as a generic script you can just copy, paste, and run and get results. It needs a little light editing to make it work in...
July 25, 2016 at 11:40 pm
I too have just completed developing a replacement backup process. The databases (around 45 of them across 2 servers, serviced via batch processing) are all BI related, and very...
December 16, 2015 at 11:46 pm
We store ALL database code in Microsoft's Team Foundation Server (TFS), but we could just as easily gone with Subversion or GIT.
Why? History, my man. We have the...
August 24, 2015 at 4:24 am
I have very fond memories of MS Access (starting with 2.0 and ending with 2000). Working for an international insurance company, and in the days before the Internet really...
July 18, 2014 at 2:58 am
I am a BI developer first and foremost, but spent 100% of my time working in and with SQL Server.
I QA a lot of code before it is released to...
November 26, 2013 at 3:06 am
A more mundane aspect of virtualization is Windows licensing. Windows licenses are 'attached' to the physical host, not the VM, and each physical host has to be licensed for...
December 1, 2011 at 2:28 am
Regardless of whether or not this is a "bright idea", it's a little worrying that the developer did not know enough to approach the problem for themself, or have the...
October 25, 2011 at 1:29 am
Maybe this will help. I have just been through the process of trying to work out the licensing model for the servers I support as they are virtuals running...
July 7, 2011 at 2:41 am
My effort looks very much like the triangular join running total - that's not good. I like the Quirky Update - I've used this approach for concatenating strings before...
July 6, 2011 at 2:14 pm
I got made redundant 18 months ago when the entire Systems Department (around 83 people) was outsourced to two third party companies. My current employer has a much more...
April 15, 2011 at 3:52 am
After many years of SQL and SSRS development we brought a dedicated QA resource into the team (comprising 3 developers and 1 Business Analyst). We took a big hit...
April 6, 2011 at 4:17 am
Apologies, I may have introduced an unnecessary "thought" by bringing partitioning into this thread. Partitioning[/url] is applied at the table level and the different partition schemes linked to different...
August 16, 2010 at 3:10 am
Is the database partitioned? From the error message it looks like it may be (both NRJData_Data3 and NJRData_Data claiming MDS2DataED.mdf). If this is the case then it may...
August 13, 2010 at 4:45 am
Maybe you could try the VB equivalent of CHARINDEX which is INSTR. Yes, the search is in a single string rather than separate values, but if they are still...
August 13, 2010 at 3:37 am
Viewing 15 posts - 1 through 15 (of 22 total)