Viewing 15 posts - 5,131 through 5,145 (of 6,026 total)
Using LoadDate as the leading column in primary clustered key makes sense in a table containing historical rows, because it's sequential (I'm assuming it's based on system date at the...
May 10, 2012 at 11:07 am
When tables and indexes are created, their internal data structure is effected by whatever collation setting was currently in effect. Similar to Fill Factor, I believe that after changing the...
May 10, 2012 at 7:52 am
Personally, I don't own an iPhone, Android device, or whatever. If I did, I'd keep my Hotmail or Gmail account stuff in the cloud and not have it setup to...
May 9, 2012 at 8:32 am
This is a good script.
One suggested addition would be a 'schemaname' column. When I'm unit testing in Development, I often times have a different version of the stored procedure...
May 7, 2012 at 10:38 am
LadyRuna (5/7/2012)
May 7, 2012 at 9:49 am
If a theif gained access to someone's smart phone, I'm sure they would be more than just a little curious about what kind of junk would be stored on it....
May 7, 2012 at 9:22 am
Does the password encrypt the critial data files on the iPhone, or is it just a means to prevent someone from accessing the folders via the operating system?
If the...
May 7, 2012 at 7:21 am
peter-757102 (5/3/2012)
rmechaber (5/3/2012)
peter-757102 (5/3/2012)
May 3, 2012 at 8:40 am
XML is good for exchanging data at the application level, but it's not very efficient for data storage in the database or exchange between two databases. That's why most DBA's...
May 3, 2012 at 7:27 am
Revenant (5/2/2012)
L' Eomot Inversé (5/2/2012)
May 2, 2012 at 10:08 am
If a good engineer actually wants to move into a magerial role, then that OK, but it's not necessarily a logical progression. There are other ways to reward good performance,...
May 1, 2012 at 10:51 am
Most sales professions get paid on commission, so it seems to me that a company's "best" sales people (those who consistently open a large number of high value accounts) should...
May 1, 2012 at 6:55 am
Yeah, replacing the DBA with a piece of software, is like replacing a personal trainer with an exercise video.
April 25, 2012 at 7:27 am
rarara (4/25/2012)
just to clear up the cursor/trigger issue (:blush:) it was along these lines, fairly standard i thought:
[font="Times New Roman"]SET NOCOUNT ON
DECLARE c_item CURSOR...
April 25, 2012 at 7:22 am
rarara (4/19/2012)
sorry - its difficult to describe.
the vendor told me of a SP which should be running (but isn't) and it does two things:
1) delete from table_A where ID...
April 24, 2012 at 10:33 am
Viewing 15 posts - 5,131 through 5,145 (of 6,026 total)