Viewing 15 posts - 3,946 through 3,960 (of 6,486 total)
Jeff Moden (3/26/2008)
Todd Engen (3/26/2008)
Try changing "DROP" to "DELETE", or set a WHERE clause with EventClass = 47 for Object : Deleted events.
Opening the traces in Profiler will resolve the...
March 26, 2008 at 1:22 pm
Adam Haines (3/26/2008)
-- DEMO: Create an EventId table and populate it with definitions of each ID number
CREATE TABLE...
March 26, 2008 at 1:20 pm
Seems that the ODBCBCP ordinal 29 error has been seen before....
March 26, 2008 at 1:00 pm
I just went and opened the trace up (double-click on the file mentioned)...they all show up as Object:Deleted/Altered/created (which is probably why you can't see it - it doesn't...
March 26, 2008 at 12:27 pm
By the way, I'm still waiting to hear the "inconvenient answer" to why Mars' icecaps are melting at the same rate of speed as ours....
http://news.nationalgeographic.com/news/2007/02/070228-mars-warming.html
Now - that's what I call...
March 26, 2008 at 12:24 pm
Actually - it's one of my favored names for those....:D
'cause that's usually what I end up doing when I find them.....:Whistling:
March 26, 2008 at 12:19 pm
Hmm - I'm seeing dropped tables....You looking at the right trace? mine seems to automatically roll over after a certain size.
Look at the ObjectName column? I'm seeing table...
March 26, 2008 at 12:11 pm
dfalso (3/26/2008)
Right, that's what I wrote 🙂
Mid-day blindness due to lack of caffeine....hehe...
glad we agree:hehe:
March 26, 2008 at 12:04 pm
dfalso (3/26/2008)
create proc usp_inner1 as
begin
create table #temp ( thisfield int )
end
create proc usp_inner2 as
begin
select * from #temp
end
create proc usp_outer as...
March 26, 2008 at 11:58 am
Jeff Moden (3/26/2008)
Even if you are - shouldn't you be keeping
the audit trail of the updates to said stored procedure? You know, as in Source control? It...
March 26, 2008 at 9:10 am
richardd (3/26/2008)
If you have 2000 SP3 or XP SP1 or higher, you...
March 26, 2008 at 9:07 am
carlos (3/26/2008)
Thanks for the response. That was what I suspected.
Same question, different scenario. What happens when one issues two separate INSERT statements in a single batch? For example:
INSERT INTO myTable
...
March 26, 2008 at 9:02 am
I'm thinking he's referring to this:
http://www.rainingdata.com/products/dbms/d3/d3datamodel.html
All data is by default stored in a cube. (sorry - no experience either, but I have seen a marketing blurb on it before).
The best...
March 26, 2008 at 8:48 am
Jeff Moden (3/26/2008)
Matt Miller (3/26/2008)
Jeff - George has inherited one of your long-term Nemeses as a problem ("manual" identity fields, and yes, used RBAR).
How do you know that, Matt? ...
March 26, 2008 at 8:15 am
They will both do the same thing ultimately, assuming the backups are good. the main downside to this approach is that if you do full backups twice a week,...
March 26, 2008 at 8:13 am
Viewing 15 posts - 3,946 through 3,960 (of 6,486 total)