Viewing 8 posts - 1 through 8 (of 8 total)
Thanks for the reply.
I went with a simpleir query
update master_sub
set [lab count] = o_list.[lab count],
= o_list.
from master_sub m, o_list o
where m.id = o.id
May 15, 2012 at 12:04 pm
THANK!! WORKED PERFECT!!
have a great holiday
December 20, 2011 at 1:55 pm
I tried a few different queries.
This one has the format I need but does not address the Adds and deletes.
SELECT o. Id,
CASE WHEN o.Application=n.Application
...
October 13, 2011 at 11:13 am
I tried a few different queries.
This one has the format I need but does not address the Adds and deletes.
SELECT o. Id,
CASE WHEN o.Application=n.Application
...
October 13, 2011 at 11:13 am
THANKS A MILLION!! works perfect.
another question, what does <> mean?
September 7, 2011 at 2:36 pm
Yes, i know there is a login trigger i created it. the problem is i dropped a database "AuditDatabase" before i deleted the trigger now i am unable to logon...
July 7, 2011 at 1:24 pm
C:>sqlcmd -S CRPHSQL -E -A
HResult 0xFFFFFFFF, Level 16, State 1
SQL Server Network Interfaces: An error occurred while obtaining the DAC port. Make sure the SQL Browser is running, or check...
July 7, 2011 at 1:07 pm
Viewing 8 posts - 1 through 8 (of 8 total)