Viewing 12 posts - 46 through 57 (of 57 total)
1 server with 2000
3 servers with 2000 & 2005
2 with 2005 (public facing, soon to be 2008 R2)
1 TFS server (which requires 2008) has 2008 R2
We've skipped 2008 entirely as...
October 21, 2011 at 8:19 am
First:
I really enjoy your editorials and I read as much and as often as I can.
I’m a developer, but I unofficially serve as my group’s DBA – like...
August 22, 2011 at 7:28 am
wta306 (6/24/2011)
[We implement] very basic auditing into our solutions that only gets reviewed in the event of an issue...so 100% reactionary.
My group is similar.
Note there are other groups...
June 24, 2011 at 10:27 am
fmendes (5/24/2011)
If we add a timestamp/rowversion column will the CHECKSUM_AGG() not always give accurate results?
Nope, not "always".
Yes, it will (almost always) fix the example given for 'symmetric change' (I think...
May 25, 2011 at 11:44 am
If you understand what a checksum is then you know whether it is appropriate to use it. It is a type of hash, so sometimes it is appropriate and sometimes...
May 24, 2011 at 12:09 pm
I wanted a data compare tool and a schema compare tool.
We never purchased because of 'business reasons'.
I'm very happy that VS 2010 has both of these, it has already...
May 2, 2011 at 8:27 am
I think some of you may be looking at the question of losing data differently than I do.
I'm not saying you should turn off the transaction logs, I'm saying...
March 4, 2011 at 10:17 am
Yeah. So if I follow, that would create an in-memory temp table, but because of the very small footprint (Max 2 rows) I shouldn't have to worry much about memory.
(It...
January 29, 2011 at 1:29 pm
Ken McKelvey (1/27/2011)
1. Just using union all for the default result set...
2. Returning the results as OUTPUT parameters, not a result set.
3. Using ASP.Net...
January 27, 2011 at 6:49 am
would this trigger work if the update was done on a linked table from Access? I support users touching tables directly, but not writing UPDATE statements. They go into the...
March 16, 2009 at 3:02 pm
1) How do you slow the boss down to document the environment, plan backups and develop a...
March 16, 2009 at 8:23 am
I don't see an answer directly.
does the error come when you run the code to create the sp, or when you EXEC the sp?
Sounds like the problem is when you...
March 16, 2009 at 7:20 am
Viewing 12 posts - 46 through 57 (of 57 total)