Viewing 15 posts - 1,321 through 1,335 (of 7,168 total)
No, you do not need the original Solution or Project file. You can export the Package using SSMS or dtutil.exe and modify it on your local machine. You can also...
April 8, 2013 at 10:08 pm
dkschill (4/8/2013)
CREATE TABLE [dbo].[item](
[item_urn] [int] NOT NULL,
[cat_urn] [int] NOT NULL,
[item_mnc] [varchar](10) NOT NULL,
[item_descr] [varchar](50) NULL,
[item_active] [char](1) NULL,
[item_device] [varchar](20) NULL,
[item_type] [char](1) NULL,
[dept_urn] [int] NULL,
[modified_by] [varchar](16) NULL,
[mod_timestamp] [datetime]...
April 8, 2013 at 9:50 pm
Please post the table and clustered index definition and the entire row for the index from the physical stats DMV run with DETAILED analysis.
April 8, 2013 at 8:35 pm
There is little point to rebuilding an index with only 368 pages. The general consensus is not to bother with indexes that have under 1,000 pages.
As for why an index...
April 8, 2013 at 7:37 pm
Yes, it's a supported operation.
April 8, 2013 at 7:29 pm
sqlfriends (4/8/2013)
Now I would like to install another instance on the server.
Will the install...
April 8, 2013 at 7:28 pm
Jeff Moden (4/8/2013)
opc.three (4/8/2013)
Jeff Moden (4/8/2013)
opc.three (4/8/2013)
April 8, 2013 at 7:13 pm
Jeff Moden (4/8/2013)
opc.three (4/8/2013)
April 8, 2013 at 2:25 pm
Can you correlate the size of the image you're retrieving in query 1 to the number of lob reads, and the same for query 2?
April 8, 2013 at 9:29 am
EdVassie (4/8/2013)
April 8, 2013 at 9:12 am
patrickmcginnis59 10839 (4/8/2013)
mister.magoo (4/8/2013)
patrickmcginnis59 10839 (4/8/2013)
opc.three (4/7/2013)
Jeff Moden (4/6/2013)
Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently have...
April 8, 2013 at 8:50 am
patrickmcginnis59 10839 (4/8/2013)
opc.three (4/7/2013)
Jeff Moden (4/6/2013)
Shifting gears a bit, you've been stressing the auditing aspect of things. What type of system auditing do you currently have setup on your...
April 8, 2013 at 8:47 am
Jeff Moden (4/6/2013)
If someone get's in as SA, it's not going to matter if you have xp_CmdShell turned off or not. 😉
You keep throwing this one back into the conversation...
April 7, 2013 at 10:48 am
Jeff Moden (4/4/2013)
April 5, 2013 at 1:09 pm
Viewing 15 posts - 1,321 through 1,335 (of 7,168 total)