Viewing 15 posts - 481 through 495 (of 496 total)
If it may help, this is results for sp_configure for the server and create statement for the database:
name ...
May 23, 2003 at 6:26 am
My mbsII database is a large DB (~7Gb), has lots of user tables. It returned:
"Record Counts for database mbsII
DB,rows,name"
It works so for most of my databases 🙁
May 23, 2003 at 12:34 am
The event Lock:acquired along does all this (no matter locally or on net), events like Lock:timeout or Lock:deadlock work fine.
I really need column ObjectName or at least ObjectID to be...
May 22, 2003 at 2:15 am
Also noticed, that when running the trace locally or on network the %Processor time counter goes down from 50% to 30%, the average disk queue length is tiny, users cry...
May 22, 2003 at 12:44 am
"Page Faults/sec is the overall rate faulted pages are handled by the processor. It is measured in numbers of pages faulted per second. A page fault occurs when...
May 21, 2003 at 6:21 am
Is it possible to defect a target server without master server, from itself?
May 15, 2003 at 1:39 am
To login as other user I need to know the password...
May 13, 2003 at 6:08 am
Forgot to say: it is MS SQL 2000 SP3
May 13, 2003 at 12:24 am
I found this out:
'INSERT INTO ##all_logins SELECT name,'''+ @server_name +''' FROM ' + @sys_table )
May 8, 2003 at 7:43 am
For this I get:
INSERT INTO ##all_logins SELECT name, saturn FROM saturn.master.dbo.sysxlogins WHERE CONTAINS(name,'Ivanov')
and an error:
Server: Msg 207, Level 16, State 3, Line 1
Invalid column name 'saturn'.
But I need:
INSERT INTO...
May 8, 2003 at 5:12 am
This worked! Thanx. 🙂
But how can I insert server name where the login was found?
First change the table of course:
CREATE TABLE
tempdb.##all_logins
([UserID] [int] IDENTITY (1, 1) NOT NULL ,
[UserName] [varchar]...
May 6, 2003 at 6:17 am
So, if a deadlock happens on a distribution database on distributor server, such data loss is possible?
April 26, 2003 at 2:12 am
As for filters, the table where problem was noticed, has all columns and all rows to replicate. There are some filters on other tables used for replication that might...
April 25, 2003 at 9:19 am
Viewing 15 posts - 481 through 495 (of 496 total)