Viewing 15 posts - 5,041 through 5,055 (of 6,023 total)
vamsi056 (10/16/2012)
Thanx.. Is there any production DBA, if possible can you/anyone give me a small description regarding all DBA types ..
Accidental DBA: an application or user account that's been granted...
October 17, 2012 at 8:40 am
ChrisM@home (10/17/2012)
Eric M Russell (10/15/2012)
select C_RECID, H_RECID from
(
select C.RECID C_RECID, H.RECID H_RECID,
(select count(*)...
October 17, 2012 at 7:40 am
Don. (10/13/2012)
Unfortunately neither of those scripts worked as there are multiple identical accountno and lastdate fields. Ideally Id need to filter on the History tables Recid field.
...
...
In my example...
October 15, 2012 at 10:26 am
TravisDBA (10/12/2012)
Miles Neale (10/12/2012)
October 12, 2012 at 2:30 pm
Fortunately where I work we have few corporate or department wide meetings where attendance is required, maybe we'll get that once a month or every three months. There is a...
October 12, 2012 at 7:21 am
Steve Jones - SSC Editor (10/11/2012)
kevin.stevens (10/11/2012)
October 11, 2012 at 9:06 am
I guess this infographic (sales pitch actually) makes a few points, but I doubt most of the actual numbers cited.
- The average employee checks their email 36 in an...
October 11, 2012 at 7:58 am
Speaking different SQL dialects is no problem for me, I routinely work with about four of them. But beware that Oracle thinks '' is NULL. It may seem like a...
October 9, 2012 at 7:46 am
From SQL Server you can query what accounts and groups are members of roles (particilarly SYSADMIN), but it won't tell you what domain accounts are members of a domain group...
October 5, 2012 at 9:15 am
SELECT INTO #TEMPTABLE will perform less transaction logging than INSERT INTO #TEMPTABLE, which should be considered when loading 100,000s or millions of rows, but with only 4,000 rows, that aspect...
October 5, 2012 at 8:41 am
Posers who have recently taken a crash course on SQL Server or memorized answers to questions have trouble putting what little they do know in context. On those occasions where...
October 5, 2012 at 7:40 am
CptCrusty1 (10/1/2012)
My DBA Vendor indicated that they had to delete indexes before creating primary key's on a table. They created the...
October 4, 2012 at 10:54 am
norbert.manyi (10/3/2012)
Most of my concerns are regarding keeping everything in one place, and...
October 4, 2012 at 8:55 am
CptCrusty1 (8/24/2012)
The boss and I are conviced that we need a dba since the 3rd party firm providing dba services isn't doing the best job. I...
October 4, 2012 at 8:24 am
I've always told my managers that building software is a trade off. We can do things cheaply, or we can do them quickly, but we can rarely do both. We...
September 25, 2012 at 7:10 am
Viewing 15 posts - 5,041 through 5,055 (of 6,023 total)