Viewing 15 posts - 38,626 through 38,640 (of 39,466 total)
December 14, 2001 at 2:35 pm
Wouldn't think it causes a problems, but it may. If there was some out of bounds value, then maybe the window can't be constructed completely.
I think this is an MS...
December 14, 2001 at 2:31 pm
No single table restore. David is correct.
Alternatives:
If you use filegroups, you only have to restore the filegroup (somewhere). This may be helpful for large dbs.
If you made a mistake...
December 14, 2001 at 2:29 pm
The server does a great job of managing resources, but it cannot rewrite the queries because it does not know the intention. There is still a need for developers to...
December 14, 2001 at 2:27 pm
You can fail the package and this will a failed job message to the sqljob.
In the ActiveX script, there has to be a setting to mark the script as failed....
December 14, 2001 at 2:25 pm
You always have to have a full backup as a starting point. Otherwise, how can you restore the "changes" from the log?
Haven't used it. Andy?
Steve Jones
December 14, 2001 at 11:18 am
December 14, 2001 at 11:17 am
December 14, 2001 at 10:05 am
Interesting article. You have some good ideas, but I'm not sure of their benefits. The large prefixes can create some confusion, especially with developers accessing the tables. For DBAs, I...
December 14, 2001 at 10:04 am
jgee, thanks and please feel free to use it. I'd be interested to see if it works.
phillcart - I looked at Change Manager a couple years ago at PASS and...
December 14, 2001 at 9:56 am
Not really brilliant, but this may work:
create table MyTest
(MyChar varchar( 10)
, MyChar2 varchar( 10)
, MyChar3 varchar( 10)
, MyChar4 varchar( 10)
)
go
insert MyTest select 'data1', 'data2', 'data3', 'data4'
insert MyTest select 'data1', 'data5',...
December 14, 2001 at 9:53 am
December 14, 2001 at 8:33 am
December 14, 2001 at 8:31 am
You can also use profiler and get the "worst queries" by specifying those that take 2 sec, 3 sec, or whatever. This is a good place to start.
I've had decent...
December 13, 2001 at 3:45 pm
Viewing 15 posts - 38,626 through 38,640 (of 39,466 total)