Viewing 15 posts - 35,386 through 35,400 (of 39,720 total)
Cookies were required with the old software and we are running in a dual ASP.NET / classic ASP environment now.
We might be able to eliminate them in the future, but...
January 13, 2004 at 10:29 am
January 12, 2004 at 2:57 pm
I would agree with above. The suspect flag is just a bit setting in sysdatabases. If it keeps getting reset, then likely the issue has not been resolved and PSS...
January 12, 2004 at 2:55 pm
Run profiler and see what is hitting the server.
January 12, 2004 at 1:52 pm
Your only choice is a per CPU license. As soon as you authenticate anonymous users, whether directly, through a website, or using MTS, you must license per CPU. Only when...
January 12, 2004 at 1:49 pm
Not sure since I don't use Log Shipping, but this message indicates that a log is being restored out of order. Or one was missed. I'd check there.
January 12, 2004 at 10:33 am
What type of replication?
Most books on SQL Server have a decent tutorial on getting started with replication. Brian Knight's SS2K for Experienced DBAs has a good explanation (ISBN:0072227885 )
January 12, 2004 at 10:11 am
The only real way to automate this is with a trigger. But the trigger can be really simple and update the same table as mentioned above, then load your "backup"...
January 12, 2004 at 10:07 am
You also need to be sure that you know why the database went suspect. Check the error log for a reason.
You can clear the suspect flag as well with
sp_resetstatus <db...
January 12, 2004 at 10:02 am
While we're not really looking at doing that for a number of reasons, can you list the issues with the new forums? It's a big change for me as well,...
January 12, 2004 at 9:47 am
I use a batch file (*.cmd) that calls
isql -S ServerA -E -Q"sp_password null, new, sa" >> change.txt
with a line for each server, add a server add a line, change the...
January 9, 2004 at 2:58 pm
and for the select, if the owner is "dbo" then the parser automatically resolves this. If any other user owns the object, you must query as owner.object.
January 9, 2004 at 2:54 pm
Might be hidden. Is this regarding an authors area?
Try the "Jump" box at the bottom.
January 9, 2004 at 2:51 pm
Sorry
, never tried this. I tend to work the things separately. I know in VS.NET it is completely integrated and the debugging crosses...
January 9, 2004 at 2:46 pm
What if you split this into
select @newvar = "@intDataChangeMode=" + cast(@intDataChangeMode as char)
print @newvar
Does it still fail? I'm curious to see if you can trace one execution under MTS with...
January 9, 2004 at 2:44 pm
Viewing 15 posts - 35,386 through 35,400 (of 39,720 total)