all groups > sql server misc > may 2006
Help with SQL Statement
Posted by Johnny Meredith at 5/26/2006 8:45:10 AM
Hi all,
I have three tables:
Entity
ID (PK)
Name (varchar(255))
Key
ID (PK)
Name (varchar(255))
Value
ID (PK)
KeyID (FK)
EntityID (FK)
Value (datetime)
There is a many-to-many relationship between entities and keys via the
values table. I need a query that will return all po... more >>
Is this index redundant?
Posted by pshroads NO[at]SPAM gmail.com at 5/19/2006 9:37:56 AM
Let's say I have a table:
create table example (
id int,
createtime datetime,
name varchar(20))
go
create index ix_createtime on example(createtime)
go
create index ix_createtime_name on example(createtime, name)
go
Is the index ix_createtime redundant because the createtime colum... more >>
Select data from linked table
Posted by ggao NO[at]SPAM och.ca at 5/17/2006 11:55:05 AM
Hi, I need help to select data from 2 linked tables.
The two tables have the following format:
Table 1
ID Name Status
01 Adam 1
02 Bob 1
03 Coby 1
....
Table 2
ID Skill Level
01 Code A
01 Word 2
01 Excel 1
01 Access 1
02 Code A
02 Exce... more >>
Deleted half the rows from a table but it's still the same size
Posted by pshroads NO[at]SPAM gmail.com at 5/11/2006 11:35:56 AM
We have recently started archiving data in our database. With some of
the tables that I've archived I see a reduction in the physical size of
the table when I delete rows. In other words if I delete 50% of the
rows the amount of disk space the table uses also drop by close to 50%
But there are... more >>
Can MSDE and SQL live on the same system?
Posted by Clayton Sutton at 5/9/2006 3:52:31 PM
Hey everyone,
We are running MSDE on a Windows 200 server and it has data in it. What I
would like to know is can we also install MSSQL 2005 on that server and have
assess to both databases. Is there anything we have to do to install it and
make sure it doesn't overwrite or delete the MSD... more >>
US-CA-LOS ANGELES SQL Server DBA/Developer
Posted by Digital Careers, Inc. at 5/1/2006 12:00:00 AM
Position: SQL Server DBA / Developer
Location: West Los Angeles, California
Term: Permanent, full-time
Salary: $75,000 - $85,000 yr.
Contact: Ed Billion
Digital Careers, Inc.
itjobs@digcareers.com
Experienced database administrator de... more >>
|