Hello SQL 2005 Experts,
On a win xp sp2 box, I installed VS 2005, which also installed an express
(or dev) version of SQL 2005. Then I installed the SQL Server 2005
Enterprise.
The default db is [comp name]\SQLEXPRESS. I am trying to create a
publication (right click on replication, ne...
more >>
Hello,
I have a VLDB backup job which is setup to delete files older than 12
hours. It fails daily with an insufficient space on the disk error
because it is not deleting the old backup. It is not a
permissions/security issue. I can setup the same job on a smaller
database on the same server...
more >>
If I update several rows of a table with a query, the update trigger on the
table only fires once, for the last row updated.
Is there any way to get it to fire as each row is updated? Alternatively,
can I detect which rows have been updated when the trigger fires?
John Franklin
...
more >>