Viewing 15 posts - 1,681 through 1,695 (of 5,103 total)
That should be "DELETED" from the forums ![]()
![]()
![]()
September 12, 2007 at 3:00 pm
for execution plan you will have to "print" it first to see how it looks like, and then execute it ![]()
September 12, 2007 at 2:44 pm
SELECT SERVERPROPERTY('InstanceName')
September 12, 2007 at 2:38 pm
Note it should have said before 2005 ![]()
September 12, 2007 at 2:32 pm
It is expected. Just make sure that when you restore you specify KEEP_REPLICATION
In BOL:
Database Settings and Restoring
During a restore, most of the database options that are settable using ALTER...
September 12, 2007 at 2:31 pm
What is the problem with ?
SELECT
i.*, 0 AS PREVSLNO,
September 12, 2007 at 12:53 pm
Did you guys notice this thread is two years old ? ![]()
September 12, 2007 at 12:43 pm
Four things to watch out for:
The trigger is incorrectly coded for single-row changes. All trigers should handle multi-row changes.
UPDATE(STATUS) does not means that the status column 'changed' it means that...
September 12, 2007 at 12:23 pm
have a look at *sp_executesql* on BOL.
September 12, 2007 at 11:43 am
That KB is *VALID* also for 7.
September 12, 2007 at 11:40 am
the 'other' conditions are:
What is "login on" are scripts not people.
These scripts are highly synchronized triggered by cron (Unix)
All happens at once withinn a maximum of 3 MILLISECONDS...
September 12, 2007 at 11:37 am
That sounds like a CLIENT side issue. If you need to enforce that on the server Use a view to restrict the columns that can be updated and run the...
September 11, 2007 at 1:50 pm
In my case 300 *AT ONCE* --- was too many ![]()
September 11, 2007 at 1:38 pm
select into LOCKs the access. You should simply select from the view.
Just make sure you use appropriate WHERE clauses and indexes.
September 11, 2007 at 1:33 pm
Viewing 15 posts - 1,681 through 1,695 (of 5,103 total)