Viewing 15 posts - 31 through 45 (of 295 total)
There are some ideas around about using affinity mask (which is effectively what you do in EM) but I've never needed to change it. There is a lot of noise...
October 27, 2005 at 5:14 am
Note:
Restricting SQL to certain CPUs (by "affinity mask") does not affect the licensing required.
The CPUs must be not visible to the OS and unavailable for the OS: disabled in...
October 27, 2005 at 3:42 am
It may prompt you to shut down the other instance and SNMP etc...
depends on the OS and patch level...
October 27, 2005 at 3:38 am
SP3 is buggy, hence SP3a was released.
This problem is unrelated to whether it is SP3 or Sp3a
On one server you have "computed columns" and that is the issue, as per...
October 27, 2005 at 3:36 am
Joe Teck - yes, most of us can install SQL.
Personally, it's been 5 years since I used "autorun" on a CD to install any part of SQL.
In fact, used a...
October 27, 2005 at 3:27 am
The first post says 16Gb RAM.
And a different name of poster.
So, which server config question should I try and answer?
October 26, 2005 at 8:19 am
I guess you are not using 64 bit... just checking because AWE and /3GB have no meaning then...
So 32 bit.
I guess you're on Windows 2003 with 16GB RAM.
Question for all:
Does SQL...
October 26, 2005 at 8:02 am
So associate your rows on column "code". No need for triggers...
UPDATE Table SET DESCR = (New Value) WHERE Code = (Unchanging Value)
October 26, 2005 at 7:41 am
Why DTS? Overkill for this.
It's a simple CSV to just parse each row commas
Just use BULK INSERT off an UNC path which solves any issues about ftp and file location, as...
October 26, 2005 at 7:27 am
As you have described it, your only link between rows is non key columns.
There is key field to identify the "child" rows linked to the "parent rows"
This breaks all manner...
October 26, 2005 at 7:22 am
INSERT (table) EXEC sp_who
Just need to work out your table DDL
Once in your table, query to group on dbname and count(*) etc...
October 26, 2005 at 7:12 am
A trigger for each operation.
Insert is quite straight forward
For update and delete, you'd need to extract the primary key for the modified/deleted row and use that to drill to your...
October 26, 2005 at 7:08 am
Full logs EVERYTHING as it happens.
Bulk-logged reduced logging for some operations such as bcp, CREATE INDEX, SELECT INTO (see BOL for full list) as theyhappen. Bulk operations are then fully recorded...
October 26, 2005 at 7:01 am
the contents of the text file usually let you know what is happening...
October 21, 2005 at 11:03 am
UK for "resume"
Latin: "Curriculum Vitae"
October 21, 2005 at 8:38 am
Viewing 15 posts - 31 through 45 (of 295 total)