Viewing 15 posts - 1,831 through 1,845 (of 6,216 total)
For those who havent tried DW, more info here:
http://www.sqlservercentral.com/columnists/awarren/dependencywalker.asp
Im sure it's just querying system tables and skipping the object idea, almost always faster - but there are tradeoffs!
Andy
August 2, 2003 at 9:46 am
Not trying to be offensive, though I think its semi-accepted practice for DBA's to complain about developers and vice versa. I'd like to think you're right that in large shops...
August 2, 2003 at 9:43 am
Some thoughts on defaults:
http://www.sqlservercentral.com/columnists/awarren/settingadefaultdatabaseforyourlogins.asp
Andy
August 2, 2003 at 9:40 am
You may have better luck posting to a Access specific site. I use Access, but rarely the forms part of it. It should be a matter of binding the recordset...
August 2, 2003 at 9:36 am
I think that depends on whether you need both or just the deletes. Not sure exactly what you're asking I guess.
Andy
August 2, 2003 at 9:28 am
Please be careful posting or answering questions on Yukon. It's in very limited beta and definitely covered by NDA. You can still discuss things seen at conferences or on MS,...
August 2, 2003 at 9:19 am
MSrepl columns are added by replication, the problem is that it in this case the publisher doesn't expect to be inserting a value into that column. This happened because you...
August 2, 2003 at 9:16 am
You can always brute force by creating a temp table, setting a unique index with ignore dupes set, then appending the table into it. That will definitely give you uniques.
Andy
August 2, 2003 at 9:14 am
I think you'll have to do your own. It looks like the DMO IsMember version might be more flexible, but that wont help in a select.
Andy
August 2, 2003 at 9:12 am
Not that I've thought of, but you could really stick any bit of data there that might help you troubleshoot. MDAC version? Client OS? Though you could log that stuff...
August 1, 2003 at 8:57 am
Couldnt ask for a better reply! I think QA probably does direct calls to get the data rather than going through DMO, it's definitely more responsive (with fewer features to...
July 30, 2003 at 3:36 am
Not bad. So you see the syntax as an an insert/values or insert/select type operation rather than an extra keyword on a trigger or stored proc? Create trigger update on...
July 28, 2003 at 3:51 am
I think Pass has the deepest content. VSLive and SQLConnections both have SQL content, but not as much. The offsetting factor is that Pass this year is in Seattle, the...
July 28, 2003 at 3:49 am
Reinitializing will destroy the data on the subscriber, if you push a snapshot.
Andy
July 28, 2003 at 3:33 am
Not exactly training, but the Pass conference offers a ton of content for a variety of different subjects/levels. Well worth attending. The nice part is if you pick a session...
July 27, 2003 at 4:54 pm
Viewing 15 posts - 1,831 through 1,845 (of 6,216 total)