Viewing 15 posts - 5,806 through 5,820 (of 6,031 total)
I don't know what level of access you have on the server to verify this, but perhaps the latest version of MDAC needs to be installed or re-installed. You can...
December 27, 2010 at 10:02 am
SQL Server is already seen as being limited, in comparison to Oracle, because it only runs on the MS Windows operating system. I think that removing 32bit support from the...
December 27, 2010 at 9:30 am
One way to get related items into a delimited column is using a sub-select and for xml clause. This involves the awkward problem of stripping off the leading or trailing...
December 27, 2010 at 8:42 am
Some of my older sub-queries that were using a GROUP BY with MAX() for things like "get the most recent address" or "get the primary phone number", I've replaced that...
December 17, 2010 at 9:04 am
As a part time data analyst and part time roaming developer, I see a lot of database, and if I were going to stand up and give a talk about...
December 17, 2010 at 8:18 am
I think it's a lot easier to pick up development or (especially) admin skills on SQL Server when compared to Oracle.
December 14, 2010 at 2:13 pm
I woudn't call MS Access or Excel a "low end development tool". Primarily they are general purpose tools for data analysis and reporting, and they are actually state of the...
December 14, 2010 at 12:51 pm
Often times it's good to just let the end users "prototype" their own applications in MS Access or Excel. The trial and error process is practically part of the discovery...
December 14, 2010 at 8:38 am
Denise.Smallwood (12/7/2010)
The reason I would like my schemas and filegroups to line up are for performance. The more filegroups setup the less likely for issues down the road.
I agree...
December 7, 2010 at 9:43 am
Denise.Smallwood (12/7/2010)
Does it seem reasonable to align the filegroups by the organized database with schemas?
The purpose of schemas are to logically organize objects in your data model. For...
December 7, 2010 at 9:05 am
Anyone who says that coding while listening to political talk radio makes them more productive has to be lying or is just fooling themselves.
December 3, 2010 at 9:26 am
I work on an office building floor where there are about 200 cubicles. Being cold and flu season, one thing I've noticed is that if one person coughs, then it...
December 3, 2010 at 7:33 am
Not often, but I sometimes turn on something like smooth jaz or classical music, if I'm working on repetitive tasks like deploying scripts, reading through a long list of emails,...
December 3, 2010 at 7:24 am
chrisn-585491 (12/1/2010)
December 1, 2010 at 8:00 am
Wether it's appropriate to bring up salary during an interview depends on what type of interview it is. If it's just a technical interview where you're sitting across the table...
November 30, 2010 at 7:30 am
Viewing 15 posts - 5,806 through 5,820 (of 6,031 total)