Viewing 15 posts - 34,936 through 34,950 (of 39,793 total)
You need to be sure you specify a different databaes name. You want to create a "new" database by restoring the original database's backup as a new database with the...
May 28, 2004 at 2:14 pm
Can you post some sample DDL and DML? That's a strange one. I'd still suspect that it's a data issue, but it could possibly be some bug.
May 28, 2004 at 2:11 pm
You'll need some type of delay to run profiler. What you could do is create a stored procedure to start profiler. There are various stored procedures to setup a trace...
May 28, 2004 at 2:09 pm
I couldn't get objectname to work either. I tend to just record them all and then search later in the textdata column for those sql or sps that I am...
May 28, 2004 at 1:30 pm
You can also run profiler for specfically that event. I'm not sure that event log will show the hostname. Keep in mind that hostname is a field that is "sent"...
May 28, 2004 at 1:29 pm
Thomas,
Apologies!
, I rebuilt it and it should be there now.
May 28, 2004 at 1:24 pm
I agree with the above. Paper based systems are a problem in and of themselves. Most of us are getting less used to paper not more. Even email based "forms"...
May 27, 2004 at 7:42 am
That is interesting. I would have thought performance would be similar. This is a simple view, not an indexed view? Is there an index on these columns?
Perhaps the query processor...
May 26, 2004 at 7:35 am
There are decryption routines on the internet. Search Google and decrypt it and recompile on the new machine.
May 26, 2004 at 7:29 am
Derrick is correct. unless you are getting "transaction log full" errors, in which case the NO_LOG option will work.
May 25, 2004 at 8:48 pm
You are correct there is no default for DELETE, but I think the person was getting at what you said. The default options set for the FK.
May 25, 2004 at 6:34 am
Try changing the columns you get, I'd bet you get a different row cont. We fought this issue using Client Access going against a AS/400 and didn't get a resolution...
May 25, 2004 at 6:30 am
I would say no. You read by pages, and a page has to contain an entire row, so the order wouldn't matter. I suppose that the query processor could short...
May 25, 2004 at 6:26 am
I agree with Antares. You don't want another Windows machine to be a router since that would be asecurity risk. Another SQL Server that could see both, while inefficient, would...
May 25, 2004 at 6:22 am
I assume the logfile is full for one of the databases. You haven't really posted much informaiton. You can try "backup transaction xyz with no_log" and then run a full...
May 25, 2004 at 6:19 am
Viewing 15 posts - 34,936 through 34,950 (of 39,793 total)