Viewing 15 posts - 21,451 through 21,465 (of 39,831 total)
If it is the journey that is important, perhaps you ought to try to do this yourself. Make an effort and try to solve the problems.
We are happy to help,...
December 7, 2009 at 9:26 am
Are you putting the rowcount in all rows you're inserted into the audit table? the count is easy
create trigger ...
for update
....
declare @cnt
select @cnt = count(*) from inserted
December 7, 2009 at 9:16 am
I tend to agree that Subway, and Chipotle, have a few issues. You do have to spell things out everytime, which is annoying for someone like me that tends to...
December 7, 2009 at 9:11 am
nice question, got me as well.
I'll correct the case sensitivity
December 7, 2009 at 9:03 am
I'm not sure that I agree multiple apps aren't simpler. You do have the same knowledge requirement, but when you go to perform a function, you have less clutter, and...
December 7, 2009 at 8:37 am
If you have the same schema, you could have one package that pulls data and a second package that passes in a server name and calls the first package. It...
December 7, 2009 at 8:30 am
Can't the DTS packages run with the Runtime in 2005 without modification?
December 7, 2009 at 8:26 am
And here I was proud of my little mailing database, running with graphite and wood pulp, mirrored with a Xerox on a schedule.
December 7, 2009 at 8:26 am
I don't think there's a more elegant way. You could use the DTC (distributed transaction coordinator), but it would hold locks until things were committed, and if your link was...
December 6, 2009 at 9:39 pm
I would second Bru's advice to use a second system for testing, but since you could easily miss something in test, I'd also recommend a side-by-side upgrade for the real...
December 6, 2009 at 9:36 pm
If you have a local application, like IIS, Dynamics, etc. on the same server, this is fine. Otherwise, as Bru mentioned, you need to allow remote connections for any client...
December 6, 2009 at 9:32 pm
I'm not sure I'm The Man, but thanks.
I wouldn't necessarily discount replication. As Bru mentioned you can have issues with pushing this data to the same destination. There are a...
December 6, 2009 at 9:30 pm
Rambilla,
The current released version of SQL Server is SQL Server 2008. It has one service pack, having been released in Aug 2008 and it is fine for production. You need...
December 6, 2009 at 9:25 pm
River1,
There usually is some planning for the next version as the current one is being finished. In other words, AFAIK, right now there are
- Support people working on patching SQL...
December 6, 2009 at 9:23 pm
Viewing 15 posts - 21,451 through 21,465 (of 39,831 total)